aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: kmemleak: Avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-09-231-0/+47
* mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov2015-11-051-1/+1
* kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-15/+6
* kmemleak: record accurate early log buffer count and report when exceededWang Kai2015-09-081-1/+2
* mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-06-241-4/+5
* mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas2015-06-241-34/+56
* mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas2015-06-241-4/+11
* mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas2015-06-241-2/+0
* mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas2015-06-241-13/+26
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-06-241-3/+16
* gfp: add __GFP_NOACCOUNTVladimir Davydov2015-05-141-1/+2
* kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin2015-02-131-0/+6
* mm: introduce kmemleak_update_trace()Catalin Marinas2014-06-061-0/+34
* mm/kmemleak.c: use %u to print ->checksumJianpeng Ma2014-06-061-1/+1
* mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-041-2/+2
* mm: postpone the disabling of kmemleak early loggingCatalin Marinas2014-05-111-2/+2
* kmemleak: change some global variables to intLi Zefan2014-04-031-40/+40
* kmemleak: remove redundant codeLi Zefan2014-04-031-6/+1
* kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan2014-04-031-14/+32
* kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan2014-04-031-4/+9
* mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2013-11-121-1/+3
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-5/+4
* mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-231-3/+2
* mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar2012-12-181-1/+2
* kmemleak: use rbtree instead of prio treeMichel Lespinasse2012-10-091-49/+51
* kmemleak: Replace list_for_each_continue_rcu with new interfaceMichael Wang2012-09-231-4/+2
* kmemleak: Disable early logging when kmemleak is off by defaultCatalin Marinas2012-01-201-0/+1
* kmemleak: Only scan non-zero-size areasTiejun Chen2012-01-201-1/+1
* kmemleak: Add support for memory hotplugLaura Abbott2011-12-021-2/+4
* kmemleak: Handle percpu memory allocationCatalin Marinas2011-12-021-0/+72
* kmemleak: Report previously found leaks even after an errorCatalin Marinas2011-12-021-9/+13
* kmemleak: When the early log buffer is exceeded, report the actual numberCatalin Marinas2011-12-021-6/+15
* kmemleak: Show where early_log issues come fromCatalin Marinas2011-12-021-9/+28
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas2011-05-191-2/+5
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas2011-01-271-5/+8
* kmemleak: Fix typo in the commentHolger Hans Peter Freyther2010-08-081-1/+1
* kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas2010-07-191-21/+59
* kmemleak: Introduce a default off mode for kmemleakJason Baron2010-07-191-1/+13
* kmemleak: Show more information for objects found by aliasCatalin Marinas2010-07-191-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-171-87/+101
|\
| * kmemleak: Reduce the false positives by checking for modified objectsCatalin Marinas2009-10-281-54/+70
| * kmemleak: Show the age of an unreferenced objectCatalin Marinas2009-10-281-2/+4
| * kmemleak: Release the object lock before calling put_object()Catalin Marinas2009-10-281-3/+6
| * kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas2009-10-281-28/+21
* | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-091-2/+2
|/