aboutsummaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)Author
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
2009-10-09kmemleak: Check for NULL pointer returned by create_object()Catalin Marinas
2009-10-09kmemleak: Use GFP_ATOMIC for early_alloc().Tetsuo Handa
2009-09-11kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas
2009-09-08kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez
2009-09-08kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez
2009-09-08kmemleak: move common painting code togetherLuis R. Rodriguez
2009-09-08kmemleak: add clear command supportLuis R. Rodriguez
2009-09-08kmemleak: use bool for true/false questionsLuis R. Rodriguez
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas
2009-08-27kmemleak: Dump object information on requestCatalin Marinas
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas
2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas
2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas
2009-07-08kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas
2009-07-08kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas
2009-07-08kmemleak: Remove the reported leaks number limitationCatalin Marinas
2009-07-07kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas
2009-07-07kmemleak: Renice the scanning thread to +10Catalin Marinas
2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar
2009-06-29kmemleak: Do not warn if an unknown object is freedCatalin Marinas
2009-06-29kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas
2009-06-26kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas