ladybird/Kernel/VM
Andreas Kling 49768524d4 VM: Get rid of KernelPagingScope.
Every page directory inherits the kernel page directory, so there's no need
to explicitly enter the kernel's paging scope anymore.
2019-06-01 17:51:48 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp VM: Get rid of KernelPagingScope. 2019-06-01 17:51:48 +02:00
MemoryManager.h VM: Get rid of KernelPagingScope. 2019-06-01 17:51:48 +02:00
PageDirectory.cpp VM: Always flush TLB for kernel page directory changes. 2019-06-01 17:25:36 +02:00
PageDirectory.h Add clang-format file 2019-05-28 17:31:20 +02:00
PhysicalPage.cpp Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
PhysicalPage.h Add clang-format file 2019-05-28 17:31:20 +02:00
RangeAllocator.cpp Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +02:00
RangeAllocator.h Add clang-format file 2019-05-28 17:31:20 +02:00
Region.cpp VM: Don't remap each Region page twice in page_in(). 2019-06-01 15:45:50 +02:00
Region.h Kernel: Make the Process allocate_region* API's understand "int prot". 2019-05-30 16:14:37 +02:00
VMObject.cpp Kernel: Move Inode to its own files. 2019-05-16 03:02:37 +02:00
VMObject.h Add clang-format file 2019-05-28 17:31:20 +02:00