aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
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 Marchi1-3/+3
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
2010-07-19kmemleak: Introduce a default off mode for kmemleakJason Baron1-1/+13
2010-07-19kmemleak: Show more information for objects found by aliasCatalin Marinas1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-87/+101
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König1-2/+2
2009-10-28kmemleak: Reduce the false positives by checking for modified objectsCatalin Marinas1-54/+70
2009-10-28kmemleak: Show the age of an unreferenced objectCatalin Marinas1-2/+4
2009-10-28kmemleak: Release the object lock before calling put_object()Catalin Marinas1-3/+6
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas1-28/+21
2009-10-09kmemleak: Check for NULL pointer returned by create_object()Catalin Marinas1-0/+3
2009-10-09kmemleak: Use GFP_ATOMIC for early_alloc().Tetsuo Handa1-1/+1
2009-09-11kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas1-1/+2
2009-09-08kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez1-2/+2
2009-09-08kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez1-4/+3
2009-09-08kmemleak: move common painting code togetherLuis R. Rodriguez1-28/+41
2009-09-08kmemleak: add clear command supportLuis R. Rodriguez1-0/+26
2009-09-08kmemleak: use bool for true/false questionsLuis R. Rodriguez1-4/+4
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas1-17/+5
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas1-7/+7
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg1-2/+10
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky1-0/+39
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas1-12/+52
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas1-12/+14
2009-08-27kmemleak: Dump object information on requestCatalin Marinas1-0/+25
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas1-4/+17
2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas1-3/+1
2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas1-14/+81
2009-07-08kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas1-3/+40
2009-07-08kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas1-33/+30
2009-07-08kmemleak: Remove the reported leaks number limitationCatalin Marinas1-15/+2
2009-07-07kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas1-8/+11