summaryrefslogtreecommitdiff
path: root/Kernel/Memory/PhysicalRegion.h
AgeCommit message (Expand)Author
2022-12-12Kernel: Use `size_t` to keep track of the number of pages in a regionTim Schumacher
2022-08-24Kernel: Use RefPtr instead of LockRefPtr for PhysicalPageAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-12-22Kernel: Initialize PhysicalRegion::m_large_zones, remove m_small_zonesBrian Gianforcaro
2021-12-13Kernel: Replace final loop in PhysicalRegion::return_page() with mathClay Freeman
2021-12-11Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loopAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling