summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-30mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon1-5/+7
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski4-1/+10
2016-10-28mm: 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 Marinas7-9/+83
2016-07-28kmemleak: don't hang if user disables scanning earlyVegard Nossum1-1/+3
2016-06-25mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-17mm: convert pr_warning to pr_warnJoe Perches3-18/+16
2016-01-15Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov3-6/+1
2015-11-06mm/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-25mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger3-7/+10
2015-06-25mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas1-34/+56
2015-06-25mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas1-4/+11
2015-06-25mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas1-2/+0
2015-06-25mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas1-13/+26
2015-06-25mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-05-15gfp: add __GFP_NOACCOUNTVladimir Davydov3-1/+8
2015-02-14kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas3-0/+39
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov7-66/+116
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 Zefan2-8/+1
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan2-15/+46
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 Marinas2-5/+13
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han5-14/+14
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2013-02-24mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer6-27/+32
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 Abbott2-3/+5
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas4-1/+94
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 Gortmaker30-30/+30
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-05-19kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
2011-01-27kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas1-5/+8
2010-08-08kmemleak: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2010-07-19kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas1-21/+59
[next]