Age | Commit message (Expand) | Author |
---|---|---|
2020-02-26 | Kernel: Sanitize memory coming in/out of the slab allocator | Andreas Kling |
2020-02-22 | Kernel: Tweak SlabAllocator's slab sizes | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | 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-11-15 | Kernel: Unbreak SlabAllocator after startup-time constructors | 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 |