summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAge
* mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2013-11-13
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-23
* mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar2012-12-18
* kmemleak: use rbtree instead of prio treeMichel Lespinasse2012-10-09
* kmemleak: Replace list_for_each_continue_rcu with new interfaceMichael Wang2012-09-23
* kmemleak: Disable early logging when kmemleak is off by defaultCatalin Marinas2012-01-20
* kmemleak: Only scan non-zero-size areasTiejun Chen2012-01-20
* kmemleak: Add support for memory hotplugLaura Abbott2011-12-02
* kmemleak: Handle percpu memory allocationCatalin Marinas2011-12-02
* kmemleak: Report previously found leaks even after an errorCatalin Marinas2011-12-02
* kmemleak: When the early log buffer is exceeded, report the actual numberCatalin Marinas2011-12-02
* kmemleak: Show where early_log issues come fromCatalin Marinas2011-12-02
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas2011-05-19
* Fix common misspellingsLucas De Marchi2011-03-31
* kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas2011-01-27
* kmemleak: Fix typo in the commentHolger Hans Peter Freyther2010-08-08
* kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas2010-07-19
* kmemleak: Introduce a default off mode for kmemleakJason Baron2010-07-19
* kmemleak: Show more information for objects found by aliasCatalin Marinas2010-07-19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-17
|\
| * kmemleak: Reduce the false positives by checking for modified objectsCatalin Marinas2009-10-28
| * kmemleak: Show the age of an unreferenced objectCatalin Marinas2009-10-28
| * kmemleak: Release the object lock before calling put_object()Catalin Marinas2009-10-28
| * kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas2009-10-28
* | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-09
|/
* kmemleak: Check for NULL pointer returned by create_object()Catalin Marinas2009-10-09
* kmemleak: Use GFP_ATOMIC for early_alloc().Tetsuo Handa2009-10-09
* kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas2009-09-11
* kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez2009-09-08
* kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez2009-09-08
* kmemleak: move common painting code togetherLuis R. Rodriguez2009-09-08
* kmemleak: add clear command supportLuis R. Rodriguez2009-09-08
* kmemleak: use bool for true/false questionsLuis R. Rodriguez2009-09-08
* kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas2009-09-08
* kmemleak: Scan all thread stacksCatalin Marinas2009-09-04
* kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg2009-09-04
* kmemleak: Printing of the objects hex dumpSergey Senozhatsky2009-08-27
* kmemleak: Save the stack trace for early allocationsCatalin Marinas2009-08-27
* kmemleak: Mark the early log buffer as __initdataCatalin Marinas2009-08-27
* kmemleak: Dump object information on requestCatalin Marinas2009-08-27
* kmemleak: Allow rescheduling during an object scanningCatalin Marinas2009-08-27
* kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas2009-07-29
* kmemleak: Allow partial freeing of memory blocksCatalin Marinas2009-07-08
* kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas2009-07-08
* kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas2009-07-08