summaryrefslogtreecommitdiff
path: root/Kernel/VM/Region.cpp
AgeCommit message (Expand)Author
2019-06-01VM: Don't remap each Region page twice in page_in().Andreas Kling
2019-05-30Kernel: Make the Process allocate_region* API's understand "int prot".Andreas Kling
2019-05-17Kernel: Let Region keep a Range internally.Andreas Kling
2019-05-14Kernel: Encapsulate the Region's COW map a bit better.Andreas Kling
2019-04-03Kernel: Move VM-related files into Kernel/VM/.Andreas Kling