Age | Commit message (Expand) | Author |
---|---|---|
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-29 | Kernel: Add LogStream operator<< for Range | Andreas Kling |
2019-07-09 | Kernel: Move VirtualAddress.h into VM/ | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-22 | Kernel: Forked children should inherit their RangeAllocator by copy. | Andreas Kling |
2019-05-17 | Kernel: Let Region keep a Range internally. | Andreas Kling |
2019-05-17 | Kernel: Use a RangeAllocator for kernel-only virtual space allocation too. | Andreas Kling |
2019-05-17 | Kernel: Implement a simple virtual address range allocator. | Andreas Kling |