ladybird/Kernel/Memory
2022-01-09 23:29:57 -08:00
..
AddressSpace.cpp Kernel: Add implied auto qualifiers in Memory 2022-01-09 23:29:57 -08:00
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp Kernel: Add implied auto qualifiers in Memory 2022-01-09 23:29:57 -08:00
AnonymousVMObject.h
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h Kernel: Fix possible buffer overrun when scanning a MappedROM 2022-01-04 17:46:36 +00:00
MemoryManager.cpp Kernel: Add implied auto qualifiers in Memory 2022-01-09 23:29:57 -08:00
MemoryManager.h Kernel: Overload DMA helper without Physical Page output parameter 2022-01-09 00:45:38 +01:00
PageDirectory.cpp Kernel: Move userspace virtual address range base to 0x10000 2021-12-22 00:02:36 -08:00
PageDirectory.h
PageFaultResponse.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp Kernel: Initialize PhysicalRegion::m_large_zones, remove m_small_zones 2021-12-22 13:29:31 -08:00
PhysicalRegion.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
PhysicalZone.cpp Kernel: Add implied auto qualifiers in Memory 2022-01-09 23:29:57 -08:00
PhysicalZone.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
Region.cpp Kernel: Add implied auto qualifiers in Memory 2022-01-09 23:29:57 -08:00
Region.h Kernel: Remove old SlabAllocator :^) 2021-12-26 21:22:59 +01:00
RingBuffer.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
RingBuffer.h
ScatterGatherList.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp
ScopedAddressSpaceSwitcher.h
SharedInodeVMObject.cpp Kernel: Don't rewrite the whole file on sys$msync 2021-12-01 09:47:46 +01:00
SharedInodeVMObject.h Kernel: Don't rewrite the whole file on sys$msync 2021-12-01 09:47:46 +01:00
TypedMapping.h Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
VirtualRange.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
VirtualRange.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
VirtualRangeAllocator.cpp Kernel: Return EEXIST in VirtualRangeAllocator::try_allocate_specific() 2021-12-23 23:08:10 +01:00
VirtualRangeAllocator.h Kernel: Make VirtualRangeAllocator setup functions propagate errors 2021-11-18 21:11:30 +01:00
VMObject.cpp AK+Everywhere: Make FixedArray OOM-safe 2022-01-08 22:54:05 +01:00
VMObject.h Kernel: Support Mutex Protected lists in ListedRefCounted 2021-12-29 12:04:15 +01:00