Age | Commit message (Expand) | Author |
---|---|---|
2022-12-12 | Kernel: Use `size_t` to keep track of the number of pages in a region | Tim Schumacher |
2022-08-24 | Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage | Andreas Kling |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2021-12-28 | Kernel: Remove the kmalloc_eternal heap :^) | Andreas Kling |
2021-12-22 | Kernel: Initialize PhysicalRegion::m_large_zones, remove m_small_zones | Brian Gianforcaro |
2021-12-13 | Kernel: Replace final loop in PhysicalRegion::return_page() with math | Clay Freeman |
2021-12-11 | Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loop | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |