65 Commits

Author SHA1 Message Date
Wang Siyuan
dfd3042276 Add dynamically-allocated CPU-local objects 2025-06-03 23:24:32 +08:00
Hsy-Intel
ad6aa4960c Bump the project version 2025-05-12 22:01:05 +08:00
Chen Chengjun
1da723c0de Replace the original XArray with RCU-based XArray 2025-04-30 20:59:15 +08:00
jiangjianfeng
9b4417e29a Pin the unwinding crate version to 0.2.5 2025-04-29 12:33:55 +08:00
Zhang Junyang
5f5be25e4a Bump the version to 0.14.1 2025-03-22 15:55:31 +08:00
Ruihan Li
6476ef22ec Bump version to 0.14.0 2025-03-17 20:09:20 +08:00
Zhang Junyang
fbb8ea6ad1 Bump version to 0.13.0 2025-03-14 21:18:13 +08:00
Zhang Junyang
eb74d87bed Bump version to 0.12.0 2025-03-14 09:48:59 +08:00
Zhang Junyang
92bc8cbbf7 Make CPU-local and early ACPI initialization heap-less 2025-03-14 08:37:37 +08:00
Hsy-Intel
7b5f2c414a Use the latest tdx-guest crate version to fix the TDX init issue 2025-03-13 12:56:46 +08:00
Hsy-Intel
9edee83ef1 Use the latest tdx-guest crate version to fix the MMIO emulation issue 2025-03-10 17:58:35 +08:00
Ruihan Li
9e1c939a3f Remove static_assertions 2025-03-06 16:35:21 +08:00
Ruihan Li
0d36375dfa Avoid generic_const_exprs feature 2025-03-06 16:35:21 +08:00
Fabing Li
30251964ee Bump version to 0.11.3 2025-02-27 11:55:02 +08:00
Fabing Li
82a2c4cdec Bumped version to 0.11.2 2025-02-27 09:05:03 +08:00
Fabing Li
8aa8d640e6 Upgrade the toolchain to nightly-2025-02-01 2025-02-27 09:05:03 +08:00
Ruihan Li
7e58955dd7 Bump volatile to v0.6.1 2025-02-18 19:23:15 +08:00
jiangjianfeng
55713b88c4 Remove unused dependencies 2025-02-10 10:36:56 +08:00
Ruihan Li
95bbc7f367 Enforce #[expect(lint)] 2025-02-08 15:10:04 +08:00
jiangjianfeng
bfc71d1b27 Bump version to 0.11.1 2024-12-30 16:24:22 +08:00
Shaowei Song
2f82ca846f Work around the compile error caused by crate "unwinding" 2024-12-27 10:34:06 +08:00
Cautreoxit
bd89c9c578 Bump the version to 0.11.0 2024-12-26 19:20:58 +08:00
Fabing Li
6f98c4900d Bump version to 0.10.3 2024-12-20 09:49:35 +08:00
Ruihan Li
c5d1542736 Bump version to 0.10.2 2024-12-17 10:47:41 +08:00
Hsy-Intel
1b6901f0f8 Bump tdx-guest crate version to 0.1.8 2024-12-11 19:36:51 +08:00
Zejun Zhao
00e3688aa8 Bump version to 0.10.1 2024-12-07 19:02:46 +08:00
Chen Chengjun
7865469998 Make the logger in OSTD injectable 2024-12-04 13:24:06 +08:00
jiangjianfeng
ef2419a48c Bump version to 0.10.0 2024-12-02 10:30:32 +08:00
Marsman1996
6d3bb5a9d0 Fix compile error caused by updated Step::steps_between in Rust 2024-12-01 18:56:28 +08:00
Qingsong Chen
f762eb8913 Remove the lazy_static dependency 2024-11-28 15:28:30 +08:00
Zhang Junyang
26c4abde58 Refactor CpuSet and introduce AtomicCpuSet 2024-10-26 22:06:41 +08:00
Jianfeng Jiang
fe339fd81e Bump version to 0.9.4 2024-10-24 21:00:14 +08:00
Fabing Li
64d7303b0e Bump version to 0.9.3 2024-10-16 10:28:54 +08:00
jiangjianfeng
b269118c9a Resolve cargo publish --dry-run check failure 2024-10-16 10:10:08 +08:00
Zhang Junyang
3f1fa33b13 Bump and publish linux-bzimage crate series with OSTD and OSDK 2024-10-16 10:05:34 +08:00
Hsy-Intel
2af9916de9 Upgrade the acpi crate to the latest version 2024-10-14 21:03:47 +08:00
Zhang Junyang
9e4257b655 Fix multiple issues pointed out by the new compiler 2024-10-13 22:32:05 +08:00
jiangjianfeng
493574d9f3 Bump version to 0.9.2 2024-10-12 20:06:26 +08:00
Fabing Li
d930829866 Bump version to 0.9.1 2024-10-08 17:53:47 +08:00
Ruihan Li
5b336eabdc Bump version to 0.9.0 2024-09-30 20:37:57 +08:00
YanWQ-monad
4fa0e6334b Add RISC-V base support 2024-09-30 10:02:08 +08:00
Yuke Peng
a754accf6a Copy the code from slab_allocator into OSTD and add license header 2024-09-22 12:27:04 +08:00
Yuke Peng
e995ed3ebc Use slab allocator to allocate heap 2024-09-22 12:27:04 +08:00
Qingsong Chen
c2f7a10b84 Implement cpu_local with GS and ensure GS points to TSS 2024-09-19 13:00:36 +08:00
Marsman1996
52bde1721e Bump version to 0.8.3 2024-09-18 20:10:08 +08:00
Marsman1996
4bce346458 Update multiboot2 version 2024-09-18 20:10:08 +08:00
Yuke Peng
32ea24e945 Bump version to 0.8.2 2024-09-13 23:43:22 +08:00
Yuke Peng
a2778e66f3 Bump version to 0.8.1 2024-08-27 22:13:38 +08:00
Zhang Junyang
aeba7bec52 Fix SoftIRQ initialization requirements for SMP 2024-08-27 17:22:47 +08:00
Zhang Junyang
34b3aac2e3 Bump and publish ostd-test and ostd-macros 2024-08-24 17:18:24 +08:00