index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2021-06-29
mm/kmemleak: fix possible wrong memory scanning period
Yanfei Xu
1
-6
/
+12
2021-04-30
mm/kmemleak.c: fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-25
kfence: make compatible with kmemleak
Marco Elver
1
-1
/
+2
2020-10-14
mm/kmemleak: rely on rcu for task stack scanning
Davidlohr Bueso
1
-4
/
+4
2020-08-15
mm/kmemleak: silence KCSAN splats in checksum
Qian Cai
1
-0
/
+2
2020-04-02
mm/kmemleak.c: use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-01-31
mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t
He Zhe
1
-56
/
+56
2019-10-14
kmemleak: Do not corrupt the object_list during clean-up
Catalin Marinas
1
-9
/
+21
2019-09-25
mm/kmemleak.c: record the current memory pool size
Qian Cai
1
-1
/
+2
2019-09-25
mm: kmemleak: use the memory pool for early allocations
Catalin Marinas
1
-239
/
+26
2019-09-25
mm: kmemleak: simple memory allocation pool for kmemleak objects
Catalin Marinas
1
-2
/
+52
2019-09-25
mm: kmemleak: make the tool tolerant to struct scan_area allocation failures
Catalin Marinas
1
-6
/
+10
2019-08-14
mm: kmemleak: disable early logging in case of error
Catalin Marinas
1
-1
/
+1
2019-08-03
Revert "kmemleak: allow to coexist with fault injection"
Yang Shi
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+1
2019-07-12
mm/kmemleak.c: change error at _write when kmemleak is disabled
André Almeida
1
-1
/
+1
2019-07-12
mm/kmemleak.c: fix check for softirq context
Dmitry Vyukov
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-14
/
+1
2019-06-03
mm: kmemleak: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+1
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-21
/
+3
2019-04-29
mm/kmemleak: Simplify stacktrace handling
Thomas Gleixner
1
-21
/
+3
2019-04-19
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
1
-0
/
+2
2019-04-06
kmemleak: powerpc: skip scanning holes in the .bss section
Catalin Marinas
1
-5
/
+11
2019-02-21
kmemleak: account for tagged pointers when calculating pointer range
Andrey Konovalov
1
-3
/
+7
2018-12-28
kmemleak: add config to select auto scan
Sri Krishna chowdary
1
-4
/
+6
2018-12-28
mm, kmemleak: little optimization while scanning
Oscar Salvador
1
-3
/
+6
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-27
kmemleak: add module param to print warnings to dmesg
Vincent Whitchurch
1
-7
/
+35
2018-09-05
kmemleak: always register debugfs file
Vincent Whitchurch
1
-4
/
+5
2018-04-06
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
1
-0
/
+10
2018-04-06
mm/kmemleak.c: make kmemleak_boot_config() __init
Dou Liyang
1
-1
/
+1
2018-03-29
mm/kmemleak.c: wait for scan completion before disabling free
Vinayak Menon
1
-5
/
+7
2018-02-01
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-15
mm/kmemleak.c: make cond_resched() rate-limiting more efficient
Andrew Morton
1
-1
/
+1
2017-11-30
kmemleak: add scheduling point to kmemleak_scan()
Yisheng Xie
1
-0
/
+2
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-9
/
+0
2017-11-16
kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644
Konstantin Khlebnikov
1
-1
/
+1
2017-07-07
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
1
-4
/
+89
2017-07-07
mm: kmemleak: factor object reference updating out of scan_block()
Catalin Marinas
1
-18
/
+25
2017-07-07
mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...
Catalin Marinas
1
-3
/
+3
2017-04-01
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-13
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-28
mm: kmemleak: ensure that the task stack is not freed during scanning
Catalin Marinas
1
-2
/
+5
2016-10-12
mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
Catalin Marinas
1
-0
/
+47
2016-07-29
kmemleak: don't hang if user disables scanning early
Vegard Nossum
1
-1
/
+3
[next]