Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-02 | Kernel: Remove unnecessary forward declaration in SlabAllocator | Andreas Kling |
2020-02-01 | Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc() | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-16 | Kernel: Add a simple slab allocator for small allocations | Andreas Kling |