ladybird/Kernel/VM
Andreas Kling aa1e209845 Kernel: Remove some unnecessary indirection in InodeFile::mmap()
InodeFile now directly calls Process::allocate_region_with_vmobject()
instead of taking an awkward detour via a special Region constructor.
2020-02-28 20:29:14 +01:00
..
AnonymousVMObject.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
AnonymousVMObject.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
InodeVMObject.cpp Kernel: Split InodeVMObject into two subclasses 2020-02-28 20:20:35 +01:00
InodeVMObject.h Kernel: Split InodeVMObject into two subclasses 2020-02-28 20:20:35 +01:00
MemoryManager.cpp Kernel: Rename InodeVMObject => SharedInodeVMObject 2020-02-28 20:07:51 +01:00
MemoryManager.h Kernel: Don't trigger page faults during profiling stack walk 2020-02-21 15:49:39 +01:00
PageDirectory.cpp PageDirectory: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
PageDirectory.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
PhysicalPage.cpp PhysicalPage: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
PhysicalPage.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
PhysicalRegion.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
PhysicalRegion.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
PrivateInodeVMObject.cpp Kernel: Split InodeVMObject into two subclasses 2020-02-28 20:20:35 +01:00
PrivateInodeVMObject.h Kernel: Split InodeVMObject into two subclasses 2020-02-28 20:20:35 +01:00
PurgeableVMObject.cpp Kernel: Purging a page should point it back to the shared zero page 2020-02-18 09:56:11 +01:00
PurgeableVMObject.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
RangeAllocator.cpp RangeAllocator: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
RangeAllocator.h Kernel+LibC: Allow sys$mmap() callers to specify address alignment 2020-02-16 12:55:56 +01:00
Region.cpp Kernel: Remove some unnecessary indirection in InodeFile::mmap() 2020-02-28 20:29:14 +01:00
Region.h Kernel: Remove some unnecessary indirection in InodeFile::mmap() 2020-02-28 20:29:14 +01:00
SharedInodeVMObject.cpp Kernel: Split InodeVMObject into two subclasses 2020-02-28 20:20:35 +01:00
SharedInodeVMObject.h Kernel: Split InodeVMObject into two subclasses 2020-02-28 20:20:35 +01:00
VMObject.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
VMObject.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00