summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAgeFilesLines
* mm: kmemleak: disable early logging in case of errorCatalin Marinas2019-08-141-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/+1Star
|\
| * mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+1Star
* | 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/+1Star
|/
* Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-21/+3Star
|\
| * mm/kmemleak: Simplify stacktrace handlingThomas Gleixner2019-04-291-21/+3Star
* | mm/kmemleak.c: fix unused-function warningArnd Bergmann2019-04-191-0/+2
|/
* kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas2019-04-061-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-271-7/+35
* kmemleak: always register debugfs fileVincent Whitchurch2018-09-051-4/+5
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-061-0/+10
* mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang2018-04-061-1/+1
* mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-03-291-5/+7
* mm: kmemleak: remove unused hardirq.hYang Shi2018-02-011-1/+0Star
* kmemleak: allow to coexist with fault injectionDmitry Vyukov2018-01-131-1/+1
* mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2017-12-151-1/+1
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2017-11-301-0/+2
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-9/+0Star
* kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov2017-11-161-1/+1
* mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas2017-07-071-4/+89
* mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas2017-07-071-18/+25
* mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas2017-07-071-3/+3
* mm: fix section name for .data..ro_after_initKees Cook2017-04-011-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-131-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-281-2/+5
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-121-0/+47
* kmemleak: don't hang if user disables scanning earlyVegard Nossum2016-07-291-1/+3
* mm: prevent KASAN false positives in kmemleakDmitry Vyukov2016-06-251-0/+2
* mm: coalesce split stringsJoe Perches2016-03-171-10/+8Star
* mm: convert pr_warning to pr_warnJoe Perches2016-03-171-7/+7
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-151-2/+1Star
* mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov2015-11-061-1/+1
* kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-15/+6Star
* kmemleak: record accurate early log buffer count and report when exceededWang Kai2015-09-091-1/+2
* mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-06-251-4/+5
* mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas2015-06-251-34/+56
* mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas2015-06-251-4/+11
* mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas2015-06-251-2/+0Star
* mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas2015-06-251-13/+26