Age | Commit message (Expand) | Author |
---|---|---|
2024-07-17 | kernel: make kmalloc accept a numeric "tag" instead of a freeform description | dzwdz |
2024-07-16 | kernel: use a slab allocator for kmalloc | dzwdz |
2024-07-15 | kernel: free list page allocator | dzwdz |
2024-07-14 | kernel/malloc: clean up the code a little bit | dzwdz |
2024-07-13 | kernel/malloc: limit the maximum allocation size to under a page | dzwdz |
2024-03-13 | kernel/malloc: slight rework (it's still bad), store more metadata | dzwdz |
2023-01-25 | kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/ | dzwdz |