index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-29
kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()
Catalin Marinas
1
-3
/
+1
2009-07-08
kmemleak: Allow partial freeing of memory blocks
Catalin Marinas
1
-14
/
+81
2009-07-08
kmemleak: Scan objects allocated during a scanning episode
Catalin Marinas
1
-3
/
+40
2009-07-08
kmemleak: Do not acquire scan_mutex in kmemleak_open()
Catalin Marinas
1
-33
/
+30
2009-07-08
kmemleak: Remove the reported leaks number limitation
Catalin Marinas
1
-15
/
+2
2009-07-07
kmemleak: Add more cond_resched() calls in the scanning thread
Catalin Marinas
1
-8
/
+11
2009-07-07
kmemleak: Renice the scanning thread to +10
Catalin Marinas
1
-0
/
+1
2009-07-01
kmemleak: Fix scheduling-while-atomic bug
Ingo Molnar
1
-30
/
+1
2009-06-29
kmemleak: Do not warn if an unknown object is freed
Catalin Marinas
1
-0
/
+2
2009-06-29
kmemleak: Do not report new leaked objects if the scanning was stopped
Catalin Marinas
1
-5
/
+10
2009-06-26
kmemleak: Slightly change the policy on newly allocated objects
Catalin Marinas
1
-1
/
+6
2009-06-26
kmemleak: Do not trigger a scan when reading the debug/kmemleak file
Catalin Marinas
1
-50
/
+40
2009-06-26
kmemleak: Simplify the reports logged by the scanning thread
Catalin Marinas
1
-45
/
+16
2009-06-26
kmemleak: Enable task stacks scanning by default
Catalin Marinas
1
-1
/
+1
2009-06-25
kmemleak: Allow the early log buffer to be configurable.
Catalin Marinas
1
-2
/
+3
2009-06-23
kmemleak: use pr_fmt
Joe Perches
1
-28
/
+24
2009-06-17
kmemleak: Fix some typos in comments
Catalin Marinas
1
-4
/
+4
2009-06-17
kmemleak: Rename kmemleak_panic to kmemleak_stop
Catalin Marinas
1
-6
/
+6
2009-06-17
kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations
Catalin Marinas
1
-2
/
+5
2009-06-11
kmemleak: Add the base support
Catalin Marinas
1
-0
/
+1498