Age | Commit message (Expand) | Author |
---|---|---|
2024-07-16 | kernel: use a slab allocator for kmalloc | dzwdz |
2024-07-15 | kernel: free list page allocator | dzwdz |
2024-07-15 | kernel: split the page allocator and kmalloc | dzwdz |
2024-07-15 | kernel: minor malloc tweaks before refactor | 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-09-07 | kernel: slightly refactor the page allocator | dzwdz |
2023-09-06 | kernel: fix panic with large initrd | dzwdz |
2023-02-22 | kernel/malloc: fill allocated and freed regions with junk | dzwdz |
2023-01-25 | kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/ | dzwdz |