757 Commits

Author SHA1 Message Date
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
0d36375dfa Avoid generic_const_exprs feature 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
Chen Chengjun
801eac9386 Support PR_SET/GET_CHILD_SUBREAPER for sys_prctl 2025-03-03 19:31:50 +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
wheatfox
6d42a07e95 Implement getcpu syscall and add corresponding test application 2025-02-27 11:41:26 +08:00
Fabing Li
cbb4b4e631 Fix lint errors 2025-02-27 11:36:41 +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
Zejun Zhao
29791ba77e Distribute tasks among all the CPUs 2025-02-21 10:02:46 +08:00
Ruihan Li
0398ea3d17 Split bound.rs into small files 2025-02-18 19:20:05 +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
e1ced5f385 Conditionally compile dead code in interval_set.rs 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
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
Ruihan Li
1899646391 Fix #[allow(dead_code)] in cpio-decoder 2025-02-08 15:10:04 +08:00
Ruihan Li
09ef817b4e Fix #[allow(dead_code)] in typeflags 2025-02-08 15:10:04 +08:00
Ruihan Li
1c4e88e648 Fix #[allow(dead_code)] in virtio 2025-02-08 15:10:04 +08:00
Ruihan Li
b415538097 Remove useless #[allow(lint)] 2025-02-08 15:10:04 +08:00
Shaowei Song
56b85cb132 Cache negative dentries for faster negative lookups 2025-01-24 11:48:15 +08:00
jiangjianfeng
14f0f5a7b5 Avoid iterating over all sockets to remove dead sockets 2025-01-24 11:46:18 +08:00
Ruize Tang
c4229e3c2f Add INITRAMFS_SKIP_GZIP option to make initramfs encoding/decoding faster 2025-01-23 10:50:43 +08:00
Ruihan Li
b472737771 Resolve FIXME in pipe tests 2025-01-23 09:57:10 +08:00
Ruihan Li
2cf4aebe7a Use FnOnce() + Send as task func 2025-01-23 09:57:10 +08:00
Shaowei Song
6a865062e6 Unify and optimize the comparison of special file names 2025-01-21 11:34:56 +08:00