serenity/Kernel/Memory
Andreas Kling 5ada38f9c3 Kernel: Reduce time under VMObject lock while handling zero faults
We only need to hold the VMObject lock while inspecting and/or updating
the physical page array in the VMObject.
2022-08-19 12:52:48 +02:00
..
AddressSpace.cpp Kernel: Don't require MM lock for Region::set_page_directory() 2022-08-18 18:52:34 +02:00
AddressSpace.h Kernel: Add some inline capacity to find_regions_intersecting 2022-07-15 12:42:43 +02:00
AllocationStrategy.h
AnonymousVMObject.cpp Kernel/x86: Re-enable interrupts ASAP when handling page faults 2022-08-19 12:14:57 +02:00
AnonymousVMObject.h Kernel: Stop leaking leftover committed cow pages from forked processes 2022-07-10 22:17:21 +03:00
InodeVMObject.cpp Kernel: Allow release of a specific amount of of clean pages 2022-08-16 01:13:17 +02:00
InodeVMObject.h Kernel: Allow release of a specific amount of of clean pages 2022-08-16 01:13:17 +02:00
MappedROM.h
MemoryManager.cpp Kernel/x86: Re-enable interrupts ASAP when handling page faults 2022-08-19 12:14:57 +02:00
MemoryManager.h Kernel+Userland: Rename prefix of user_physical => physical 2022-07-14 23:27:46 +02:00
PageDirectory.cpp Kernel+Userland: Rename prefix of user_physical => physical 2022-07-14 23:27:46 +02:00
PageDirectory.h
PageFaultResponse.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp
PhysicalRegion.h
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
Region.cpp Kernel: Reduce time under VMObject lock while handling zero faults 2022-08-19 12:52:48 +02:00
Region.h Kernel: Reduce time under VMObject lock while handling zero faults 2022-08-19 12:52:48 +02:00
RegionTree.cpp
RegionTree.h
RingBuffer.cpp
RingBuffer.h
ScatterGatherList.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp Kernel+Userland: Rename prefix of user_physical => physical 2022-07-14 23:27:46 +02:00
SharedFramebufferVMObject.h Kernel/Memory: Introduce the SharedFramebufferVMObject class 2022-06-06 20:11:05 +01:00
SharedInodeVMObject.cpp Kernel: Lock the inode before writing in SharedInodeVMObject::sync 2022-08-16 16:54:03 +02:00
SharedInodeVMObject.h
TypedMapping.h Kernel/Memory: Add TypedMapping base_address method 2022-05-05 20:55:57 +02:00
VirtualRange.cpp
VirtualRange.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
VMObject.cpp
VMObject.h Kernel: Move Region physical page accessors out of line 2022-08-18 18:52:34 +02:00