summaryrefslogtreecommitdiff
path: root/src/kernel/pagealloc.c
AgeCommit message (Collapse)Author
2024-07-15kernel: free list page allocatordzwdz
Yay for guaranteed O(1) insertions, even if iostress seems a bit slower.
2024-07-15kernel: split the page allocator and kmallocdzwdz