Age | Commit message (Expand) | Author |
---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-20 | Kernel: Let PageDirectory own the associated RangeAllocator. | Andreas Kling |
2019-05-17 | Kernel: Use a RangeAllocator for kernel-only virtual space allocation too. | Andreas Kling |
2019-05-14 | Kernel: Allocate kernel stacks for threads using the region allocator. | Andreas Kling |
2019-04-06 | Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. | Andreas Kling |
2019-04-03 | Kernel: Move VM-related files into Kernel/VM/. | Andreas Kling |