asterinas/kernel/src
Ruihan Li 9e1c939a3f Remove `static_assertions` 2025-03-06 16:35:21 +08:00
..
arch Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
device Fix lint errors 2025-02-27 11:36:41 +08:00
driver
events Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
fs Remove `static_assertions` 2025-03-06 16:35:21 +08:00
ipc Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
net Report socket errors in `send`/`recv` 2025-03-05 19:48:28 +08:00
process Refactor RLimit64 to atomic 2025-03-06 11:22:05 +08:00
sched Distribute tasks among all the CPUs 2025-02-21 10:02:46 +08:00
syscall Refactor RLimit64 to atomic 2025-03-06 11:22:05 +08:00
thread Re-enable CFS 2025-02-11 10:51:12 +08:00
time Use `RcuOption` for lazy-initialized soft-IRQ callbacks 2025-03-03 09:24:49 +08:00
util Enable gVisor tcp_socket_test 2025-02-11 10:50:20 +08:00
vm Add memory resource limit mechanism 2025-03-06 11:22:05 +08:00
context.rs Utilize `ThreadLocal` 2024-12-26 14:51:20 +08:00
cpu.rs Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
error.rs Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
kcmdline.rs Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
lib.rs Re-enable CFS 2025-02-11 10:51:12 +08:00
prelude.rs Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
vdso.rs Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00