asterinas/kernel/src
Chen Chengjun ef0382b164 Enhance waitid syscall support 2025-07-21 21:31:32 +08:00
..
arch Add AMD support for cache_size and tlb_size 2025-07-21 20:08:42 +08:00
device Make the framebuffer backspace work 2025-07-14 20:24:29 +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 Add an initial script to mount several file systems 2025-07-17 13:51:45 +08:00
ipc
net Send and receive UNIX control messages 2025-07-21 10:46:08 +08:00
process Enhance waitid syscall support 2025-07-21 21:31:32 +08:00
sched Fix integer overflow when updating vruntime after pending weight update 2025-07-05 18:23:17 +08:00
syscall Enhance waitid syscall support 2025-07-21 21:31:32 +08:00
thread Refactor FPU context using pre_schedule_handler 2025-07-18 11:40:16 +08:00
time Add fields in `/proc/*/stat` and `/proc/*/status` 2025-07-02 20:13:47 +08:00
util Send and receive UNIX control messages 2025-07-21 10:46:08 +08:00
vm Store `offset` in `MappedVmo` instead of `range` 2025-07-03 18:54:53 +08:00
context.rs Adjust `max_len` to avoid EFAULT when reading CString 2025-07-14 15:43:34 +08:00
cpu.rs
error.rs Remove some variants in `ostd::Error` 2025-07-15 23:05:30 +08:00
kcmdline.rs
lib.rs Add SysTreeInodeTy trait to abstract the view part of MVC arch 2025-07-14 20:35:05 +08:00
prelude.rs
vdso.rs Modify VMO usages and fix the atomic-mode issue during handling page fault 2025-04-30 20:59:15 +08:00