summaryrefslogtreecommitdiff
path: root/Kernel/Heap/kmalloc.h
AgeCommit message (Expand)Author
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