21/26
mm/page_alloc: implement FREETYPE_UNMAPPED allocations
Currently FREETYPE_UNMAPPED allocs will always fail because, although the lists exist to hold them, there is no way to actually create an unmapped page block. This commit adds one, and also the logic