serenity/Kernel/VM
Andreas Kling 8cd5477e54 Kernel: Expand the kernel memory slot from 8 MiB to 16 MiB
We were only 448 KiB away from filling up the old slot size we reserve
for the kernel above the 3 GiB mark. This expands the slot to 16 MiB,
which allows us to continue booting the kernel until somebody takes
the time to improve our loader.
2021-02-23 21:50:18 +01:00
..
AllocationStrategy.h Kernel: Merge PurgeableVMObject into AnonymousVMObject 2021-01-01 23:43:44 +01:00
AnonymousVMObject.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
AnonymousVMObject.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ContiguousVMObject.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ContiguousVMObject.h Kernel: Allow specifying a physical alignment when allocating 2021-01-28 18:52:59 +01:00
InodeVMObject.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
InodeVMObject.h Kernel: Remove the limited use of AK::TypeTraits we had in the kernel 2021-01-01 15:32:44 +01:00
MappedROM.h Kernel: Fix various forward declarations 2020-09-12 13:46:15 +02:00
MemoryManager.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MemoryManager.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PageDirectory.cpp Kernel: Expand the kernel memory slot from 8 MiB to 16 MiB 2021-02-23 21:50:18 +01:00
PageDirectory.h Kernel: Factor address space management out of the Process class 2021-02-08 18:27:28 +01:00
PageFaultResponse.h Kernel: Merge PurgeableVMObject into AnonymousVMObject 2021-01-01 23:43:44 +01:00
PhysicalPage.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PhysicalPage.h Kernel: Implement lazy committed page allocation 2021-01-01 23:43:44 +01:00
PhysicalRegion.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PhysicalRegion.h Kernel: Allow specifying a physical alignment when allocating 2021-01-28 18:52:59 +01:00
PrivateInodeVMObject.cpp Kernel: Implement lazy committed page allocation 2021-01-01 23:43:44 +01:00
PrivateInodeVMObject.h Kernel: Implement lazy committed page allocation 2021-01-01 23:43:44 +01:00
ProcessPagingScope.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ProcessPagingScope.h Kernel: Move ProcessPagingScope to its own files 2020-03-01 15:38:09 +01:00
PurgeablePageRanges.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PurgeablePageRanges.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RangeAllocator.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RangeAllocator.h Kernel: Convert klog() to dmesgln() in RangeAllocator 2021-02-12 16:24:40 +01:00
Region.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Region.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SharedInodeVMObject.cpp Kernel: Remove a handful of unused things in VM/ directory 2021-02-11 22:02:39 +01:00
SharedInodeVMObject.h Kernel: Implement lazy committed page allocation 2021-01-01 23:43:44 +01:00
Space.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Space.h Kernel: Make the space lock a RecursiveSpinLock 2021-02-08 22:28:48 +01:00
TypedMapping.h Kernel: Assert if rounding-up-to-page-size would wrap around to 0 2021-02-14 10:01:50 +01:00
VMObject.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
VMObject.h Kernel: Some futex improvements 2021-01-17 20:30:31 +01:00