index
:
pub/scm/linux/kernel/git/livepatching/livepatching.git
master
Live Patching Group's fork of livepatching.git
Live Patching Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
mm: kmemleak: default min_unref_scans to 2 for verbose auto-scan
Breno Leitao
1
-1
/
+2
2026-08-24
mm: kmemleak: factor leak confirmation into a helper
Breno Leitao
1
-5
/
+21
2026-08-24
mm: kmemleak: report leaks only after N consecutive unreferenced scans
Breno Leitao
1
-1
/
+12
2026-08-24
mm: kmemleak: confirm suspected leaks with a second scan
Catalin Marinas
1
-3
/
+54
2026-08-24
mm/kmemleak: report RCU-tasks quiescent states during the scan
Breno Leitao
1
-7
/
+7
2026-07-28
mm/kmemleak: skip the remaining scan phases when interrupted
Breno Leitao
1
-2
/
+5
2026-07-28
mm/kmemleak: stop the per-cpu and struct page scans early too
Breno Leitao
1
-6
/
+17
2026-07-28
mm/kmemleak: stop the task stack scan early when interrupted
Breno Leitao
1
-6
/
+12
2026-07-28
mm/kmemleak: avoid soft lockup when scanning task stacks
Breno Leitao
1
-13
/
+38
2026-07-09
mm/kmemleak: fix checksum computation for per-cpu objects
Breno Leitao
1
-3
/
+4
2026-05-28
mm/kmemleak: dedupe verbose scan output by allocation backtrace
Breno Leitao
1
-8
/
+140
2026-04-18
mm: kmemleak: add CONFIG_DEBUG_KMEMLEAK_VERBOSE build option
Breno Leitao
1
-1
/
+1
2026-04-05
mm/kmemleak: use PF_KTHREAD flag to detect kernel threads
Zhongqiu Han
1
-3
/
+3
2026-04-05
mm/kmemleak: remove unreachable return statement in scan_should_stop()
Zhongqiu Han
1
-3
/
+1
2026-02-16
Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+10
2026-02-10
mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
Harry Yoo
1
-12
/
+10
2026-01-20
mm: use ARRAY_END() instead of open-coding it
Alejandro Colomar
1
-1
/
+1
2025-09-01
mm: fix possible deadlock in kmemleak
Gu Bowen
1
-7
/
+20
2025-08-05
mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()
Waiman Long
1
-0
/
+5
2025-08-05
mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock
Breno Leitao
1
-1
/
+4
2025-06-25
mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...
Hao Ge
1
-0
/
+14
2025-05-12
mm: kmemleak: mark variables as __read_mostly
Luiz Capitulino
1
-2
/
+2
2025-05-12
mm: kmemleak: drop wrong comment
Luiz Capitulino
1
-2
/
+0
2025-05-12
mm: kmemleak: drop kmemleak_warning variable
Luiz Capitulino
1
-3
/
+0
2025-03-16
mm: kmemleak: add support for dumping physical and __percpu object info
Catalin Marinas
1
-13
/
+39
2025-02-01
mm: kmemleak: fix upper boundary check for physical address objects
Catalin Marinas
1
-1
/
+1
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2025-01-12
mm: kmemleak: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-2
/
+2
2025-01-12
mm/kmemleak: fix percpu memory leak detection failure
Guo Weikang
1
-1
/
+1
2024-12-30
mm/kmemleak: fix sleeping function called from invalid context at print message
Alessandro Carminati
1
-1
/
+1
2024-11-11
kmemleak: iommu/iova: fix transient kmemleak false positive
Catalin Marinas
1
-0
/
+39
2024-11-06
mm/kmemleak: fix typo in object_no_scan() comment
Mike Rapoport (Microsoft)
1
-1
/
+1
2024-09-03
mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address space
Uros Bizjak
1
-4
/
+4
2024-09-01
kmemleak: enable tracking for percpu pointers
Pavel Tikhomirov
1
-59
/
+94
2024-07-17
mm/kmemleak: replace strncpy() with strscpy()
Kees Cook
1
-3
/
+3
2024-05-19
mm: lift gfp_kmemleak_mask() to gfp.h
Dave Chinner
1
-8
/
+4
2024-04-25
mm/kmemleak: compact kmemleak_object further
Waiman Long
1
-1
/
+1
2024-04-25
mm/slub: avoid recursive loop with kmemleak
Kees Cook
1
-2
/
+2
2023-12-12
kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointers
Catalin Marinas
1
-81
/
+97
2023-12-10
kmemleak: add checksum to backtrace report
Jim Cromie
1
-1
/
+1
2023-12-10
kmemleak: drop (age <increasing>) from leak record
Jim Cromie
1
-4
/
+2
2023-12-06
mm/kmemleak: move set_track_prepare() outside raw_spinlocks
Liu Shixin
1
-1
/
+3
2023-12-06
Revert "mm/kmemleak: move the initialisation of object to __link_object"
Liu Shixin
1
-17
/
+19
2023-10-25
mm/kmemleak: move the initialisation of object to __link_object
Liu Shixin
1
-19
/
+17
2023-10-25
mm/kmemleak: fix partially freeing unknown object warning
Liu Shixin
1
-11
/
+31
2023-10-25
mm: kmemleak: add __find_and_remove_object()
Liu Shixin
1
-3
/
+14
2023-10-25
mm: kmemleak: use mem_pool_free() to free object
Liu Shixin
1
-5
/
+9
2023-10-25
mm: kmemleak: split __create_object into two functions
Liu Shixin
1
-21
/
+40
2023-10-25
mm/kmemleak: fix print format of pointer in pr_debug()
Liu Shixin
1
-14
/
+14
2023-09-02
mm/kmemleak: move up cond_resched() call in page scanning loop
Waiman Long
1
-2
/
+3
[next]