summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)AuthorFilesLines
5 daysmm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
5 daysmm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
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
2023-08-21Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang1-4/+4
2023-08-21mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang1-1/+6
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov1-1/+1
2023-02-02mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long1-6/+29
2023-02-02mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long1-36/+12
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang1-2/+3
2022-12-15mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger1-1/+1
2022-12-15mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang1-18/+28
2022-11-30mm/kmemleak.c: fix a commentYixuan Cao1-1/+1
2022-10-28mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long1-19/+42
2022-09-11mm/kmemleak: make create_object return voidLiu Shixin1-12/+9
2022-06-16mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...Waiman Long1-1/+27
2022-06-16mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lockWaiman Long1-0/+14
2022-06-16mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()Waiman Long1-10/+8
2022-06-16mm: kmemleak: check physical address when scanPatrick Wang1-3/+14
2022-06-16mm: kmemleak: add rbtree and store physical address for objects allocated wit...Patrick Wang1-42/+91
2022-06-16mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical addressPatrick Wang1-9/+31
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang1-17/+3
2022-04-15mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee1-2/+7
2022-02-04mm/kmemleak: avoid scanning potential huge holesLang Yu1-6/+7
2022-01-15kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee1-7/+14