index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
stable/7.0.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
2020-04-02
mm/kmemleak.c: use address-of operator on section symbols
Nathan Chancellor
2020-01-31
mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t
He Zhe
2019-10-14
kmemleak: Do not corrupt the object_list during clean-up
Catalin Marinas
2019-09-24
mm/kmemleak.c: record the current memory pool size
Qian Cai
2019-09-24
mm: kmemleak: use the memory pool for early allocations
Catalin Marinas
2019-09-24
mm: kmemleak: simple memory allocation pool for kmemleak objects
Catalin Marinas
2019-09-24
mm: kmemleak: make the tool tolerant to struct scan_area allocation failures
Catalin Marinas
2019-08-13
mm: kmemleak: disable early logging in case of error
Catalin Marinas
2019-08-03
Revert "kmemleak: allow to coexist with fault injection"
Yang Shi
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
mm/kmemleak.c: change error at _write when kmemleak is disabled
André Almeida
2019-07-12
mm/kmemleak.c: fix check for softirq context
Dmitry Vyukov
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2019-06-03
mm: kmemleak: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-04-29
mm/kmemleak: Simplify stacktrace handling
Thomas Gleixner
2019-04-19
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
2019-04-05
kmemleak: powerpc: skip scanning holes in the .bss section
Catalin Marinas
2019-02-21
kmemleak: account for tagged pointers when calculating pointer range
Andrey Konovalov
2018-12-28
kmemleak: add config to select auto scan
Sri Krishna chowdary
2018-12-28
mm, kmemleak: little optimization while scanning
Oscar Salvador
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-26
kmemleak: add module param to print warnings to dmesg
Vincent Whitchurch
2018-09-04
kmemleak: always register debugfs file
Vincent Whitchurch
2018-04-05
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
2018-04-05
mm/kmemleak.c: make kmemleak_boot_config() __init
Dou Liyang
2018-03-28
mm/kmemleak.c: wait for scan completion before disabling free
Vinayak Menon
2018-01-31
mm: kmemleak: remove unused hardirq.h
Yang Shi
2018-01-13
kmemleak: allow to coexist with fault injection
Dmitry Vyukov
2017-12-14
mm/kmemleak.c: make cond_resched() rate-limiting more efficient
Andrew Morton
2017-11-29
kmemleak: add scheduling point to kmemleak_scan()
Yisheng Xie
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-15
kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644
Konstantin Khlebnikov
2017-07-06
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
2017-07-06
mm: kmemleak: factor object reference updating out of scan_block()
Catalin Marinas
2017-07-06
mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...
Catalin Marinas
2017-03-31
mm: fix section name for .data..ro_after_init
Kees Cook
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-12
kmemleak: fix reference to Documentation
Andreas Platschek
2016-11-11
mm: kmemleak: scan .data.ro_after_init
Jakub Kicinski
2016-10-27
mm: kmemleak: ensure that the task stack is not freed during scanning
Catalin Marinas
2016-10-11
mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
Catalin Marinas
2016-07-28
kmemleak: don't hang if user disables scanning early
Vegard Nossum
2016-06-24
mm: prevent KASAN false positives in kmemleak
Dmitry Vyukov
2016-03-17
mm: coalesce split strings
Joe Perches
2016-03-17
mm: convert pr_warning to pr_warn
Joe Perches
2016-01-14
Revert "gfp: add __GFP_NOACCOUNT"
Vladimir Davydov
2015-11-05
mm/kmemleak.c: remove unneeded initialization of object to NULL
Alexey Klimov
[next]