1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:47:35 +00:00
serenity/Kernel/VM
Andreas Kling 7c10a93d48 Kernel: Make allocate_kernel_region() commit the region automatically.
This means that kernel regions will eagerly get physical pages allocated.
It would be nice to zero-fill these on demand instead, but that would
require a bunch of MemoryManager changes.
2019-05-14 15:38:00 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Make allocate_kernel_region() commit the region automatically. 2019-05-14 15:38:00 +02:00
MemoryManager.h Kernel: Allocate kernel stacks for threads using the region allocator. 2019-05-14 11:51:00 +02:00
PageDirectory.cpp Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
PageDirectory.h Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
PhysicalPage.cpp Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
PhysicalPage.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
Region.cpp Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
Region.h Kernel: Remove unused Region::is_bitmap(). 2019-05-02 23:31:11 +02:00
VMObject.cpp Kernel: Allocate kernel stacks for threads using the region allocator. 2019-05-14 11:51:00 +02:00
VMObject.h Kernel: Simplify VMObject::is_anonymous(). 2019-05-02 23:34:28 +02:00