Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / kmemleak.c
2012-01-20 Catalin Marinaskmemleak: Disable early logging when kmemleak is off...
2012-01-20 Tiejun Chenkmemleak: Only scan non-zero-size areas
2011-12-02 Laura Abbottkmemleak: Add support for memory hotplug
2011-12-02 Catalin Marinaskmemleak: Handle percpu memory allocation
2011-12-02 Catalin Marinaskmemleak: Report previously found leaks even after...
2011-12-02 Catalin Marinaskmemleak: When the early log buffer is exceeded, report...
2011-12-02 Catalin Marinaskmemleak: Show where early_log issues come from
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-19 Catalin Marinaskmemleak: Do not return a pointer to an object that...
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-27 Catalin Marinaskmemleak: Allow kmemleak metadata allocations to fail
2010-08-08 Holger Hans Peter... kmemleak: Fix typo in the comment
2010-07-19 Catalin Marinaskmemleak: Add DocBook style comments to kmemleak.c
2010-07-19 Jason Baronkmemleak: Introduce a default off mode for kmemleak
2010-07-19 Catalin Marinaskmemleak: Show more information for objects found by...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-18 Linus TorvaldsMerge branch 'kmemleak' of git://linux-arm.org/linux-2.6
2009-11-09 Uwe Kleine-Königtree-wide: fix typos "aquire" -> "acquire", "cumsumed...
2009-10-28 Catalin Marinaskmemleak: Reduce the false positives by checking for...
2009-10-28 Catalin Marinaskmemleak: Show the age of an unreferenced object
2009-10-28 Catalin Marinaskmemleak: Release the object lock before calling put_ob...
2009-10-28 Catalin Marinaskmemleak: Simplify the kmemleak_scan_area() function...
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