summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
AgeCommit message (Expand)Author
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
2018-10-26kmemleak: add module param to print warnings to dmesgVincent Whitchurch
2018-09-04kmemleak: always register debugfs fileVincent Whitchurch
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-04-05mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang
2018-03-28mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi
2018-01-13kmemleak: allow to coexist with fault injectionDmitry Vyukov
2017-12-14mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton
2017-11-29kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas
2017-07-06mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas
2017-07-06mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas
2017-03-31mm: fix section name for .data..ro_after_initKees Cook
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas