serenity/Kernel/Memory
Hendiadyoin1 c90111a8bc Kernel: Add support for Arrays to TypedMapping
This is quite useful, as it is a common pattern that a Kernel allocated
DMA buffer is just a simple array of some type.
2024-11-27 22:16:45 +01:00
..
AddressSpace.cpp Kernel/MM: Replace Region::Cacheable with a more generic MemoryType enum 2024-11-23 19:29:50 +01:00
AddressSpace.h Kernel+Userland: Convert process syscall region enforce flag to SetOnce 2024-05-14 12:41:51 -06:00
AllocationStrategy.h
AnonymousVMObject.cpp Kernel/Memory: Fix overcommit when cloning anonymous mmap objects 2024-07-12 08:52:06 -04:00
AnonymousVMObject.h Kernel/Memory: Fix redundant page faults on anonymous mmaps after fork 2024-07-12 08:52:06 -04:00
InodeVMObject.cpp Kernel/Memory: Make mmap objects track dirty pages 2024-07-07 18:25:32 +02:00
InodeVMObject.h Kernel/Memory: Make mmap objects track dirty pages 2024-07-07 18:25:32 +02:00
MappedROM.h
MemoryManager.cpp Kernel/MM: Only return true in is_initialized if completely initialized 2024-11-23 19:29:50 +01:00
MemoryManager.h Kernel/MM: Replace Region::Cacheable with a more generic MemoryType enum 2024-11-23 19:29:50 +01:00
MemorySections.h Kernel/Memory: Split the MemoryManager.h file from user address checks 2023-08-09 21:06:54 -06:00
MemoryType.h Kernel/MM: Replace Region::Cacheable with a more generic MemoryType enum 2024-11-23 19:29:50 +01:00
MMIOVMObject.cpp Kernel: Support re-mapping MMIOVMObject-backed regions 2024-06-25 17:46:37 +02:00
MMIOVMObject.h Kernel: Support re-mapping MMIOVMObject-backed regions 2024-06-25 17:46:37 +02:00
PageFaultResponse.h
PhysicalAddress.h Kernel: Make PhysicalAddress constructors constexpr 2024-10-30 18:51:35 -04:00
PhysicalRAMPage.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalRAMPage.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalRegion.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalRegion.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalZone.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalZone.h
PrivateInodeVMObject.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PrivateInodeVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
Region.cpp Kernel/x86: Set the WC PAT memory type for MemoryType::NonCacheable 2024-11-23 19:29:50 +01:00
Region.h Kernel/x86: Set the WC PAT memory type for MemoryType::NonCacheable 2024-11-23 19:29:50 +01:00
RegionTree.cpp
RegionTree.h
RingBuffer.cpp
RingBuffer.h
ScatterGatherList.cpp Kernel/MM: Replace Region::Cacheable with a more generic MemoryType enum 2024-11-23 19:29:50 +01:00
ScatterGatherList.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
ScopedAddressSpaceSwitcher.cpp
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp Kernel: Add method to clean up remapping region loops 2024-06-08 22:36:03 +01:00
SharedFramebufferVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
SharedInodeVMObject.cpp Kernel/Memory: Make mmap objects track dirty pages 2024-07-07 18:25:32 +02:00
SharedInodeVMObject.h Kernel/Memory: Make mmap objects track dirty pages 2024-07-07 18:25:32 +02:00
TypedMapping.h Kernel: Add support for Arrays to TypedMapping 2024-11-27 22:16:45 +01:00
VirtualAddress.h
VirtualRange.cpp
VirtualRange.h
VMObject.cpp Kernel/Memory: Add more efficient method for remapping single page 2024-07-12 08:52:06 -04:00
VMObject.h Kernel/Memory: Add more efficient method for remapping single page 2024-07-12 08:52:06 -04:00