index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-05
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
1
-0
/
+10
2018-04-05
mm/kmemleak.c: make kmemleak_boot_config() __init
Dou Liyang
1
-1
/
+1
2018-03-28
mm/kmemleak.c: wait for scan completion before disabling free
Vinayak Menon
1
-5
/
+7
2018-01-31
mm: kmemleak: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-01-13
kmemleak: allow to coexist with fault injection
Dmitry Vyukov
1
-1
/
+1
2017-12-14
mm/kmemleak.c: make cond_resched() rate-limiting more efficient
Andrew Morton
1
-1
/
+1
2017-11-29
kmemleak: add scheduling point to kmemleak_scan()
Yisheng Xie
1
-0
/
+2
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-9
/
+0
2017-11-15
kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644
Konstantin Khlebnikov
1
-1
/
+1
2017-07-06
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
1
-4
/
+89
2017-07-06
mm: kmemleak: factor object reference updating out of scan_block()
Catalin Marinas
1
-18
/
+25
2017-07-06
mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...
Catalin Marinas
1
-3
/
+3
2017-03-31
mm: fix section name for .data..ro_after_init
Kees Cook
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2016-12-12
kmemleak: fix reference to Documentation
Andreas Platschek
1
-1
/
+1
2016-11-11
mm: kmemleak: scan .data.ro_after_init
Jakub Kicinski
1
-0
/
+1
2016-10-27
mm: kmemleak: ensure that the task stack is not freed during scanning
Catalin Marinas
1
-2
/
+5
2016-10-11
mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
Catalin Marinas
1
-0
/
+47
2016-07-28
kmemleak: don't hang if user disables scanning early
Vegard Nossum
1
-1
/
+3
2016-06-24
mm: prevent KASAN false positives in kmemleak
Dmitry Vyukov
1
-0
/
+2
2016-03-17
mm: coalesce split strings
Joe Perches
1
-10
/
+8
2016-03-17
mm: convert pr_warning to pr_warn
Joe Perches
1
-7
/
+7
2016-01-14
Revert "gfp: add __GFP_NOACCOUNT"
Vladimir Davydov
1
-2
/
+1
2015-11-05
mm/kmemleak.c: remove unneeded initialization of object to NULL
Alexey Klimov
1
-1
/
+1
2015-09-10
kmemleak: use seq_hex_dump() to dump buffers
Andy Shevchenko
1
-15
/
+6
2015-09-08
kmemleak: record accurate early log buffer count and report when exceeded
Wang Kai
1
-1
/
+2
2015-06-24
mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()
Larry Finger
1
-4
/
+5
2015-06-24
mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scan
Catalin Marinas
1
-34
/
+56
2015-06-24
mm: kmemleak: avoid deadlock on the kmemleak object insertion error path
Catalin Marinas
1
-4
/
+11
2015-06-24
mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()
Catalin Marinas
1
-2
/
+0
2015-06-24
mm: kmemleak: fix delete_object_*() race when called on the same memory block
Catalin Marinas
1
-13
/
+26
2015-06-24
mm: kmemleak: allow safe memory scanning during kmemleak disabling
Catalin Marinas
1
-3
/
+16
2015-05-14
gfp: add __GFP_NOACCOUNT
Vladimir Davydov
1
-1
/
+2
2015-02-13
kmemleak: disable kasan instrumentation for kmemleak
Andrey Ryabinin
1
-0
/
+6
2014-06-06
mm: introduce kmemleak_update_trace()
Catalin Marinas
1
-0
/
+34
2014-06-06
mm/kmemleak.c: use %u to print ->checksum
Jianpeng Ma
1
-1
/
+1
2014-06-04
mem-hotplug: implement get/put_online_mems
Vladimir Davydov
1
-2
/
+2
2014-05-11
mm: postpone the disabling of kmemleak early logging
Catalin Marinas
1
-2
/
+2
2014-04-03
kmemleak: change some global variables to int
Li Zefan
1
-40
/
+40
2014-04-03
kmemleak: remove redundant code
Li Zefan
1
-6
/
+1
2014-04-03
kmemleak: allow freeing internal objects after kmemleak was disabled
Li Zefan
1
-14
/
+32
2014-04-03
kmemleak: free internal objects only if there're no leaks to be reported
Li Zefan
1
-4
/
+9
2013-11-13
mm: kmemleak: avoid false negatives on vmalloc'ed objects
Catalin Marinas
1
-1
/
+3
2013-09-11
mm: replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-1
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-5
/
+4
2013-02-23
mm: add & use zone_end_pfn() and zone_spans_pfn()
Cody P Schafer
1
-3
/
+2
2012-12-18
mm/kmemleak.c: remove obsolete simple_strtoul
Abhijit Pawar
1
-1
/
+2
2012-10-09
kmemleak: use rbtree instead of prio tree
Michel Lespinasse
1
-49
/
+51
[next]