kern/kernel/mm
fef 6d0950501c
page: ensure early page mapping doesn't fail
Up to now, the page frame allocator's
initialization routine relied on the fact that
map_page() never needs to get new pages on i386 if
the mapped page is a hugepage.  This is not at all
true on other architectures, however.
2021-10-29 00:23:30 +02:00
..
block.c kmalloc: add shiny new buddy page frame allocator 2021-10-22 06:22:38 +02:00
CMakeLists.txt mm: add basic slab allocator 2021-10-24 05:36:46 +02:00
kmalloc.c page: ensure early page mapping doesn't fail 2021-10-29 00:23:30 +02:00
page.c page: ensure early page mapping doesn't fail 2021-10-29 00:23:30 +02:00
slab.c mm: add basic slab allocator 2021-10-24 05:36:46 +02:00