asterinas/kernel/src
wyt8 9a0f63b33e Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
..
arch Make writable pages readable on RISC-V platforms 2025-10-27 11:25:59 +08:00
device Open /dev/tty should also increase pty slave count 2025-11-07 20:22:16 +08:00
driver Migrate i8042 keyboard to input subsystem API 2025-10-28 17:37:13 +08:00
events Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
fs Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
ipc Fix `semid_ds`'s layout on non-x86_64 platforms 2025-09-29 23:46:01 +08:00
net Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
process Correct the behavior about closing pty 2025-11-07 20:22:16 +08:00
sched Ensure the idle tasks do not sleep or block 2025-11-10 10:53:08 +08:00
security Add TSM module 2025-10-31 08:53:27 +08:00
syscall Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
thread Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
time Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
util Unshare VM during execve 2025-10-25 10:36:30 +08:00
vm Remove IntervalSet::find_one unreachable code 2025-11-06 19:36:12 +08:00
context.rs Resolve some minor issues 2025-11-06 15:41:13 +08:00
cpu.rs Make syscall restart mechanism work across all architectures 2025-09-26 15:10:34 +08:00
error.rs Enable the process management for cgroup 2025-11-07 11:47:23 +08:00
init.rs Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
kcmdline.rs Mark all kernel modules as private 2025-08-26 18:02:56 +08:00
lib.rs Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
prelude.rs Move `ReadCString` to `util/` 2025-09-18 17:19:51 +08:00
vdso.rs Remove `Rights` from VMO 2025-10-29 12:22:22 +08:00