Age | Commit message (Expand) | Author |
---|---|---|
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-21 | AK: Rename Retainable => RefCounted. | Andreas Kling |
2019-06-12 | Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector | Conrad Pankoff |
2019-06-07 | Kernel: Tweak some String&& => const String&. | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-06-01 | VM: Don't remap each Region page twice in page_in(). | Andreas Kling |
2019-05-30 | Kernel: Make the Process allocate_region* API's understand "int prot". | Andreas Kling |
2019-05-17 | Kernel: Let Region keep a Range internally. | Andreas Kling |
2019-05-14 | Kernel: Encapsulate the Region's COW map a bit better. | Andreas Kling |
2019-04-03 | Kernel: Move VM-related files into Kernel/VM/. | Andreas Kling |