summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kmemleak: add module param to print warnings to dmesgVincent Whitchurch2018-10-261-7/+35
* kmemleak: always register debugfs fileVincent Whitchurch2018-09-041-4/+5
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+10
* mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang2018-04-051-1/+1
* mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-03-281-5/+7
* mm: kmemleak: remove unused hardirq.hYang Shi2018-01-311-1/+0
* kmemleak: allow to coexist with fault injectionDmitry Vyukov2018-01-131-1/+1
* mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2017-12-141-1/+1
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2017-11-291-0/+2
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-9/+0
* kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov2017-11-151-1/+1
* mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas2017-07-061-4/+89
* mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas2017-07-061-18/+25
* mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas2017-07-061-3/+3
* mm: fix section name for .data..ro_after_initKees Cook2017-03-311-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* kmemleak: fix reference to DocumentationAndreas Platschek2016-12-121-1/+1
* mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-111-0/+1
* mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas2016-10-271-2/+5
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-111-0/+47
* kmemleak: don't hang if user disables scanning earlyVegard Nossum2016-07-281-1/+3
* mm: prevent KASAN false positives in kmemleakDmitry Vyukov2016-06-241-0/+2
* mm: coalesce split stringsJoe Perches2016-03-171-10/+8
* mm: convert pr_warning to pr_warnJoe Perches2016-03-171-7/+7
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-141-2/+1