summaryrefslogtreecommitdiff
path: root/Kernel/VM/PhysicalRegion.cpp
AgeCommit message (Expand)Author
2019-09-17Kernel: Fix returning pages to regions >= 2GBConrad Pankoff
2019-07-09Kernel: Move PhysicalAddress.h into VM/Andreas Kling
2019-06-22Kernel: Fix all compiler warnings.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-12Kernel: Wrap around to region start if necessary in take_free_pageConrad Pankoff
2019-06-12Kernel: Refactor MemoryManager to use a Bitmap rather than a VectorConrad Pankoff