ladybird/Kernel/VM
2020-08-16 16:33:28 +02:00
..
AnonymousVMObject.cpp
AnonymousVMObject.h Kernel: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
ContiguousVMObject.cpp
ContiguousVMObject.h Kernel: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
InodeVMObject.cpp
InodeVMObject.h Kernel: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
MappedROM.h Kernel: Simplify scanning BIOS/EBDA and MP parser initialization 2020-05-22 13:36:57 +02:00
MemoryManager.cpp AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
MemoryManager.h Kernel: Rename region_from_foo() => find_region_from_foo() 2020-07-30 23:52:28 +02:00
PageDirectory.cpp Kernel: Switch a comment to GiB 2020-08-16 16:33:28 +02:00
PageDirectory.h Kernel: Add mechanism to identity map the lowest 2MB 2020-06-04 18:15:23 +02:00
PhysicalPage.cpp
PhysicalPage.h Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
PhysicalRegion.cpp Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some 2020-05-08 21:12:16 +02:00
PhysicalRegion.h Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some 2020-05-08 21:12:16 +02:00
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
ProcessPagingScope.cpp Kernel: Turn Thread::current and Process::current into functions 2020-07-01 12:07:01 +02:00
ProcessPagingScope.h
PurgeableVMObject.cpp Kernel: Memory purging was incorrectly "purging" the shared zero page 2020-05-07 09:44:41 +02:00
PurgeableVMObject.h Kernel: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
RangeAllocator.cpp AK: Fix overflow and mixed-signedness issues in binary_search() (#2961) 2020-08-02 21:10:35 +02:00
RangeAllocator.h Kernel: Add mechanism to identity map the lowest 2MB 2020-06-04 18:15:23 +02:00
Region.cpp Kernel: Aggregate TLB flush requests for Regions for SMP 2020-07-06 22:39:06 +02:00
Region.h Kernel: Move syscall implementations out of Process.cpp 2020-07-30 23:40:57 +02:00
SharedInodeVMObject.cpp
SharedInodeVMObject.h
TypedMapping.h Kernel: Add non-const version of TypedMapping::operator->() 2020-05-23 15:57:19 +02:00
VMObject.cpp
VMObject.h Kernel: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00