sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / mm / kmemleak.c
2009-10-09 Catalin Marinaskmemleak: Check for NULL pointer returned by create_obj...
2009-10-09 Tetsuo Handakmemleak: Use GFP_ATOMIC for early_alloc().
2009-09-11 Catalin Marinaskmemleak: Improve the "Early log buffer exceeded" error...
2009-09-08 Luis R. Rodriguezkmemleak: fix sparse warning for static declarations
2009-09-08 Luis R. Rodriguezkmemleak: fix sparse warning over overshadowed flags
2009-09-08 Luis R. Rodriguezkmemleak: move common painting code together
2009-09-08 Luis R. Rodriguezkmemleak: add clear command support
2009-09-08 Luis R. Rodriguezkmemleak: use bool for true/false questions
2009-09-08 Catalin Marinaskmemleak: Do no create the clean-up thread during kmeml...
2009-09-04 Catalin Marinaskmemleak: Scan all thread stacks
2009-09-04 Pekka Enbergkmemleak: Don't scan uninitialized memory when kmemchec...
2009-08-27 Sergey Senozhatskykmemleak: Printing of the objects hex dump
2009-08-27 Catalin Marinaskmemleak: Save the stack trace for early allocations
2009-08-27 Catalin Marinaskmemleak: Mark the early log buffer as __initdata
2009-08-27 Catalin Marinaskmemleak: Dump object information on request
2009-08-27 Catalin Marinaskmemleak: Allow rescheduling during an object scanning
2009-07-29 Catalin Marinaskmemleak: Protect the seq start/next/stop sequence...
2009-07-08 Catalin Marinaskmemleak: Allow partial freeing of memory blocks
2009-07-08 Catalin Marinaskmemleak: Scan objects allocated during a scanning...
2009-07-08 Catalin Marinaskmemleak: Do not acquire scan_mutex in kmemleak_open()
2009-07-08 Catalin Marinaskmemleak: Remove the reported leaks number limitation
2009-07-07 Catalin Marinaskmemleak: Add more cond_resched() calls in the scanning...
2009-07-07 Catalin Marinaskmemleak: Renice the scanning thread to +10
2009-07-01 Ingo Molnarkmemleak: Fix scheduling-while-atomic bug
2009-06-29 Catalin Marinaskmemleak: Do not warn if an unknown object is freed
2009-06-29 Catalin Marinaskmemleak: Do not report new leaked objects if the scann...
2009-06-26 Catalin Marinaskmemleak: Slightly change the policy on newly allocated...
2009-06-26 Catalin Marinaskmemleak: Do not trigger a scan when reading the debug...
2009-06-26 Catalin Marinaskmemleak: Simplify the reports logged by the scanning...
2009-06-26 Catalin Marinaskmemleak: Enable task stacks scanning by default
2009-06-25 Catalin Marinaskmemleak: Allow the early log buffer to be configurable.
2009-06-23 Joe Percheskmemleak: use pr_fmt
2009-06-17 Catalin Marinaskmemleak: Fix some typos in comments
2009-06-17 Catalin Marinaskmemleak: Rename kmemleak_panic to kmemleak_stop
2009-06-17 Catalin Marinaskmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the intern...
2009-06-11 Catalin Marinaskmemleak: Add the base support