ladybird/Kernel/VM
Sergey Bugaev 7710e48d83 VM: Fix freeing physical pages.
Pages created with PhysicalPage::create_eternal() should *not* be
returnable to the freelist; and pages created with the regular
PhysicalPage::create() should be; not the other way around.
2019-06-14 16:14:49 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Replace the last "linear" with "virtual". 2019-06-13 21:42:12 +02:00
MemoryManager.h Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
PageDirectory.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
PageDirectory.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
PhysicalPage.cpp VM: Fix freeing physical pages. 2019-06-14 16:14:49 +02:00
PhysicalPage.h Add clang-format file 2019-05-28 17:31:20 +02:00
PhysicalRegion.cpp Kernel: Wrap around to region start if necessary in take_free_page 2019-06-12 15:38:17 +02:00
PhysicalRegion.h Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
RangeAllocator.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
RangeAllocator.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
Region.cpp Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
Region.h Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00
VMObject.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
VMObject.h Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00