summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAgeFilesLines
* kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointersCatalin Marinas2023-12-121-81/+97
* kmemleak: add checksum to backtrace reportJim Cromie2023-12-101-1/+1
* kmemleak: drop (age <increasing>) from leak recordJim Cromie2023-12-101-4/+2
* mm/kmemleak: move set_track_prepare() outside raw_spinlocksLiu Shixin2023-12-061-1/+3
* Revert "mm/kmemleak: move the initialisation of object to __link_object"Liu Shixin2023-12-061-17/+19
* mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin2023-10-251-19/+17
* mm/kmemleak: fix partially freeing unknown object warningLiu Shixin2023-10-251-11/+31
* mm: kmemleak: add __find_and_remove_object()Liu Shixin2023-10-251-3/+14
* mm: kmemleak: use mem_pool_free() to free objectLiu Shixin2023-10-251-5/+9
* mm: kmemleak: split __create_object into two functionsLiu Shixin2023-10-251-21/+40
* mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin2023-10-251-14/+14
* mm/kmemleak: move up cond_resched() call in page scanning loopWaiman Long2023-09-021-2/+3
* Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang2023-08-211-4/+4
* mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang2023-08-211-1/+6
* lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov2023-02-161-1/+1
* mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long2023-02-021-6/+29
* mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long2023-02-021-36/+12
* mm: use stack_depot_early_init for kmemleakZhaoyang Huang2023-01-311-2/+3
* mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger2022-12-151-1/+1
* mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-151-18/+28
* mm/kmemleak.c: fix a commentYixuan Cao2022-11-301-1/+1
* mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long2022-10-281-19/+42
* mm/kmemleak: make create_object return voidLiu Shixin2022-09-111-12/+9
* mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...Waiman Long2022-06-161-1/+27
* mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lockWaiman Long2022-06-161-0/+14
* mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()Waiman Long2022-06-161-10/+8
* mm: kmemleak: check physical address when scanPatrick Wang2022-06-161-3/+14
* mm: kmemleak: add rbtree and store physical address for objects allocated wit...Patrick Wang2022-06-161-42/+91
* mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical addressPatrick Wang2022-06-161-9/+31
* mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang2022-06-161-17/+3
* mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-151-4/+4
* mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-011-2/+7
* mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-041-6/+7
* kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee2022-01-151-7/+14
* mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota2021-09-081-1/+2
* mm: in_irq() cleanupChangbin Du2021-09-081-1/+1
* kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee2021-08-131-3/+3
* mm/kmemleak: fix possible wrong memory scanning periodYanfei Xu2021-06-291-6/+12
* mm/kmemleak.c: fix a typoBhaskar Chowdhury2021-04-301-1/+1
* kfence: make compatible with kmemleakMarco Elver2021-03-251-1/+2
* mm/kmemleak: rely on rcu for task stack scanningDavidlohr Bueso2020-10-131-4/+4
* mm/kmemleak: silence KCSAN splats in checksumQian Cai2020-08-141-0/+2
* mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor2020-04-021-1/+1
* mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe2020-01-311-56/+56
* kmemleak: Do not corrupt the object_list during clean-upCatalin Marinas2019-10-141-9/+21
* mm/kmemleak.c: record the current memory pool sizeQian Cai2019-09-241-1/+2
* mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-241-239/+26
* mm: kmemleak: simple memory allocation pool for kmemleak objectsCatalin Marinas2019-09-241-2/+52
* mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas2019-09-241-6/+10
* mm: kmemleak: disable early logging in case of errorCatalin Marinas2019-08-131-1/+1