..
AddressSpace.cpp
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
2022-08-24 14:57:51 +02:00
AddressSpace.h
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
2022-08-24 14:57:51 +02:00
AllocationStrategy.h
AnonymousVMObject.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
AnonymousVMObject.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
InodeVMObject.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
InodeVMObject.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
MappedROM.h
MemoryManager.cpp
Kernel: Add missing VERIFY in MM::allocate_committed_physical_page
2022-12-07 16:31:16 +00:00
MemoryManager.h
Kernel: Use InterruptsState in Spinlock code
2022-08-26 12:51:57 +02:00
PageDirectory.cpp
Kernel: Move InterruptDisabler out of Arch directory
2022-10-17 20:11:31 +02:00
PageDirectory.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
PageFaultResponse.h
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
2022-09-26 20:00:34 +03:00
PhysicalPage.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
PhysicalPage.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
PhysicalRegion.cpp
Kernel: Use size_t
to keep track of the number of pages in a region
2022-12-12 15:14:07 +00:00
PhysicalRegion.h
Kernel: Use size_t
to keep track of the number of pages in a region
2022-12-12 15:14:07 +00:00
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp
Kernel: Handle mmap requests on zero-length data file inodes safely
2022-09-16 14:55:45 +03:00
PrivateInodeVMObject.h
Kernel: Handle mmap requests on zero-length data file inodes safely
2022-09-16 14:55:45 +03:00
Region.cpp
Kernel: Move InterruptDisabler out of Arch directory
2022-10-17 20:11:31 +02:00
Region.h
Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"
2022-09-24 13:49:40 +02:00
RegionTree.cpp
Kernel: Wrap RegionTree objects in SpinlockProtected
2022-08-24 14:57:51 +02:00
RegionTree.h
Kernel: Wrap process address spaces in SpinlockProtected
2022-08-24 14:57:51 +02:00
RingBuffer.cpp
RingBuffer.h
ScatterGatherList.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
ScatterGatherList.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
ScopedAddressSpaceSwitcher.cpp
Kernel: Reintroduce ScopedAddressSpaceSwitcher
to aarch64 build
2022-10-18 13:08:25 +02:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
SharedFramebufferVMObject.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
SharedInodeVMObject.cpp
Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjects
2022-09-26 22:06:10 +03:00
SharedInodeVMObject.h
Kernel: Handle mmap requests on zero-length data file inodes safely
2022-09-16 14:55:45 +03:00
TypedMapping.h
Everywhere: Run clang-format
2022-12-03 23:52:23 +00:00
VirtualRange.cpp
VirtualRange.h
VMObject.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00
VMObject.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
2022-08-24 18:35:41 +02:00