Commit Graph

224 Commits

Author SHA1 Message Date
a00358ed0d Fix unwrap panic for invalid char of stack trace 2025-06-19 11:32:24 +08:00
6d687fef32 Make OSDK scheme inheritance easier to use 2025-06-18 16:13:52 +08:00
f3f0e9a244 Make OSDK errors clear if commands don't exist 2025-06-18 16:13:52 +08:00
8e5a591161 Add RISC-V QEMU and upgrade QEMU to 10.0.2 2025-06-13 21:11:21 +08:00
614ac85bd4 Bump the project version 2025-06-12 22:35:54 +08:00
74f322caa4 Use shallow clone for qemu-tdx 2025-06-09 18:50:43 +08:00
81ba3b645b Execute clippy command in the kernel crate directory 2025-06-06 18:22:09 +08:00
0f234df00a Replace the Unifont download URL 2025-06-06 14:30:11 +08:00
dfd3042276 Add dynamically-allocated CPU-local objects 2025-06-03 23:24:32 +08:00
3790f616fd Rename PageProperty::new to PageProperty::new_user 2025-06-03 18:42:53 +08:00
79b3f68892 Make the RCU lifetime of page tables explicit 2025-05-24 17:42:17 +08:00
ad6aa4960c Bump the project version 2025-05-12 22:01:05 +08:00
aa93f250f7 Update OSDK deps 2025-05-12 22:00:13 +08:00
7cd41349d1 Fix yq installation issue 2025-05-11 12:22:41 +08:00
bd336c37d0 Use source compiled OVMF in OSDK 2025-05-08 14:19:01 +08:00
a14d5a5017 Refactor OSDK and Asterinas Docker build systems 2025-05-06 15:59:38 +08:00
6912cca51f Upgrade TDX stack and refactor the Asterinas Docker system 2025-04-25 09:44:33 +08:00
92b7961df1 Introduce macros that allow system device driver to remove sensitive ports
test

test
2025-04-16 10:09:19 +08:00
3c2c31ceb0 feat(osdk): add LoongArch64 variant in Arch enum 2025-04-07 17:10:57 +08:00
2f40d13120 Fix --no-default-features 2025-04-02 11:56:52 +08:00
83b9ebf87d Avoid repetitive locking for clearing cache 2025-03-30 19:24:12 +08:00
e5be154ca8 Make per-cpu counter a macro 2025-03-30 19:24:12 +08:00
abc74151fb Add directly to global pool and reduce global lock acquiring 2025-03-30 19:24:12 +08:00
d8e076f58a Re-write chunk-splitting and add unit tests 2025-03-30 19:24:12 +08:00
ba0dc8c122 Re-organize code of frame allocator's pools 2025-03-30 19:24:12 +08:00
77c4feffd6 Rename pools.rs 2025-03-30 19:24:12 +08:00
c85986caed Correct OSDK profiling tool's behavior 2025-03-23 22:40:45 +08:00
5f5be25e4a Bump the version to 0.14.1 2025-03-22 15:55:31 +08:00
f1c7564184 Move CPU context implementations to a specific module 2025-03-21 21:19:50 +08:00
af4cf19eb4 Modify the 100-lines example 2025-03-20 14:20:47 +08:00
58ad43b0a9 Adjust feature selection 2025-03-20 11:44:28 +08:00
2bcc13a9e2 force-unwind-tables=yes instead of panic=unwind 2025-03-20 11:44:28 +08:00
6476ef22ec Bump version to 0.14.0 2025-03-17 20:09:20 +08:00
32ffdee37b Fix PE/COFF header in EFI stub 2025-03-17 13:30:59 +08:00
10926ce547 Include payload as bytes in EFI stub 2025-03-17 13:30:59 +08:00
fbb8ea6ad1 Bump version to 0.13.0 2025-03-14 21:18:13 +08:00
288942b970 Revise the docs of the slab and remove an unused type 2025-03-14 21:17:47 +08:00
3d21258baf Add descriptions and READMEs for crates published with OSDK 2025-03-14 19:55:00 +08:00
a708a0c046 Inject a scalable slab allocator 2025-03-14 19:55:00 +08:00
eb74d87bed Bump version to 0.12.0 2025-03-14 09:48:59 +08:00
28e7c0ff1f Add a fixed-size cache of frame allocation 2025-03-14 08:37:37 +08:00
5f05963ee5 Inject a scalable buddy system allocator to OSTD
Co-authored-by: Zhe Tang <tangzh@stu.pku.edu.cn>
2025-03-14 08:37:37 +08:00
9c430b9901 Move the test kernel to OSDK/deps 2025-03-14 08:37:37 +08:00
30251964ee Bump version to 0.11.3 2025-02-27 11:55:02 +08:00
9b8c6b5aa9 Update the toolchain version in template 2025-02-27 11:36:41 +08:00
cbb4b4e631 Fix lint errors 2025-02-27 11:36:41 +08:00
82a2c4cdec Bumped version to 0.11.2 2025-02-27 09:05:03 +08:00
17c8da7459 Fix the problem that OSDK picks the test kernel by default 2025-02-21 21:17:29 +08:00
d74d126e64 Enhance OSDK profile stability for SMP 2025-02-21 09:54:36 +08:00
faf2bcc3ef Make cargo osdk profile more fine-grained 2025-02-13 16:01:40 +08:00