serenity/Kernel/VM
Andreas Kling baaede1bf9 Kernel: Make the Process allocate_region* API's understand "int prot".
Instead of having to inspect 'prot' at every call site, make the Process
API's take care of that so we can just pass it through.
2019-05-30 16:14:37 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Make the Process allocate_region* API's understand "int prot". 2019-05-30 16:14:37 +02:00
MemoryManager.h Add clang-format file 2019-05-28 17:31:20 +02:00
PageDirectory.cpp Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +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 Kernel: Make the Process allocate_region* API's understand "int prot". 2019-05-30 16:14:37 +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