index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Commit message (
Expand
)
Author
Age
*
kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()
Catalin Marinas
2009-07-29
*
kmemleak: Allow partial freeing of memory blocks
Catalin Marinas
2009-07-08
*
kmemleak: Scan objects allocated during a scanning episode
Catalin Marinas
2009-07-08
*
kmemleak: Do not acquire scan_mutex in kmemleak_open()
Catalin Marinas
2009-07-08
*
kmemleak: Remove the reported leaks number limitation
Catalin Marinas
2009-07-08
*
kmemleak: Add more cond_resched() calls in the scanning thread
Catalin Marinas
2009-07-07
*
kmemleak: Renice the scanning thread to +10
Catalin Marinas
2009-07-07
*
kmemleak: Fix scheduling-while-atomic bug
Ingo Molnar
2009-07-01
*
kmemleak: Do not warn if an unknown object is freed
Catalin Marinas
2009-06-29
*
kmemleak: Do not report new leaked objects if the scanning was stopped
Catalin Marinas
2009-06-29
*
kmemleak: Slightly change the policy on newly allocated objects
Catalin Marinas
2009-06-26
*
kmemleak: Do not trigger a scan when reading the debug/kmemleak file
Catalin Marinas
2009-06-26
*
kmemleak: Simplify the reports logged by the scanning thread
Catalin Marinas
2009-06-26
*
kmemleak: Enable task stacks scanning by default
Catalin Marinas
2009-06-26
*
kmemleak: Allow the early log buffer to be configurable.
Catalin Marinas
2009-06-25
*
kmemleak: use pr_fmt
Joe Perches
2009-06-23
*
kmemleak: Fix some typos in comments
Catalin Marinas
2009-06-17
*
kmemleak: Rename kmemleak_panic to kmemleak_stop
Catalin Marinas
2009-06-17
*
kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations
Catalin Marinas
2009-06-17
*
kmemleak: Add the base support
Catalin Marinas
2009-06-11