Andreas Kling
|
ba58b4617d
|
VM: Don't remap each Region page twice in page_in().
page_in_from_inode() will map the page after reading it from disk, so we
don't need to remap it once again.
|
2019-06-01 15:45:50 +02:00 |
|
Andreas Kling
|
baaede1bf9
|
Kernel: Make the Process allocate_region* API's understand "int prot".
Instead of having to inspect 'prot' at every call site, make the Process
API's take care of that so we can just pass it through.
|
2019-05-30 16:14:37 +02:00 |
|
Andreas Kling
|
87b54a82c7
|
Kernel: Let Region keep a Range internally.
|
2019-05-17 04:32:08 +02:00 |
|
Andreas Kling
|
01ffcdfa31
|
Kernel: Encapsulate the Region's COW map a bit better.
|
2019-05-14 17:31:57 +02:00 |
|
Andreas Kling
|
b9738fa8ac
|
Kernel: Move VM-related files into Kernel/VM/.
Also break MemoryManager.{cpp,h} into one file per class.
|
2019-04-03 15:13:07 +02:00 |
|