Commit Graph

2032 Commits

Author SHA1 Message Date
Zhang Junyang fbb8ea6ad1 Bump version to 0.13.0 2025-03-14 21:18:13 +08:00
Zhang Junyang 288942b970 Revise the docs of the slab and remove an unused type 2025-03-14 21:17:47 +08:00
Zhang Junyang 3d21258baf Add descriptions and READMEs for crates published with OSDK 2025-03-14 19:55:00 +08:00
Zhang Junyang a708a0c046 Inject a scalable slab allocator 2025-03-14 19:55:00 +08:00
Zhang Junyang fdbe52c2ee Relax `AnyFrameMeta`'s requirement of `Debug` and `'static` 2025-03-14 19:55:00 +08:00
jiangjianfeng d366043876 Enable sig_action test from gVisor test 2025-03-14 16:09:11 +08:00
jiangjianfeng 7e96810e1a Remove trampoline code in handling user kernel 2025-03-14 16:09:11 +08:00
Zejun Zhao 7afc3c88f9 Clean up configs of schbench 2025-03-14 15:45:18 +08:00
Ruihan Li ca9ec119e4 Retire page table implementation in EFI stub 2025-03-14 12:29:13 +08:00
Zhang Junyang eb74d87bed Bump version to 0.12.0 2025-03-14 09:48:59 +08:00
Zhang Junyang 70b7d8ccd0 Add `README_JP.md` to `bump_version.sh` 2025-03-14 09:48:59 +08:00
Zhang Junyang 6ed38f5cb0 Mark all physical memory metadata with memory region info 2025-03-14 08:37:37 +08:00
Zhang Junyang 28e7c0ff1f Add a fixed-size cache of frame allocation 2025-03-14 08:37:37 +08:00
Zhang Junyang 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
Zhang Junyang 92bc8cbbf7 Make CPU-local and early ACPI initialization heap-less 2025-03-14 08:37:37 +08:00
Zhang Junyang 7496b24da1 Fix some incorrect memory region initialization 2025-03-14 08:37:37 +08:00
Zhang Junyang 8a6c8c44e9 Refactor `MemoryRegionArray::into_non_overlapping` 2025-03-14 08:37:37 +08:00
Zhang Junyang 46217ab021 Add range truncate utility 2025-03-14 08:37:37 +08:00
Zhang Junyang 9c430b9901 Move the test kernel to `OSDK/deps` 2025-03-14 08:37:37 +08:00
Zejun Zhao 455b8abba0 Adopt a round-robin strategy to select among equally idle CPUs 2025-03-13 16:28:02 +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
Tate, Hongliang Tian 55984e68cf
Update system call count in linux-compatibility.md 2025-03-12 15:31:30 +08:00
Ruihan Li d40d452e9d Receive RST packets as `ECONNRESET` errors 2025-03-10 18:08:08 +08:00
Ruihan Li aa29640ed7 Send RST packets when appropriate 2025-03-10 18:08:08 +08:00
Ruihan Li eef56c770b Simplify the TCP state check 2025-03-10 18:08:08 +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
jiangjianfeng 388eec449a Add ip level socket option 2025-03-07 13:38:02 +08:00
js2xxx ffc7e3612d Fix `RLimit` lock update 2025-03-06 21:29:40 +08:00
js2xxx c1dde01fc3 Add `sched_attr` system call series 2025-03-06 21:29:40 +08:00
Ruihan Li 9e1c939a3f Remove `static_assertions` 2025-03-06 16:35:21 +08:00
Ruihan Li 0c028a7d8c Adjust `AnyFrameMeta` safety conditions 2025-03-06 16:35:21 +08:00
Ruihan Li 0d36375dfa Avoid `generic_const_exprs` feature 2025-03-06 16:35:21 +08:00
Ruihan Li b08e655a76 Remove outdated comments 2025-03-06 16:35:21 +08:00
Shaowei Song d19578ac78 Pooling some cached block writes in ext2 2025-03-06 11:43:07 +08:00
Wang Siyuan 5bfdcfc619 Add memory resource limit mechanism 2025-03-06 11:22:05 +08:00
Wang Siyuan eca3c8fb59 Refactor RLimit64 to atomic 2025-03-06 11:22:05 +08:00
Yuke Peng 96d83e43b4 Make VirtioConsolesPrinter heapless 2025-03-05 20:24:59 +08:00
Ruihan Li d37e60d082 Report socket errors in `send`/`recv` 2025-03-05 19:48:28 +08:00
Ruihan Li 68cf99993e Remove socket errors from `SocketOptionSet` 2025-03-05 19:48:28 +08:00
Fabing Li 76e9694dd0 Enhance the robustness of search pattern 2025-03-05 19:47:19 +08:00
Ruihan Li 2cefa7e5fa Remove lots of unsafe code in `acpi/` 2025-03-05 19:34:48 +08:00
Hsy-Intel 3322710900 Add TDX SMP CI 2025-03-05 19:02:11 +08:00
Chen Chengjun 65f9363d7c Add a test for reaper functionality 2025-03-03 19:31:50 +08:00
Chen Chengjun 801eac9386 Support PR_SET/GET_CHILD_SUBREAPER for sys_prctl 2025-03-03 19:31:50 +08:00
Fabing Li 0903457be3 Dynamically get the Commit SHA that triggers the workflow 2025-03-03 19:26:46 +08:00
Chen Chengjun 7c2bab1811 Add the word typ to the typos checking whitelist 2025-03-03 15:16:42 +08:00
Chen Chengjun c5b8eae77e Make the IRQ state within the trap correct 2025-03-03 15:16:42 +08:00
Yuke Peng 51216daec6 Change MMIO access in IoApic to `VolatileRef` 2025-03-03 14:25:42 +08:00
Zhang Junyang 55ee4bda2c Use RCU for console device callbacks 2025-03-03 09:24:49 +08:00
Zhang Junyang 78a695f21b Use `RcuOption` for lazy-initialized soft-IRQ callbacks 2025-03-03 09:24:49 +08:00