Age | Commit message (Expand) | Author |
---|---|---|
2019-09-30 | Kernel: Make it possible to turn off VM guard pages at compile time | Andreas Kling |
2019-09-22 | Kernel: Pad virtual address space allocations with guard pages | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-05-22 | Kernel: Forked children should inherit their RangeAllocator by copy. | Andreas Kling |
2019-05-18 | Kernel: Remove some RangeAllocator debug spam. | 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 |