Age | Commit message (Expand) | Author |
2015-06-24 | mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() | Larry Finger |
2015-06-24 | mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scan | Catalin Marinas |
2015-06-24 | mm: kmemleak: avoid deadlock on the kmemleak object insertion error path | Catalin Marinas |
2015-06-24 | mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup() | Catalin Marinas |
2015-06-24 | mm: kmemleak: fix delete_object_*() race when called on the same memory block | Catalin Marinas |
2015-06-24 | mm: kmemleak: allow safe memory scanning during kmemleak disabling | Catalin Marinas |
2015-05-14 | gfp: add __GFP_NOACCOUNT | Vladimir Davydov |
2015-02-13 | kmemleak: disable kasan instrumentation for kmemleak | Andrey Ryabinin |
2014-06-06 | mm: introduce kmemleak_update_trace() | Catalin Marinas |
2014-06-06 | mm/kmemleak.c: use %u to print ->checksum | Jianpeng Ma |
2014-06-04 | mem-hotplug: implement get/put_online_mems | Vladimir Davydov |
2014-05-11 | mm: postpone the disabling of kmemleak early logging | Catalin Marinas |
2014-04-03 | kmemleak: change some global variables to int | Li Zefan |
2014-04-03 | kmemleak: remove redundant code | Li Zefan |
2014-04-03 | kmemleak: allow freeing internal objects after kmemleak was disabled | Li Zefan |
2014-04-03 | kmemleak: free internal objects only if there're no leaks to be reported | Li Zefan |
2013-11-13 | mm: kmemleak: avoid false negatives on vmalloc'ed objects | Catalin Marinas |
2013-09-11 | mm: replace strict_strtoul() with kstrtoul() | Jingoo Han |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-02-23 | mm: add & use zone_end_pfn() and zone_spans_pfn() | Cody P Schafer |
2012-12-18 | mm/kmemleak.c: remove obsolete simple_strtoul | Abhijit Pawar |
2012-10-09 | kmemleak: use rbtree instead of prio tree | Michel Lespinasse |
2012-09-23 | kmemleak: Replace list_for_each_continue_rcu with new interface | Michael Wang |
2012-01-20 | kmemleak: Disable early logging when kmemleak is off by default | Catalin Marinas |
2012-01-20 | kmemleak: Only scan non-zero-size areas | Tiejun Chen |
2011-12-02 | kmemleak: Add support for memory hotplug | Laura Abbott |
2011-12-02 | kmemleak: Handle percpu memory allocation | Catalin Marinas |
2011-12-02 | kmemleak: Report previously found leaks even after an error | Catalin Marinas |
2011-12-02 | kmemleak: When the early log buffer is exceeded, report the actual number | Catalin Marinas |
2011-12-02 | kmemleak: Show where early_log issues come from | Catalin Marinas |
2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-05-19 | kmemleak: Do not return a pointer to an object that kmemleak did not get | Catalin Marinas |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-01-27 | kmemleak: Allow kmemleak metadata allocations to fail | Catalin Marinas |
2010-08-08 | kmemleak: Fix typo in the comment | Holger Hans Peter Freyther |
2010-07-19 | kmemleak: Add DocBook style comments to kmemleak.c | Catalin Marinas |
2010-07-19 | kmemleak: Introduce a default off mode for kmemleak | Jason Baron |
2010-07-19 | kmemleak: Show more information for objects found by alias | Catalin Marinas |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-12-17 | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 | Linus Torvalds |
2009-11-09 | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" | Uwe Kleine-König |
2009-10-28 | kmemleak: Reduce the false positives by checking for modified objects | Catalin Marinas |
2009-10-28 | kmemleak: Show the age of an unreferenced object | Catalin Marinas |
2009-10-28 | kmemleak: Release the object lock before calling put_object() | Catalin Marinas |
2009-10-28 | kmemleak: Simplify the kmemleak_scan_area() function prototype | Catalin Marinas |
2009-10-09 | kmemleak: Check for NULL pointer returned by create_object() | Catalin Marinas |
2009-10-09 | kmemleak: Use GFP_ATOMIC for early_alloc(). | Tetsuo Handa |
2009-09-11 | kmemleak: Improve the "Early log buffer exceeded" error message | Catalin Marinas |
2009-09-08 | kmemleak: fix sparse warning for static declarations | Luis R. Rodriguez |