aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAgeFilesLines
* kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas2009-09-111-1/+2
* kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez2009-09-081-2/+2
* kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez2009-09-081-4/+3
* kmemleak: move common painting code togetherLuis R. Rodriguez2009-09-081-28/+41
* kmemleak: add clear command supportLuis R. Rodriguez2009-09-081-0/+26
* kmemleak: use bool for true/false questionsLuis R. Rodriguez2009-09-081-4/+4
* kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas2009-09-081-17/+5
* kmemleak: Scan all thread stacksCatalin Marinas2009-09-041-7/+7
* kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg2009-09-041-2/+10
* kmemleak: Printing of the objects hex dumpSergey Senozhatsky2009-08-271-0/+39
* kmemleak: Save the stack trace for early allocationsCatalin Marinas2009-08-271-12/+52
* kmemleak: Mark the early log buffer as __initdataCatalin Marinas2009-08-271-12/+14
* kmemleak: Dump object information on requestCatalin Marinas2009-08-271-0/+25
* kmemleak: Allow rescheduling during an object scanningCatalin Marinas2009-08-271-4/+17
* kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas2009-07-291-3/+1
* kmemleak: Allow partial freeing of memory blocksCatalin Marinas2009-07-081-14/+81
* kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas2009-07-081-3/+40
* kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas2009-07-081-33/+30
* kmemleak: Remove the reported leaks number limitationCatalin Marinas2009-07-081-15/+2
* kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas2009-07-071-8/+11
* kmemleak: Renice the scanning thread to +10Catalin Marinas2009-07-071-0/+1
* kmemleak: Fix scheduling-while-atomic bugIngo Molnar2009-07-011-30/+1
* kmemleak: Do not warn if an unknown object is freedCatalin Marinas2009-06-291-0/+2
* kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas2009-06-291-5/+10
* kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas2009-06-261-1/+6
* kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas2009-06-261-50/+40
* kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas2009-06-261-45/+16
* kmemleak: Enable task stacks scanning by defaultCatalin Marinas2009-06-261-1/+1
* kmemleak: Allow the early log buffer to be configurable.Catalin Marinas2009-06-251-2/+3
* kmemleak: use pr_fmtJoe Perches2009-06-231-28/+24
* kmemleak: Fix some typos in commentsCatalin Marinas2009-06-171-4/+4
* kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas2009-06-171-6/+6
* kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas2009-06-171-2/+5
* kmemleak: Add the base supportCatalin Marinas2009-06-111-0/+1498