summaryrefslogtreecommitdiff
path: root/src/kernel/malloc.c
AgeCommit message (Expand)Author
2024-07-25kernel: pass more information to user on interruptdzwdz
2024-07-17kernel: actually store the tag (and size) in the kmalloc metadatadzwdz
2024-07-17kernel: make kmalloc accept a numeric "tag" instead of a freeform descriptiondzwdz
2024-07-16kernel: use a slab allocator for kmallocdzwdz
2024-07-15kernel: free list page allocatordzwdz
2024-07-15kernel: split the page allocator and kmallocdzwdz
2024-07-15kernel: minor malloc tweaks before refactordzwdz
2024-07-14kernel/malloc: clean up the code a little bitdzwdz
2024-07-13kernel/malloc: limit the maximum allocation size to under a pagedzwdz
2024-03-13kernel/malloc: slight rework (it's still bad), store more metadatadzwdz
2023-09-07kernel: slightly refactor the page allocatordzwdz
2023-09-06kernel: fix panic with large initrddzwdz
2023-02-22kernel/malloc: fill allocated and freed regions with junkdzwdz
2023-01-25kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/dzwdz