aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kmemleak.h
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas
2015-12-12mm: kmemleak: mark kmemleak_init prototype as __initNicolas Iooss
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2014-12-13include/linux/kmemleak.h: needs slab.hAndrew Morton
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas
2014-04-03kmemleak: remove redundant codeLi Zefan
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas
2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas
2009-06-11kmemleak: Add the base supportCatalin Marinas