..
AddressSpace.cpp
Kernel: Don't flush TLB after creating brand-new mappings
2022-01-13 11:22:11 +01: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: Remove redundant hash map of page tables in PageDirectory
2022-01-10 16:22:37 +01:00
MemoryManager.h
Kernel: Remove redundant hash map of page tables in PageDirectory
2022-01-10 16:22:37 +01:00
PageDirectory.cpp
Kernel: Move userspace virtual address range base to 0x10000
2021-12-22 00:02:36 -08:00
PageDirectory.h
Kernel: Remove redundant hash map of page tables in PageDirectory
2022-01-10 16:22:37 +01:00
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: Actually clear page slots in Region::clear_to_zero()
2022-01-12 14:52:47 +01:00
Region.h
Kernel: Don't release/relock spinlocks repeatedly during space teardown
2022-01-12 14:52:47 +01:00
RingBuffer.cpp
Kernel: Use StringView instead of String in RingBuffer's constructor
2022-01-13 00:20:08 -08:00
RingBuffer.h
Kernel: Use StringView instead of String in RingBuffer's constructor
2022-01-13 00:20:08 -08:00
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: Make map_typed() & map_typed_writable() fallible using ErrorOr
2022-01-13 22:40:25 +01:00
VirtualRange.cpp
Kernel: Propagate overflow errors from Memory::page_round_up
2021-12-28 23:08:50 +01:00
VirtualRange.h
VirtualRangeAllocator.cpp
Kernel: Return EEXIST in VirtualRangeAllocator::try_allocate_specific()
2021-12-23 23:08:10 +01:00
VirtualRangeAllocator.h
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