asterinas/kernel/src
Yuke Peng 228cfe2262 Preallocate some space when expanding size in ext2 2024-09-21 20:22:39 +08:00
..
arch Refactor architecture-specific page fault handling 2024-09-20 10:56:13 +08:00
device Use IoVec-based reader/writer to refactor network APIs 2024-09-20 10:37:20 +08:00
driver Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
events Use `SpinLock` on `Subject` 2024-09-13 19:48:26 +08:00
fs Preallocate some space when expanding size in ext2 2024-09-21 20:22:39 +08:00
ipc Fix incorrect return value for semctl GETZCNT/GETNCNT 2024-09-12 21:09:57 +08:00
net Use IoVec-based reader/writer to refactor network APIs 2024-09-20 10:37:20 +08:00
process Support futex wait timeout 2024-09-19 22:42:13 +08:00
sched Implement remote TLB flush on `VmSpace` 2024-09-13 20:10:03 +08:00
syscall Use IoVec-based reader/writer to refactor network APIs 2024-09-20 10:37:20 +08:00
thread Refactor architecture-specific page fault handling 2024-09-20 10:56:13 +08:00
time Add normalize for `timeval_t` and const value for time 2024-09-20 10:35:03 +08:00
util Use IoVec-based reader/writer to refactor network APIs 2024-09-20 10:37:20 +08:00
vm Refactor architecture-specific page fault handling 2024-09-20 10:56:13 +08:00
console.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
context.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
cpu.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
error.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
lib.rs Move Tid from Thread to PosixThread 2024-09-14 17:34:14 +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
softirq_id.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
taskless.rs Replace the `CpuLocal`'s `borrow*` APIs with `get_with` 2024-08-25 20:14:06 +08:00
vdso.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00