summaryrefslogtreecommitdiff
path: root/Kernel/VM/PhysicalPage.cpp
AgeCommit message (Expand)Author
2019-07-24Kernel: Simplify PhysicalPage construction.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-14VM: Remove PhysicalPage::create_eternal().Sergey Bugaev
2019-06-14VM: Support non-freeable, non-eternal PhysicalPages.Sergey Bugaev
2019-06-14VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist.Sergey Bugaev
2019-06-14VM: Fix freeing physical pages.Sergey Bugaev
2019-06-12Kernel: Refactor MemoryManager to use a Bitmap rather than a VectorConrad Pankoff
2019-06-07Kernel: Run clang-format on everything.Andreas Kling
2019-04-03Kernel: Move VM-related files into Kernel/VM/.Andreas Kling