Commit Graph

2160 Commits

Author SHA1 Message Date
e4f07b76a0 Add real vfork logics 2025-04-03 14:44:39 +08:00
43e43ca133 Add vfork syscall and related clone flags 2025-04-03 14:44:39 +08:00
9a974a0483 Resigning ownership of other Makefiles 2025-04-03 14:33:58 +08:00
396ead6fbd Fix safety reasoning about get_on_cpu 2025-04-03 10:50:22 +08:00
c17a3eaa0b Revise safety comments in single_instr.rs 2025-04-03 10:50:22 +08:00
5651b93af0 Turn GS.base validity into a global invariant 2025-04-03 10:50:22 +08:00
b52d841ac1 Revise safety comments for booting APs 2025-04-03 10:50:22 +08:00
d7fbdbfc63 Submit all benchmark results in one step 2025-04-03 10:34:57 +08:00
600f13ef78 Enforce a task not switched to multiple CPUs 2025-04-02 20:51:42 +08:00
2f40d13120 Fix --no-default-features 2025-04-02 11:56:52 +08:00
e040dda7a4 Ignore unusable regions for max_paddr 2025-04-02 11:50:33 +08:00
8f72192f07 Ignore invalid APIC entries 2025-04-02 11:48:52 +08:00
0bbd56ecf3 Don't panic for missing virtio-net 2025-04-02 11:33:51 +08:00
09a8ab8800 Respect local X2Apic MADT entry 2025-03-31 22:11:04 +08:00
07792a1b1c Add unit tests for Cursor::take_next reports 2025-03-31 17:19:57 +08:00
78831bc80c Fix that Cursor::take_next reports the wrong VAs 2025-03-31 17:19:57 +08:00
1846c680fc Clone the reader to prevent cursor misplacement in ReadCString 2025-03-31 14:00:04 +08:00
f4e79d99d0 Enforce the suitable width of badge 2025-03-31 09:14:57 +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
2cfb470789 Fix lmbench/ramfs_create_delete_files_0k_ops 2025-03-29 11:12:13 +08:00
112cf087a6 Add memory size configuration to benchmarks 2025-03-29 11:12:13 +08:00
3c73672f52 Rename Benchmark Asterinas to Benchmark x86-64 2025-03-29 10:40:14 +08:00
584a1cbb10 Reconstruct the integration/OSDK tests for flexible arch support 2025-03-29 10:40:14 +08:00
322fc4feff Refactor PCI access in OSTD 2025-03-29 09:16:40 +08:00
865003738a Enable gvisor xattr syscall test 2025-03-28 15:08:59 +08:00
2af71ff72a Add xattr support for ext2 2025-03-28 15:08:59 +08:00
97c27e8d2a Add xattr support for ramfs 2025-03-28 15:08:59 +08:00
a47eda413c Add extended attribute (xattr) syscalls: setxattr, getxattr, listxattr and removexattr 2025-03-28 15:08:59 +08:00
8b5a6f0d58 Add a lint expectation 2025-03-27 18:51:41 +08:00
b4a1dc03f3 Delete useless visibility for BARs 2025-03-27 18:44:15 +08:00
d3227df512 Don't run 16-bit code in the long mode 2025-03-27 17:26:39 +08:00
ee28e199b7 Clarify TDX AP workaround 2025-03-27 17:26:39 +08:00
8580a9dd84 Improve dma ktest cases 2025-03-27 11:28:51 +08:00
d7445c84c7 Fix clone implementation for DmaStreamSlice<Dma> 2025-03-27 11:28:51 +08:00
344ce59ca3 Reserve more regions in linux-legacy32 2025-03-27 09:13:41 +08:00
58980d4c55 Revise code under arch/x86/boot 2025-03-27 09:13:41 +08:00
78a9ec9e96 Support PE/COFF entry point 2025-03-27 09:13:41 +08:00
2a7cdb0802 Update docker version ref to 0.14.1-20250326 2025-03-27 09:11:53 +08:00
7d3b49c4d6 Bump Docker image version to 0.14.1-20250326 2025-03-26 17:45:49 +08:00
c5a01b9759 Install libnl in docker image 2025-03-26 17:45:49 +08:00
66ba0afa05 Workflow doesn't fail when alert comment happens 2025-03-26 13:25:12 +08:00
85e0dcf70b Enforce the max-parallel to 1 to avoid the conflicts of network benchmarks 2025-03-26 13:25:12 +08:00
1e3098d734 Add ktest cases for frame components 2025-03-26 11:09:13 +08:00
4fff7cdc22 Add an API for BioRequest to return the number of sectors 2025-03-26 10:38:24 +08:00
0078c18068 Allow RCU to read with an atomic-mode guard 2025-03-25 22:34:26 +08:00