summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm: kmemleak: default min_unref_scans to 2 for verbose auto-scanBreno Leitao1-1/+2
2026-08-24mm: kmemleak: factor leak confirmation into a helperBreno Leitao1-5/+21
2026-08-24mm: kmemleak: report leaks only after N consecutive unreferenced scansBreno Leitao1-1/+12
2026-08-24mm: kmemleak: confirm suspected leaks with a second scanCatalin Marinas1-3/+54
2026-08-24mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao1-7/+7
2026-07-28mm/kmemleak: skip the remaining scan phases when interruptedBreno Leitao1-2/+5
2026-07-28mm/kmemleak: stop the per-cpu and struct page scans early tooBreno Leitao1-6/+17
2026-07-28mm/kmemleak: stop the task stack scan early when interruptedBreno Leitao1-6/+12
2026-07-28mm/kmemleak: avoid soft lockup when scanning task stacksBreno Leitao1-13/+38
2026-07-09mm/kmemleak: fix checksum computation for per-cpu objectsBreno Leitao1-3/+4
2026-05-28mm/kmemleak: dedupe verbose scan output by allocation backtraceBreno Leitao1-8/+140
2026-04-18mm: kmemleak: add CONFIG_DEBUG_KMEMLEAK_VERBOSE build optionBreno Leitao1-1/+1
2026-04-05mm/kmemleak: use PF_KTHREAD flag to detect kernel threadsZhongqiu Han1-3/+3
2026-04-05mm/kmemleak: remove unreachable return statement in scan_should_stop()Zhongqiu Han1-3/+1
2026-02-16Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+10
2026-02-10mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()Harry Yoo1-12/+10
2026-01-20mm: use ARRAY_END() instead of open-coding itAlejandro Colomar1-1/+1
2025-09-01mm: fix possible deadlock in kmemleakGu Bowen1-7/+20
2025-08-05mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-05mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-06-25mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge1-0/+14
2025-05-12mm: kmemleak: mark variables as __read_mostlyLuiz Capitulino1-2/+2
2025-05-12mm: kmemleak: drop wrong commentLuiz Capitulino1-2/+0
2025-05-12mm: kmemleak: drop kmemleak_warning variableLuiz Capitulino1-3/+0
2025-03-16mm: kmemleak: add support for dumping physical and __percpu object infoCatalin Marinas1-13/+39
2025-02-01mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas1-1/+1
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-01-12mm: kmemleak: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+2
2025-01-12mm/kmemleak: fix percpu memory leak detection failureGuo Weikang1-1/+1
2024-12-30mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati1-1/+1
2024-11-11kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas1-0/+39
2024-11-06mm/kmemleak: fix typo in object_no_scan() commentMike Rapoport (Microsoft)1-1/+1
2024-09-03mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address spaceUros Bizjak1-4/+4
2024-09-01kmemleak: enable tracking for percpu pointersPavel Tikhomirov1-59/+94
2024-07-17mm/kmemleak: replace strncpy() with strscpy()Kees Cook1-3/+3
2024-05-19mm: lift gfp_kmemleak_mask() to gfp.hDave Chinner1-8/+4
2024-04-25mm/kmemleak: compact kmemleak_object furtherWaiman Long1-1/+1
2024-04-25mm/slub: avoid recursive loop with kmemleakKees Cook1-2/+2
2023-12-12kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointersCatalin Marinas1-81/+97
2023-12-10kmemleak: add checksum to backtrace reportJim Cromie1-1/+1
2023-12-10kmemleak: drop (age <increasing>) from leak recordJim Cromie1-4/+2
2023-12-06mm/kmemleak: move set_track_prepare() outside raw_spinlocksLiu Shixin1-1/+3
2023-12-06Revert "mm/kmemleak: move the initialisation of object to __link_object"Liu Shixin1-17/+19
2023-10-25mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin1-19/+17
2023-10-25mm/kmemleak: fix partially freeing unknown object warningLiu Shixin1-11/+31
2023-10-25mm: kmemleak: add __find_and_remove_object()Liu Shixin1-3/+14
2023-10-25mm: kmemleak: use mem_pool_free() to free objectLiu Shixin1-5/+9
2023-10-25mm: kmemleak: split __create_object into two functionsLiu Shixin1-21/+40
2023-10-25mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin1-14/+14
2023-09-02mm/kmemleak: move up cond_resched() call in page scanning loopWaiman Long1-2/+3