summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
AgeCommit message (Expand)AuthorLines
2018-09-04kmemleak: always register debugfs fileVincent Whitchurch-4/+5
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport-0/+10
2018-04-05mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang-1/+1
2018-03-28mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon-5/+7
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi-1/+0
2018-01-13kmemleak: allow to coexist with fault injectionDmitry Vyukov-1/+1
2017-12-14mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton-1/+1
2017-11-29kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie-0/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-9/+0
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov-1/+1
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas-4/+89
2017-07-06mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas-18/+25
2017-07-06mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas-3/+3
2017-03-31mm: fix section name for .data..ro_after_initKees Cook-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski-0/+1
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas-2/+5
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas-0/+47
2016-07-28kmemleak: don't hang if user disables scanning earlyVegard Nossum-1/+3
2016-06-24mm: prevent KASAN false positives in kmemleakDmitry Vyukov-0/+2
2016-03-17mm: coalesce split stringsJoe Perches-10/+8
2016-03-17mm: convert pr_warning to pr_warnJoe Perches-7/+7
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov-2/+1
2015-11-05mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov-1/+1
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko-15/+6
2015-09-08kmemleak: record accurate early log buffer count and report when exceededWang Kai-1/+2
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger-4/+5
2015-06-24mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas-34/+56
2015-06-24mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas-4/+11
2015-06-24mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas-2/+0
2015-06-24mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas-13/+26
2015-06-24mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas-3/+16
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov-1/+2
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin-0/+6
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas-0/+34
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma-1/+1
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov-2/+2
2014-05-11mm: postpone the disabling of kmemleak early loggingCatalin Marinas-2/+2
2014-04-03kmemleak: change some global variables to intLi Zefan-40/+40
2014-04-03kmemleak: remove redundant codeLi Zefan-6/+1
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan-14/+32
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan-4/+9
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas-1/+3
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-5/+4
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer-3/+2
2012-12-18mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar-1/+2