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