serenity/Kernel/VM
Andreas Kling 5c3c2a9bac Kernel: Copy Region's "is_mmap" flag when cloning regions for fork()
Otherwise child processes will not be allowed to munmap(), madvise(),
etc. on the cloned regions!
2020-01-10 19:24:01 +01:00
..
AnonymousVMObject.cpp
AnonymousVMObject.h Kernel: Start implementing purgeable memory support 2019-12-09 19:12:38 +01:00
InodeVMObject.cpp Kernel: InodeVMObject can't call Inode::size() with interrupts disabled 2020-01-03 15:40:03 +01:00
InodeVMObject.h Kernel: InodeVMObject can't call Inode::size() with interrupts disabled 2020-01-03 15:40:03 +01:00
MemoryManager.cpp Kernel: Page allocation should not use memset_user() when zeroing 2020-01-10 10:57:33 +01:00
MemoryManager.h Kernel: Mask kernel addresses in backtraces and profiles 2020-01-02 20:51:31 +01:00
PageDirectory.cpp Kernel: Enable PAE (Physical Address Extension) 2019-12-25 13:35:57 +01:00
PageDirectory.h Kernel: Enable PAE (Physical Address Extension) 2019-12-25 13:35:57 +01:00
PhysicalAddress.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp
PhysicalRegion.h
PurgeableVMObject.cpp Kernel: When physical page allocation fails, try to purge something 2019-12-26 11:45:36 +01:00
PurgeableVMObject.h Kernel: When physical page allocation fails, try to purge something 2019-12-26 11:45:36 +01:00
RangeAllocator.cpp
RangeAllocator.h
Region.cpp Kernel: Copy Region's "is_mmap" flag when cloning regions for fork() 2020-01-10 19:24:01 +01:00
Region.h Kernel+LibELF: Enable SMAP protection during non-syscall exec() 2020-01-10 10:57:06 +01:00
VirtualAddress.h
VMObject.cpp Kernel: Rename vmo => vmobject everywhere 2019-12-19 19:15:27 +01:00
VMObject.h Kernel: Start implementing purgeable memory support 2019-12-09 19:12:38 +01:00