aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-07kmemleak: Renice the scanning thread to +10Catalin Marinas1-0/+1
2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar1-30/+1
2009-06-29kmemleak: Do not warn if an unknown object is freedCatalin Marinas1-0/+2
2009-06-29kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas1-5/+10
2009-06-26kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas1-1/+6
2009-06-26kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas1-50/+40
2009-06-26kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas1-45/+16
2009-06-26kmemleak: Enable task stacks scanning by defaultCatalin Marinas1-1/+1
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas1-2/+3
2009-06-23kmemleak: use pr_fmtJoe Perches1-28/+24
2009-06-17kmemleak: Fix some typos in commentsCatalin Marinas1-4/+4
2009-06-17kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas1-6/+6
2009-06-17kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas1-2/+5
2009-06-11kmemleak: Add the base supportCatalin Marinas1-0/+1498