aboutsummaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)Author
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov
2015-11-05mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko
2015-09-08kmemleak: record accurate early log buffer count and report when exceededWang Kai
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2015-06-24mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas
2015-06-24mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas
2015-06-24mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas
2015-06-24mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas
2015-06-24mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov
2014-05-11mm: postpone the disabling of kmemleak early loggingCatalin Marinas
2014-04-03kmemleak: change some global variables to intLi Zefan
2014-04-03kmemleak: remove redundant codeLi Zefan
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer
2012-12-18mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse
2012-09-23kmemleak: Replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-01-20kmemleak: Disable early logging when kmemleak is off by defaultCatalin Marinas
2012-01-20kmemleak: Only scan non-zero-size areasTiejun Chen
2011-12-02kmemleak: Add support for memory hotplugLaura Abbott
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas
2011-12-02kmemleak: Report previously found leaks even after an errorCatalin Marinas
2011-12-02kmemleak: When the early log buffer is exceeded, report the actual numberCatalin Marinas
2011-12-02kmemleak: Show where early_log issues come fromCatalin Marinas
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-19kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-27kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas
2010-08-08kmemleak: Fix typo in the commentHolger Hans Peter Freyther
2010-07-19kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas
2010-07-19kmemleak: Introduce a default off mode for kmemleakJason Baron
2010-07-19kmemleak: Show more information for objects found by aliasCatalin Marinas
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König
2009-10-28kmemleak: Reduce the false positives by checking for modified objectsCatalin Marinas
2009-10-28kmemleak: Show the age of an unreferenced objectCatalin Marinas
2009-10-28kmemleak: Release the object lock before calling put_object()Catalin Marinas
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas