kern/kernel/mm
fef 2e32e299d2
mm: rewrite slab allocator
This is the final part of the major mm subsystem
refactor (for now).  The new and improved slab
allocator can do *proper* poisoning, with pretty
accurate out-of-bounds and use-after-free
detection.
vm_page_t has also been restructured; its flags
and order are now combined into one atomic field.
2021-11-22 04:23:31 +01:00
..
boot.c mm: refactor page frame allocator 2021-11-20 22:49:05 +01:00
CMakeLists.txt mm: refactor page frame allocator 2021-11-20 22:49:05 +01:00
page.c mm: rewrite slab allocator 2021-11-22 04:23:31 +01:00
slab.c mm: rewrite slab allocator 2021-11-22 04:23:31 +01:00