serenity/Kernel/VM
Andreas Kling 7afc0fb9c8 Kernel: Forked children should inherit their RangeAllocator by copy.
Otherwise we'll start handing out addresses that are very likely already in
use by existing ranges.
2019-05-22 13:24:28 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Let PageDirectory own the associated RangeAllocator. 2019-05-20 04:46:29 +02:00
MemoryManager.h Kernel: Let PageDirectory own the associated RangeAllocator. 2019-05-20 04:46:29 +02:00
PageDirectory.cpp Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +02:00
PageDirectory.h Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +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
RangeAllocator.cpp Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +02:00
RangeAllocator.h Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +02:00
Region.cpp Kernel: Let Region keep a Range internally. 2019-05-17 04:32:08 +02:00
Region.h Kernel: Let Region keep a Range internally. 2019-05-17 04:32:08 +02:00
VMObject.cpp Kernel: Move Inode to its own files. 2019-05-16 03:02:37 +02:00
VMObject.h Kernel: Simplify VMObject::is_anonymous(). 2019-05-02 23:34:28 +02:00