serenity/Kernel/Memory
Vladimir Serbinenko 160609d80a Kernel/Memory: Map framebuffer and address space <4GiB
Address space under 4GiB is used for I/O but is absent
from memory maps on some systems.
2023-10-03 16:19:03 -06:00
..
AddressSpace.cpp Kernel: Allow relaxing cleanup task rules during system shutdown 2023-07-15 00:12:01 +02:00
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp
AnonymousVMObject.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
MemoryManager.cpp Kernel/Memory: Map framebuffer and address space <4GiB 2023-10-03 16:19:03 -06:00
MemoryManager.h Kernel/Memory: Split the MemoryManager.h file from user address checks 2023-08-09 21:06:54 -06:00
MemorySections.h Kernel/Memory: Split the MemoryManager.h file from user address checks 2023-08-09 21:06:54 -06:00
PageFaultResponse.h
PhysicalAddress.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
PhysicalPage.cpp
PhysicalPage.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
PhysicalRegion.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
PhysicalRegion.h
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
Region.cpp Kernel: Move InterruptDisabler to the Interrupts subdirectory 2023-06-04 21:32:34 +02:00
Region.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
RegionTree.cpp
RegionTree.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
RingBuffer.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
RingBuffer.h Kernel: Add an initial implementation of virtio-net driver 2023-07-11 00:49:11 -06:00
ScatterGatherList.cpp
ScatterGatherList.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
ScopedAddressSpaceSwitcher.cpp Kernel: Move InterruptDisabler to the Interrupts subdirectory 2023-06-04 21:32:34 +02:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
SharedFramebufferVMObject.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
SharedInodeVMObject.cpp
SharedInodeVMObject.h
TypedMapping.h
VirtualAddress.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
VirtualRange.cpp
VirtualRange.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
VMObject.cpp
VMObject.h