aboutsummaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)Author
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
2009-06-26kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas
2009-06-26kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas
2009-06-26kmemleak: Enable task stacks scanning by defaultCatalin Marinas
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas
2009-06-23kmemleak: use pr_fmtJoe Perches
2009-06-17kmemleak: Fix some typos in commentsCatalin Marinas
2009-06-17kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas
2009-06-17kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas
2009-06-11kmemleak: Add the base supportCatalin Marinas