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
2022-10-28
mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loops
Waiman Long
1
-19
/
+42
2022-09-11
mm/kmemleak: make create_object return void
Liu Shixin
1
-12
/
+9
2022-06-16
mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...
Waiman Long
1
-1
/
+27
2022-06-16
mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lock
Waiman Long
1
-0
/
+14
2022-06-16
mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()
Waiman Long
1
-10
/
+8
2022-06-16
mm: kmemleak: check physical address when scan
Patrick Wang
1
-3
/
+14
2022-06-16
mm: kmemleak: add rbtree and store physical address for objects allocated wit...
Patrick Wang
1
-42
/
+91
2022-06-16
mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
Patrick Wang
1
-9
/
+31
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
1
-17
/
+3
2022-04-15
mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
Patrick Wang
1
-4
/
+4
2022-04-01
mm/kmemleak: reset tag when compare object pointer
Kuan-Ying Lee
1
-2
/
+7
2022-02-04
mm/kmemleak: avoid scanning potential huge holes
Lang Yu
1
-6
/
+7
2022-01-15
kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
Kuan-Ying Lee
1
-7
/
+14
2021-09-08
mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp
Naohiro Aota
1
-1
/
+2
2021-09-08
mm: in_irq() cleanup
Changbin Du
1
-1
/
+1
2021-08-13
kasan, kmemleak: reset tags when scanning block
Kuan-Ying Lee
1
-3
/
+3
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-13
mm/kmemleak: rely on rcu for task stack scanning
Davidlohr Bueso
1
-4
/
+4
2020-08-14
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-24
mm/kmemleak.c: record the current memory pool size
Qian Cai
1
-1
/
+2
2019-09-24
mm: kmemleak: use the memory pool for early allocations
Catalin Marinas
1
-239
/
+26
2019-09-24
mm: kmemleak: simple memory allocation pool for kmemleak objects
Catalin Marinas
1
-2
/
+52
2019-09-24
mm: kmemleak: make the tool tolerant to struct scan_area allocation failures
Catalin Marinas
1
-6
/
+10
2019-08-13
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-05
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-26
kmemleak: add module param to print warnings to dmesg
Vincent Whitchurch
1
-7
/
+35
2018-09-04
kmemleak: always register debugfs file
Vincent Whitchurch
1
-4
/
+5
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
[next]