aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/kmemleak.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas1-4/+89
2017-07-06mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas1-18/+25
2017-07-06mm: kmemleak: slightly reduce the size of some structures on 64-bit architecturesCatalin Marinas1-3/+3
2017-03-31mm: fix section name for .data..ro_after_initKees Cook1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+1
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas1-2/+5
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-0/+47
2016-07-28kmemleak: don't hang if user disables scanning earlyVegard Nossum1-1/+3
2016-06-24mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-03-17mm: coalesce split stringsJoe Perches1-10/+8
2016-03-17mm: convert pr_warning to pr_warnJoe Perches1-7/+7
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov1-2/+1
2015-11-05mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov1-1/+1
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko1-15/+6
2015-09-08kmemleak: record accurate early log buffer count and report when exceededWang Kai1-1/+2
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger1-4/+5
2015-06-24mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas1-34/+56
2015-06-24mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas1-4/+11
2015-06-24mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas1-2/+0
2015-06-24mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas1-13/+26
2015-06-24mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov1-1/+2
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas1-0/+34
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov1-2/+2
2014-05-11mm: postpone the disabling of kmemleak early loggingCatalin Marinas1-2/+2
2014-04-03kmemleak: change some global variables to intLi Zefan1-40/+40
2014-04-03kmemleak: remove redundant codeLi Zefan1-6/+1
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan1-14/+32
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan1-4/+9
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas1-1/+3
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-5/+4
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer1-3/+2
2012-12-18mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar1-1/+2
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse1-49/+51
2012-09-23kmemleak: Replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+2
2012-01-20kmemleak: Disable early logging when kmemleak is off by defaultCatalin Marinas1-0/+1
2012-01-20kmemleak: Only scan non-zero-size areasTiejun Chen1-1/+1
2011-12-02kmemleak: Add support for memory hotplugLaura Abbott1-2/+4
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas1-0/+72
2011-12-02kmemleak: Report previously found leaks even after an errorCatalin Marinas1-9/+13
2011-12-02kmemleak: When the early log buffer is exceeded, report the actual numberCatalin Marinas1-6/+15
2011-12-02kmemleak: Show where early_log issues come fromCatalin Marinas1-9/+28
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1