.. |
.gitignore
|
Kernel: Move VM-related files into Kernel/VM/.
|
2019-04-03 15:13:07 +02:00 |
MemoryManager.cpp
|
VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist.
|
2019-06-14 16:14:49 +02:00 |
MemoryManager.h
|
VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist.
|
2019-06-14 16:14:49 +02:00 |
PageDirectory.cpp
|
VM: Remove PhysicalPage::create_eternal().
|
2019-06-14 16:14:49 +02:00 |
PageDirectory.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
PhysicalPage.cpp
|
VM: Remove PhysicalPage::create_eternal().
|
2019-06-14 16:14:49 +02:00 |
PhysicalPage.h
|
VM: Remove PhysicalPage::create_eternal().
|
2019-06-14 16:14:49 +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
|
VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist.
|
2019-06-14 16:14:49 +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
|
VM: Make VMObject::create_for_physical_range() create non-freeable pages.
|
2019-06-14 16:14:49 +02:00 |
VMObject.h
|
Kernel: Tweak some String&& => const String&.
|
2019-06-07 20:58:12 +02:00 |