aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
Commit message (Expand)AuthorAge
* kmemleak: Do not corrupt the object_list during clean-upCatalin Marinas2019-10-14
* mm/kmemleak.c: record the current memory pool sizeQian Cai2019-09-24
* mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-24
* mm: kmemleak: simple memory allocation pool for kmemleak objectsCatalin Marinas2019-09-24
* mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas2019-09-24
* mm: kmemleak: disable early logging in case of errorCatalin Marinas2019-08-13
* Revert "kmemleak: allow to coexist with fault injection"Yang Shi2019-08-03
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12
|\
| * mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-03
* | mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida2019-07-12
* | mm/kmemleak.c: fix check for softirq contextDmitry Vyukov2019-07-12
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-05
|/
* Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-06
|\
| * mm/kmemleak: Simplify stacktrace handlingThomas Gleixner2019-04-29
* | mm/kmemleak.c: fix unused-function warningArnd Bergmann2019-04-19
|/
* kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas2019-04-05
* kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov2019-02-21
* kmemleak: add config to select auto scanSri Krishna chowdary2018-12-28
* mm, kmemleak: little optimization while scanningOscar Salvador2018-12-28
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* kmemleak: add module param to print warnings to dmesgVincent Whitchurch2018-10-26
* kmemleak: always register debugfs fileVincent Whitchurch2018-09-04
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-06
* mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang2018-04-06
* mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-03-28
* mm: kmemleak: remove unused hardirq.hYang Shi2018-01-31
* kmemleak: allow to coexist with fault injectionDmitry Vyukov2018-01-13
* mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2017-12-14
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2017-11-29
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-15
* kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov2017-11-15
* mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas2017-07-06
* mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas2017-07-06
* mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas2017-07-06
* mm: fix section name for .data..ro_after_initKees Cook2017-03-31
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* kmemleak: fix reference to DocumentationAndreas Platschek2016-12-12
* mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-11
* mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas2016-10-27
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-11
* kmemleak: don't hang if user disables scanning earlyVegard Nossum2016-07-28
* mm: prevent KASAN false positives in kmemleakDmitry Vyukov2016-06-24
* mm: coalesce split stringsJoe Perches2016-03-17
* mm: convert pr_warning to pr_warnJoe Perches2016-03-17
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-14
* mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov2015-11-05
* kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-10
* kmemleak: record accurate early log buffer count and report when exceededWang Kai2015-09-08