summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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