kern/doc
fef b4ed811920
mm: refactor page allocator
This is hopefully the last time in a while that
something in the mm subsystem needs a refactor
this large.  There are two main changes:
- The page frame allocator returns a vm_page_t
  rather than a virtual address.
- Data for the slab allocator is now stored in
  struct vm_page, which means there is no overhead
  in the slab itself so the space is used in a
  more efficient manner.
2022-01-02 05:44:46 +01:00
..
amd64 mm: refactor page allocator 2022-01-02 05:44:46 +01:00
i386 x86: begin preparations for amd64 support 2021-10-21 05:27:42 +02:00