index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
kmemleak: use rbtree instead of prio tree
Michel Lespinasse
1
-49
/
+51
2012-09-23
kmemleak: Replace list_for_each_continue_rcu with new interface
Michael Wang
1
-4
/
+2
2012-01-20
kmemleak: Disable early logging when kmemleak is off by default
Catalin Marinas
1
-0
/
+1
2012-01-20
kmemleak: Only scan non-zero-size areas
Tiejun Chen
1
-1
/
+1
2011-12-02
kmemleak: Add support for memory hotplug
Laura Abbott
1
-2
/
+4
2011-12-02
kmemleak: Handle percpu memory allocation
Catalin Marinas
1
-0
/
+72
2011-12-02
kmemleak: Report previously found leaks even after an error
Catalin Marinas
1
-9
/
+13
2011-12-02
kmemleak: When the early log buffer is exceeded, report the actual number
Catalin Marinas
1
-6
/
+15
2011-12-02
kmemleak: Show where early_log issues come from
Catalin Marinas
1
-9
/
+28
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-19
kmemleak: Do not return a pointer to an object that kmemleak did not get
Catalin Marinas
1
-2
/
+5
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-01-27
kmemleak: Allow kmemleak metadata allocations to fail
Catalin Marinas
1
-5
/
+8
2010-08-09
kmemleak: Fix typo in the comment
Holger Hans Peter Freyther
1
-1
/
+1
2010-07-19
kmemleak: Add DocBook style comments to kmemleak.c
Catalin Marinas
1
-21
/
+59
2010-07-19
kmemleak: Introduce a default off mode for kmemleak
Jason Baron
1
-1
/
+13
2010-07-19
kmemleak: Show more information for objects found by alias
Catalin Marinas
1
-1
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-12-18
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-87
/
+101
2009-11-09
tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"
Uwe Kleine-König
1
-2
/
+2
2009-10-28
kmemleak: Reduce the false positives by checking for modified objects
Catalin Marinas
1
-54
/
+70
2009-10-28
kmemleak: Show the age of an unreferenced object
Catalin Marinas
1
-2
/
+4
2009-10-28
kmemleak: Release the object lock before calling put_object()
Catalin Marinas
1
-3
/
+6
2009-10-28
kmemleak: Simplify the kmemleak_scan_area() function prototype
Catalin Marinas
1
-28
/
+21
2009-10-10
kmemleak: Check for NULL pointer returned by create_object()
Catalin Marinas
1
-0
/
+3
2009-10-10
kmemleak: Use GFP_ATOMIC for early_alloc().
Tetsuo Handa
1
-1
/
+1
2009-09-11
kmemleak: Improve the "Early log buffer exceeded" error message
Catalin Marinas
1
-1
/
+2
2009-09-08
kmemleak: fix sparse warning for static declarations
Luis R. Rodriguez
1
-2
/
+2
2009-09-08
kmemleak: fix sparse warning over overshadowed flags
Luis R. Rodriguez
1
-4
/
+3
2009-09-08
kmemleak: move common painting code together
Luis R. Rodriguez
1
-28
/
+41
2009-09-08
kmemleak: add clear command support
Luis R. Rodriguez
1
-0
/
+26
2009-09-08
kmemleak: use bool for true/false questions
Luis R. Rodriguez
1
-4
/
+4
2009-09-08
kmemleak: Do no create the clean-up thread during kmemleak_disable()
Catalin Marinas
1
-17
/
+5
2009-09-04
kmemleak: Scan all thread stacks
Catalin Marinas
1
-7
/
+7
2009-09-04
kmemleak: Don't scan uninitialized memory when kmemcheck is enabled
Pekka Enberg
1
-2
/
+10
2009-08-27
kmemleak: Printing of the objects hex dump
Sergey Senozhatsky
1
-0
/
+39
2009-08-27
kmemleak: Save the stack trace for early allocations
Catalin Marinas
1
-12
/
+52
2009-08-27
kmemleak: Mark the early log buffer as __initdata
Catalin Marinas
1
-12
/
+14
2009-08-27
kmemleak: Dump object information on request
Catalin Marinas
1
-0
/
+25
2009-08-27
kmemleak: Allow rescheduling during an object scanning
Catalin Marinas
1
-4
/
+17
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
[next]