asterinas/kernel/src
Chen Chengjun c2ab393d57 Cleanup the lookup APIs of FsResolver 2025-10-17 16:18:56 +08:00
..
arch Make syscall restart mechanism work across all architectures 2025-09-26 15:10:34 +08:00
device Fix some `getrandom` behavior 2025-09-30 11:36:37 +08:00
driver Refactor framebuffer 2025-04-29 19:48:45 +08:00
events Fix clippy warnings in kernel crate 2025-06-06 18:22:09 +08:00
fs Cleanup the lookup APIs of FsResolver 2025-10-17 16:18:56 +08:00
ipc Fix `semid_ds`'s layout on non-x86_64 platforms 2025-09-29 23:46:01 +08:00
net Check capabilities instead of the root 2025-10-13 14:21:27 +08:00
process Support reading `InitStack` across pages 2025-10-15 16:34:32 +08:00
sched Implement fixed_point module to replace the usage of fixed crate 2025-10-13 12:34:01 +08:00
syscall Cleanup the lookup APIs of FsResolver 2025-10-17 16:18:56 +08:00
thread Don't panic if `set_child_tid` is invalid 2025-09-30 09:54:40 +08:00
time Fix some minor style issues 2025-10-06 14:46:23 +08:00
util Bump `rand` version to 0.9.2 2025-09-30 11:36:37 +08:00
vm Move `PerCpuCounter` to `aster-util` to broaden its scope of use, 2025-09-27 21:02:23 +08:00
context.rs Support CLONE_PARENT flag 2025-09-29 13:27:22 +08:00
cpu.rs Make syscall restart mechanism work across all architectures 2025-09-26 15:10:34 +08:00
error.rs Support reading `InitStack` across pages 2025-10-15 16:34:32 +08:00
kcmdline.rs Mark all kernel modules as private 2025-08-26 18:02:56 +08:00
lib.rs Add the `CpuTimeStats` module for CPU time statistics. 2025-09-27 21:02:23 +08:00
prelude.rs Move `ReadCString` to `util/` 2025-09-18 17:19:51 +08:00
vdso.rs Init vDSO singleton in the first kthread 2025-08-31 23:57:17 +08:00