summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAge
* 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
* kmemleak: Remove the reported leaks number limitationCatalin Marinas2009-07-08
* kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas2009-07-07
* kmemleak: Renice the scanning thread to +10Catalin Marinas2009-07-07
* kmemleak: Fix scheduling-while-atomic bugIngo Molnar2009-07-01
* kmemleak: Do not warn if an unknown object is freedCatalin Marinas2009-06-29
* kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas2009-06-29
* kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas2009-06-26
* kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas2009-06-26
* kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas2009-06-26
* kmemleak: Enable task stacks scanning by defaultCatalin Marinas2009-06-26
* kmemleak: Allow the early log buffer to be configurable.Catalin Marinas2009-06-25
* kmemleak: use pr_fmtJoe Perches2009-06-23
* kmemleak: Fix some typos in commentsCatalin Marinas2009-06-17
* kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas2009-06-17
* kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas2009-06-17
* kmemleak: Add the base supportCatalin Marinas2009-06-11