Age | Commit message (Expand) | Author |
---|---|---|
2020-08-25 | Kernel: Fix kmalloc memory corruption | Tom |
2020-08-14 | Kernel: mark kmalloc with attributes | Muhammad Zahalqa |
2020-05-16 | Kernel: Use consistent names for kmalloc globals and remove volatile | Andreas Kling |
2020-04-30 | AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros | Andreas Kling |
2020-02-01 | Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() | Andreas Kling |
2020-01-27 | Kernel: Never validate access to the kmalloc memory range | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-27 | Kernel: Demangle userspace ELF symbols in backtraces | Andreas Kling |
2019-09-16 | Kernel: Move kmalloc() into a Kernel/Heap/ directory | Andreas Kling |