aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
AgeCommit message (Expand)Author
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov
2023-02-02mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long
2023-02-02mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang
2022-12-15mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger
2022-12-15mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang
2022-11-30mm/kmemleak.c: fix a commentYixuan Cao
2022-10-28mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long
2022-09-11mm/kmemleak: make create_object return voidLiu Shixin
2022-06-16mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...Waiman Long
2022-06-16mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lockWaiman Long
2022-06-16mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()Waiman Long
2022-06-16mm: kmemleak: check physical address when scanPatrick Wang
2022-06-16mm: kmemleak: add rbtree and store physical address for objects allocated wit...Patrick Wang
2022-06-16mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical addressPatrick Wang
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang
2022-04-15mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee
2022-02-04mm/kmemleak: avoid scanning potential huge holesLang Yu
2022-01-15kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee
2021-09-08mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota
2021-09-08mm: in_irq() cleanupChangbin Du
2021-08-13kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee
2021-06-29mm/kmemleak: fix possible wrong memory scanning periodYanfei Xu
2021-04-30mm/kmemleak.c: fix a typoBhaskar Chowdhury
2021-03-25kfence: make compatible with kmemleakMarco Elver
2020-10-13mm/kmemleak: rely on rcu for task stack scanningDavidlohr Bueso
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai
2020-04-02mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor
2020-01-31mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe
2019-10-14kmemleak: Do not corrupt the object_list during clean-upCatalin Marinas
2019-09-24mm/kmemleak.c: record the current memory pool sizeQian Cai
2019-09-24mm: kmemleak: use the memory pool for early allocationsCatalin Marinas
2019-09-24mm: kmemleak: simple memory allocation pool for kmemleak objectsCatalin Marinas
2019-09-24mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas
2019-08-13mm: kmemleak: disable early logging in case of errorCatalin Marinas
2019-08-03Revert "kmemleak: allow to coexist with fault injection"Yang Shi
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida
2019-07-12mm/kmemleak.c: fix check for softirq contextDmitry Vyukov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-06-03mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-04-29mm/kmemleak: Simplify stacktrace handlingThomas Gleixner
2019-04-19mm/kmemleak.c: fix unused-function warningArnd Bergmann
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary
2018-12-28mm, kmemleak: little optimization while scanningOscar Salvador
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport