index
:
kernel_samsung_smdk4412.git
ath9k
master
migrate_3.2
qmi
replicant-6.0
replicant-6.0-old
upstreaming
kernel for Galaxy S3
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kmemleak: Do not return a pointer to an object that kmemleak did not get
Catalin Marinas
2011-05-19
1
-2
/
+5
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
kmemleak: Allow kmemleak metadata allocations to fail
Catalin Marinas
2011-01-27
1
-5
/
+8
*
kmemleak: Fix typo in the comment
Holger Hans Peter Freyther
2010-08-08
1
-1
/
+1
*
kmemleak: Add DocBook style comments to kmemleak.c
Catalin Marinas
2010-07-19
1
-21
/
+59
*
kmemleak: Introduce a default off mode for kmemleak
Jason Baron
2010-07-19
1
-1
/
+13
*
kmemleak: Show more information for objects found by alias
Catalin Marinas
2010-07-19
1
-1
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
2009-12-17
1
-87
/
+101
|
\
|
*
kmemleak: Reduce the false positives by checking for modified objects
Catalin Marinas
2009-10-28
1
-54
/
+70
|
*
kmemleak: Show the age of an unreferenced object
Catalin Marinas
2009-10-28
1
-2
/
+4
|
*
kmemleak: Release the object lock before calling put_object()
Catalin Marinas
2009-10-28
1
-3
/
+6
|
*
kmemleak: Simplify the kmemleak_scan_area() function prototype
Catalin Marinas
2009-10-28
1
-28
/
+21
*
|
tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"
Uwe Kleine-König
2009-11-09
1
-2
/
+2
|
/
*
kmemleak: Check for NULL pointer returned by create_object()
Catalin Marinas
2009-10-09
1
-0
/
+3
*
kmemleak: Use GFP_ATOMIC for early_alloc().
Tetsuo Handa
2009-10-09
1
-1
/
+1
*
kmemleak: Improve the "Early log buffer exceeded" error message
Catalin Marinas
2009-09-11
1
-1
/
+2
*
kmemleak: fix sparse warning for static declarations
Luis R. Rodriguez
2009-09-08
1
-2
/
+2
*
kmemleak: fix sparse warning over overshadowed flags
Luis R. Rodriguez
2009-09-08
1
-4
/
+3
*
kmemleak: move common painting code together
Luis R. Rodriguez
2009-09-08
1
-28
/
+41
*
kmemleak: add clear command support
Luis R. Rodriguez
2009-09-08
1
-0
/
+26
*
kmemleak: use bool for true/false questions
Luis R. Rodriguez
2009-09-08
1
-4
/
+4
*
kmemleak: Do no create the clean-up thread during kmemleak_disable()
Catalin Marinas
2009-09-08
1
-17
/
+5
*
kmemleak: Scan all thread stacks
Catalin Marinas
2009-09-04
1
-7
/
+7
*
kmemleak: Don't scan uninitialized memory when kmemcheck is enabled
Pekka Enberg
2009-09-04
1
-2
/
+10
*
kmemleak: Printing of the objects hex dump
Sergey Senozhatsky
2009-08-27
1
-0
/
+39
*
kmemleak: Save the stack trace for early allocations
Catalin Marinas
2009-08-27
1
-12
/
+52
*
kmemleak: Mark the early log buffer as __initdata
Catalin Marinas
2009-08-27
1
-12
/
+14
*
kmemleak: Dump object information on request
Catalin Marinas
2009-08-27
1
-0
/
+25
*
kmemleak: Allow rescheduling during an object scanning
Catalin Marinas
2009-08-27
1
-4
/
+17
*
kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()
Catalin Marinas
2009-07-29
1
-3
/
+1
*
kmemleak: Allow partial freeing of memory blocks
Catalin Marinas
2009-07-08
1
-14
/
+81
*
kmemleak: Scan objects allocated during a scanning episode
Catalin Marinas
2009-07-08
1
-3
/
+40
*
kmemleak: Do not acquire scan_mutex in kmemleak_open()
Catalin Marinas
2009-07-08
1
-33
/
+30
*
kmemleak: Remove the reported leaks number limitation
Catalin Marinas
2009-07-08
1
-15
/
+2
*
kmemleak: Add more cond_resched() calls in the scanning thread
Catalin Marinas
2009-07-07
1
-8
/
+11
*
kmemleak: Renice the scanning thread to +10
Catalin Marinas
2009-07-07
1
-0
/
+1
*
kmemleak: Fix scheduling-while-atomic bug
Ingo Molnar
2009-07-01
1
-30
/
+1
*
kmemleak: Do not warn if an unknown object is freed
Catalin Marinas
2009-06-29
1
-0
/
+2
*
kmemleak: Do not report new leaked objects if the scanning was stopped
Catalin Marinas
2009-06-29
1
-5
/
+10
*
kmemleak: Slightly change the policy on newly allocated objects
Catalin Marinas
2009-06-26
1
-1
/
+6
*
kmemleak: Do not trigger a scan when reading the debug/kmemleak file
Catalin Marinas
2009-06-26
1
-50
/
+40
*
kmemleak: Simplify the reports logged by the scanning thread
Catalin Marinas
2009-06-26
1
-45
/
+16
*
kmemleak: Enable task stacks scanning by default
Catalin Marinas
2009-06-26
1
-1
/
+1
*
kmemleak: Allow the early log buffer to be configurable.
Catalin Marinas
2009-06-25
1
-2
/
+3
*
kmemleak: use pr_fmt
Joe Perches
2009-06-23
1
-28
/
+24
*
kmemleak: Fix some typos in comments
Catalin Marinas
2009-06-17
1
-4
/
+4
*
kmemleak: Rename kmemleak_panic to kmemleak_stop
Catalin Marinas
2009-06-17
1
-6
/
+6
*
kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations
Catalin Marinas
2009-06-17
1
-2
/
+5
*
kmemleak: Add the base support
Catalin Marinas
2009-06-11
1
-0
/
+1498