Age | Commit message (Expand) | Author |
---|---|---|
2021-07-14 | Kernel: Allow passing null pointer to delete | Daniel Bertalan |
2021-06-24 | AK+Kernel: Make fallible allocations compiler-agnostic | Daniel Bertalan |
2021-05-13 | Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATED | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
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 |