asterinas/kernel/src
Fabing Li 7a08d9a660 Support other SigStackFlags 2024-11-06 15:00:01 +08:00
..
arch Export /proc/cpuinfo 2024-11-06 14:54:28 +08:00
device Fix a TDX minor issue 2024-11-02 10:17:01 +08:00
driver Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
events Use `LocalIrqDisable` in `Subject` 2024-10-04 21:55:48 +08:00
fs Export /proc/cpuinfo 2024-11-06 14:54:28 +08:00
ipc Implement atomic wrapper for integer-like type 2024-09-25 14:47:37 +08:00
net Make `wait_events` support timeout 2024-11-01 13:00:40 +08:00
process Support other SigStackFlags 2024-11-06 15:00:01 +08:00
sched Implementation of load average calculation and corresponding /proc entry 2024-11-05 11:46:23 +08:00
syscall Support other SigStackFlags 2024-11-06 15:00:01 +08:00
thread Use LinkedList to store WorkItem to avoid additional heap allocation 2024-11-01 11:24:09 +08:00
time Use `CpuId` with validity ensurance rather than `u32` 2024-10-26 22:06:41 +08:00
util Fix multiple issues pointed out by the new compiler 2024-10-13 22:32:05 +08:00
vm Refine mapping-related locks 2024-10-26 21:55:48 +08:00
console.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
context.rs Fix multiple issues pointed out by the new compiler 2024-10-13 22:32:05 +08:00
cpu.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
error.rs Refactor kernel virtual memory allocation for kernel stack and I/O memory 2024-10-21 09:53:05 +08:00
lib.rs Use `CpuId` with validity ensurance rather than `u32` 2024-10-26 22:06:41 +08:00
prelude.rs Move Pauser's functionality to Waiter/WaiterQueue and add the per-thread signalled waker 2024-09-14 13:59:07 +08:00
vdso.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00