summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "kmemleak: allow to coexist with fault injection"Yang Shi2019-08-031-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-6/+1
|\
| * mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+1
* | mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida2019-07-121-1/+1
* | mm/kmemleak.c: fix check for softirq contextDmitry Vyukov2019-07-121-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1
|/
* Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-21/+3
|\
| * mm/kmemleak: Simplify stacktrace handlingThomas Gleixner2019-04-291-21/+3
* | mm/kmemleak.c: fix unused-function warningArnd Bergmann2019-04-191-0/+2
|/
* kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas2019-04-051-5/+11
* kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov2019-02-211-3/+7
* kmemleak: add config to select auto scanSri Krishna chowdary2018-12-281-4/+6
* mm, kmemleak: little optimization while scanningOscar Salvador2018-12-281-3/+6
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1