Age | Commit message (Expand) | Author |
---|---|---|
2019-11-22 | Kernel: Move Kernel mapping to 0xc0000000 | Jesse Buhagiar |
2019-11-15 | Kernel: Unbreak SlabAllocator after startup-time constructors | Andreas Kling |
2019-11-04 | Kernel: Reorganize memory layout a bit | Andreas Kling |
2019-10-10 | Kernel: Make SlabAllocator fall back to kmalloc() when slabs run out | Andreas Kling |
2019-10-02 | Kernel: Allocate more 8-byte slabs than anything else | Andreas Kling |
2019-09-27 | Kernel: Tweak SlabAllocator size classes | Andreas Kling |
2019-09-16 | Kernel: Add a simple slab allocator for small allocations | Andreas Kling |
2019-09-16 | Kernel: Move kmalloc() into a Kernel/Heap/ directory | Andreas Kling |