summaryrefslogtreecommitdiff
path: root/Kernel/Heap/kmalloc.h
AgeCommit message (Expand)Author
2021-03-11Kernel: Add MAKE_ALIGNED_ALLOCATED helper macroAndreas Kling
2021-03-11Kernel: Allow kmalloc_aligned() alignment up to 4096Andreas Kling
2021-03-04Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS modeAndreas Kling
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Kernel: Move kmalloc heaps and super pages inside .bss segmentJean-Baptiste Boric
2020-08-30Kernel: Make Heap implementation reusable, and make kmalloc expandableTom
2020-08-25Kernel: Fix kmalloc memory corruptionTom
2020-08-14Kernel: mark kmalloc with attributesMuhammad Zahalqa
2020-05-16Kernel: Use consistent names for kmalloc globals and remove volatileAndreas Kling
2020-04-30AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macrosAndreas Kling
2020-02-01Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()Andreas Kling
2020-01-27Kernel: Never validate access to the kmalloc memory rangeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-27Kernel: Demangle userspace ELF symbols in backtracesAndreas Kling
2019-09-16Kernel: Move kmalloc() into a Kernel/Heap/ directoryAndreas Kling