asterinas/kernel/src
Tate, Hongliang Tian 659f079c2d Revise the doc of OSTD's scheduling module 2025-07-29 21:58:23 +08:00
..
arch Add some references for signal-related types 2025-07-28 10:50:38 +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 CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00
ipc
net Support setting reuseaddr for UDP socket 2025-07-28 10:20:50 +08:00
process Add some references for signal-related types 2025-07-28 10:50:38 +08:00
sched Revise the doc of OSTD's scheduling module 2025-07-29 21:58:23 +08:00
syscall Disallow masking SIGKILL and SIGSTOP in user space 2025-07-28 17:08:10 +08:00
thread Format the user exception log 2025-07-28 15:01:49 +08:00
time Add fields in `/proc/*/stat` and `/proc/*/status` 2025-07-02 20:13:47 +08:00
util Add the random support for LoongArch in kernel 2025-07-25 17:37:24 +08:00
vm Fix VMO commit address when needs IO 2025-07-23 11:23:03 +08:00
context.rs Adjust `max_len` to avoid EFAULT when reading CString 2025-07-14 15:43:34 +08:00
cpu.rs Remove TLS-related stuffs from `LinuxABI` 2025-07-28 10:50:38 +08:00
error.rs Remove some variants in `ostd::Error` 2025-07-15 23:05:30 +08:00
kcmdline.rs
lib.rs Finish the arch section for LoongArch in kernel 2025-07-25 17:37:24 +08:00
prelude.rs Add mutable functionality to the process VMAR 2025-03-20 14:20:47 +08:00
vdso.rs Modify VMO usages and fix the atomic-mode issue during handling page fault 2025-04-30 20:59:15 +08:00