|
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 |
|
|
fdbe52c2ee
|
Relax AnyFrameMeta 's requirement of Debug and 'static
|
2025-03-14 19:55:00 +08:00 |
|
|
d366043876
|
Enable sig_action test from gVisor test
|
2025-03-14 16:09:11 +08:00 |
|
|
7e96810e1a
|
Remove trampoline code in handling user kernel
|
2025-03-14 16:09:11 +08:00 |
|
|
7afc3c88f9
|
Clean up configs of schbench
|
2025-03-14 15:45:18 +08:00 |
|
|
ca9ec119e4
|
Retire page table implementation in EFI stub
|
2025-03-14 12:29:13 +08:00 |
|
|
eb74d87bed
|
Bump version to 0.12.0
v0.12.0
|
2025-03-14 09:48:59 +08:00 |
|
|
70b7d8ccd0
|
Add README_JP.md to bump_version.sh
|
2025-03-14 09:48:59 +08:00 |
|
|
6ed38f5cb0
|
Mark all physical memory metadata with memory region info
|
2025-03-14 08:37:37 +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 |
|
|
92bc8cbbf7
|
Make CPU-local and early ACPI initialization heap-less
|
2025-03-14 08:37:37 +08:00 |
|
|
7496b24da1
|
Fix some incorrect memory region initialization
|
2025-03-14 08:37:37 +08:00 |
|
|
8a6c8c44e9
|
Refactor MemoryRegionArray::into_non_overlapping
|
2025-03-14 08:37:37 +08:00 |
|
|
46217ab021
|
Add range truncate utility
|
2025-03-14 08:37:37 +08:00 |
|
|
9c430b9901
|
Move the test kernel to OSDK/deps
|
2025-03-14 08:37:37 +08:00 |
|
|
455b8abba0
|
Adopt a round-robin strategy to select among equally idle CPUs
|
2025-03-13 16:28:02 +08:00 |
|
|
7b5f2c414a
|
Use the latest tdx-guest crate version to fix the TDX init issue
|
2025-03-13 12:56:46 +08:00 |
|
|
55984e68cf
|
Update system call count in linux-compatibility.md
|
2025-03-12 15:31:30 +08:00 |
|
|
d40d452e9d
|
Receive RST packets as ECONNRESET errors
|
2025-03-10 18:08:08 +08:00 |
|
|
aa29640ed7
|
Send RST packets when appropriate
|
2025-03-10 18:08:08 +08:00 |
|
|
eef56c770b
|
Simplify the TCP state check
|
2025-03-10 18:08:08 +08:00 |
|
|
9edee83ef1
|
Use the latest tdx-guest crate version to fix the MMIO emulation issue
|
2025-03-10 17:58:35 +08:00 |
|
|
388eec449a
|
Add ip level socket option
|
2025-03-07 13:38:02 +08:00 |
|
|
ffc7e3612d
|
Fix RLimit lock update
|
2025-03-06 21:29:40 +08:00 |
|
|
c1dde01fc3
|
Add sched_attr system call series
|
2025-03-06 21:29:40 +08:00 |
|
|
9e1c939a3f
|
Remove static_assertions
|
2025-03-06 16:35:21 +08:00 |
|
|
0c028a7d8c
|
Adjust AnyFrameMeta safety conditions
|
2025-03-06 16:35:21 +08:00 |
|
|
0d36375dfa
|
Avoid generic_const_exprs feature
|
2025-03-06 16:35:21 +08:00 |
|
|
b08e655a76
|
Remove outdated comments
|
2025-03-06 16:35:21 +08:00 |
|
|
d19578ac78
|
Pooling some cached block writes in ext2
|
2025-03-06 11:43:07 +08:00 |
|
|
5bfdcfc619
|
Add memory resource limit mechanism
|
2025-03-06 11:22:05 +08:00 |
|
|
eca3c8fb59
|
Refactor RLimit64 to atomic
|
2025-03-06 11:22:05 +08:00 |
|
|
96d83e43b4
|
Make VirtioConsolesPrinter heapless
|
2025-03-05 20:24:59 +08:00 |
|
|
d37e60d082
|
Report socket errors in send /recv
|
2025-03-05 19:48:28 +08:00 |
|
|
68cf99993e
|
Remove socket errors from SocketOptionSet
|
2025-03-05 19:48:28 +08:00 |
|
|
76e9694dd0
|
Enhance the robustness of search pattern
|
2025-03-05 19:47:19 +08:00 |
|
|
2cefa7e5fa
|
Remove lots of unsafe code in acpi/
|
2025-03-05 19:34:48 +08:00 |
|
|
3322710900
|
Add TDX SMP CI
|
2025-03-05 19:02:11 +08:00 |
|
|
65f9363d7c
|
Add a test for reaper functionality
|
2025-03-03 19:31:50 +08:00 |
|
|
801eac9386
|
Support PR_SET/GET_CHILD_SUBREAPER for sys_prctl
|
2025-03-03 19:31:50 +08:00 |
|
|
0903457be3
|
Dynamically get the Commit SHA that triggers the workflow
|
2025-03-03 19:26:46 +08:00 |
|
|
7c2bab1811
|
Add the word typ to the typos checking whitelist
|
2025-03-03 15:16:42 +08:00 |
|
|
c5b8eae77e
|
Make the IRQ state within the trap correct
|
2025-03-03 15:16:42 +08:00 |
|
|
51216daec6
|
Change MMIO access in IoApic to VolatileRef
|
2025-03-03 14:25:42 +08:00 |
|
|
55ee4bda2c
|
Use RCU for console device callbacks
|
2025-03-03 09:24:49 +08:00 |
|
|
78a695f21b
|
Use RcuOption for lazy-initialized soft-IRQ callbacks
|
2025-03-03 09:24:49 +08:00 |
|
|
a5065d878e
|
Refactor the implementation of RcuOption for clarity
|
2025-03-03 09:24:49 +08:00 |
|
|
8dbee0a65e
|
Revise the safety conditions for OwnerPtr
Co-authored-by: Zhang Junyang <junyang@stu.pku.edu.cn>
|
2025-03-03 09:24:49 +08:00 |
|