1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00
serenity/Kernel/VM
Andreas Kling 05836757c6 Kernel: Oops, fix bad sort order of available VM ranges
This made the allocator perform worse, so here's another second off of
the Kernel/Process.cpp compile time from a simple bugfix! (31s to 30s)
2020-01-19 15:53:43 +01:00
..
AnonymousVMObject.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
AnonymousVMObject.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
InodeVMObject.cpp Kernel: Enforce W^X between sys$mmap() and sys$execve() 2020-01-18 23:40:12 +01:00
InodeVMObject.h Kernel: Enforce W^X between sys$mmap() and sys$execve() 2020-01-18 23:40:12 +01:00
MemoryManager.cpp Kernel: Make ProcessPagingScope restore CR3 properly 2020-01-19 13:44:53 +01:00
MemoryManager.h Kernel: Make ProcessPagingScope restore CR3 properly 2020-01-19 13:44:53 +01:00
PageDirectory.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PageDirectory.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PhysicalAddress.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PhysicalPage.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PhysicalPage.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PhysicalRegion.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PhysicalRegion.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PurgeableVMObject.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PurgeableVMObject.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
RangeAllocator.cpp Kernel: Oops, fix bad sort order of available VM ranges 2020-01-19 15:53:43 +01:00
RangeAllocator.h Kernel: Optimize VM range deallocation a bit 2020-01-19 13:29:59 +01:00
Region.cpp Kernel: Assert that copy_to/from_user() are called with user addresses 2020-01-19 09:18:55 +01:00
Region.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
VirtualAddress.h Kernel: Assert that copy_to/from_user() are called with user addresses 2020-01-19 09:18:55 +01:00
VMObject.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
VMObject.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00