ladybird/Kernel/Memory
Andreas Kling 8bf248a046 Kernel: Make NNRP<PhysicalPage const> possible
This wasn't possible before as ref() and unref() were non-const.
2023-02-21 00:54:04 +01:00
..
AddressSpace.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
AddressSpace.h Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
AllocationStrategy.h
AnonymousVMObject.cpp AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
AnonymousVMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp Kernel: Protect Process::m_name with a spinlock 2023-02-06 20:36:53 +01:00
MemoryManager.h Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
PageFaultResponse.h
PhysicalPage.cpp Kernel: Make NNRP<PhysicalPage const> possible 2023-02-21 00:54:04 +01:00
PhysicalPage.h Kernel: Make NNRP<PhysicalPage const> possible 2023-02-21 00:54:04 +01:00
PhysicalRegion.cpp
PhysicalRegion.h
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
Region.cpp Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
Region.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
RegionTree.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
RegionTree.h
RingBuffer.cpp
RingBuffer.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ScatterGatherList.cpp
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
SharedFramebufferVMObject.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
SharedInodeVMObject.cpp
SharedInodeVMObject.h
TypedMapping.h
VirtualRange.cpp Kernel+LibC: Move name length constants to Kernel/API from limits.h 2023-01-21 10:43:59 -07:00
VirtualRange.h
VMObject.cpp AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
VMObject.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00