1972 Commits

Author SHA1 Message Date
Fabing Li
8aa8d640e6 Upgrade the toolchain to nightly-2025-02-01 2025-02-27 09:05:03 +08:00
Fabing Li
6684e7fd02 Convert benchmark configuration files into YAML format 2025-02-26 13:16:49 +08:00
Ruihan Li
14dc4752fa Don't panic when allocating the last page 2025-02-26 13:10:52 +08:00
Ruihan Li
18e0eae331 Never expose ERESTARTSYS to the userspace 2025-02-23 23:11:05 +08:00
Ruihan Li
8187fa2f1b Fix timeout mechanism in wait_events 2025-02-23 23:11:05 +08:00
Ruihan Li
2411ba671c Reapply "Make pause_timeout return EINTR"
This reverts commit 7a017faa44572b36a13527c044f9a674f9897d6c.
2025-02-23 23:11:05 +08:00
Zhang Junyang
ea8fd6f785 Add a print in Makefile for the ktest target 2025-02-21 21:17:29 +08:00
Zhang Junyang
17c8da7459 Fix the problem that OSDK picks the test kernel by default 2025-02-21 21:17:29 +08:00
Zejun Zhao
29791ba77e Distribute tasks among all the CPUs 2025-02-21 10:02:46 +08:00
Zhang Junyang
d74d126e64 Enhance OSDK profile stability for SMP 2025-02-21 09:54:36 +08:00
Chen Chengjun
5834f299bc Fix a potential race condition during PTE read/write operations 2025-02-20 22:36:35 +08:00
Yuke Peng
3e47a6fdaa Correct the mask of fault recording register offset in IOMMU 2025-02-20 19:44:12 +08:00
Yuke Peng
fa1cfc03f2 Support handling multiple IOMMU faults 2025-02-20 19:44:12 +08:00
Yuke Peng
baee45a60f Remove confusing statement 2025-02-20 19:43:10 +08:00
Yuke Peng
bad1a7a79a Panic if overriding existing device page tables 2025-02-20 19:43:10 +08:00
Ruihan Li
eca88697dd Avoid some #![expect(lint)] 2025-02-18 19:23:15 +08:00
Ruihan Li
7e58955dd7 Bump volatile to v0.6.1 2025-02-18 19:23:15 +08:00
Ruihan Li
0398ea3d17 Split bound.rs into small files 2025-02-18 19:20:05 +08:00
jiangjianfeng
bf96f673dc Unify network benchmark chart title 2025-02-14 19:45:41 +08:00
Zhang Junyang
0b050d5e66 Linked lists of Frames 2025-02-14 13:24:51 +08:00
Zhang Junyang
1bbed2e077 Fix Segment::from_unused which lacks a panic 2025-02-14 13:24:51 +08:00
Zhang Junyang
b59cd9cea2 Use 64-bit reference counts for frames and fix meta layouts 2025-02-14 13:24:51 +08:00
Zhang Junyang
44d54f4b23 Implement UniqueFrame and Frame::from_in_use 2025-02-14 13:24:51 +08:00
Hsy-Intel
b007e334b8 Fix the #VE irq issue causing TDX CI failure 2025-02-14 10:19:44 +08:00
Zejun Zhao
decfcbecaf Let git ignore profile results 2025-02-13 16:01:40 +08:00
Zejun Zhao
faf2bcc3ef Make cargo osdk profile more fine-grained 2025-02-13 16:01:40 +08:00
Ruihan Li
c9e8666267 Clarify titles for TCP connect latency 2025-02-12 20:00:11 +08:00
Ruihan Li
519445078b Remove tcp_loopback_connect_lat from summary 2025-02-12 20:00:11 +08:00
Qingsong Chen
04be02efb7 Add init_component for mlsdisk 2025-02-11 11:38:43 +08:00
Qingsong Chen
f6e040ec94 Add a basic ktest for mlsdisk 2025-02-11 11:38:43 +08:00
Qingsong Chen
d8dc153be9 Fix deadlock of CurrentTx in mlsdisk 2025-02-11 11:38:43 +08:00
Qingsong Chen
c040df72b3 Rename SwornDisk to MlsDisk 2025-02-11 11:38:43 +08:00
Shaowei Song
328ba47ccd Fix and revise the directory entry handling in ext2 2025-02-11 11:33:31 +08:00
Zejun Zhao
d71771e49a Re-enable CFS 2025-02-11 10:51:12 +08:00
Zejun Zhao
c2f48a41db Clean up the implementation of scheduling class 2025-02-11 10:51:12 +08:00
jiangjianfeng
3f951e0c0c Enable gVisor tcp_socket_test 2025-02-11 10:50:20 +08:00
Zhang Junyang
3e31df74e3 Fix an unfulfilled lint expectation on OSDK unit tests 2025-02-11 10:48:34 +08:00
Zhang Junyang
e1ced5f385 Conditionally compile dead code in interval_set.rs 2025-02-11 10:48:34 +08:00
Zhang Junyang
0fc2bccd44 Let OSDK forward commands to the base crate if it is kernel 2025-02-11 10:48:34 +08:00
Zhang Junyang
cb2d8412aa Refactor the generation of base crates 2025-02-11 10:48:34 +08:00
Zhang Junyang
32a6025819 Refactor the parsing of OSDK crate types 2025-02-11 10:48:34 +08:00
Shaowei Song
fecf766771 Revise the cache page allocation for PageCacheManager 2025-02-11 10:48:12 +08:00
jiangjianfeng
55713b88c4 Remove unused dependencies 2025-02-10 10:36:56 +08:00
Ruihan Li
418f58ec89 Avoid locking twice in UDP send 2025-02-08 15:44:44 +08:00
Ruihan Li
6a13787c49 Implementing FileLike for all Sockets 2025-02-08 15:44:44 +08:00
Ruihan Li
3c6737a4ca Revise doc comments for Socket 2025-02-08 15:44:44 +08:00
Ruihan Li
a6b3a65fe5 Don't allocate when possible in do_poll 2025-02-08 15:43:20 +08:00
Fabing Li
185b27b01c Unify benchmark job name conventions 2025-02-08 15:29:15 +08:00
Ruihan Li
95bbc7f367 Enforce #[expect(lint)] 2025-02-08 15:10:04 +08:00
Ruihan Li
0dca168717 Use #[expect(lint)], not #[allow(lint)] 2025-02-08 15:10:04 +08:00