summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-01-31mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe1-56/+56
2019-10-14kmemleak: Do not corrupt the object_list during clean-upCatalin Marinas1-9/+21
2019-09-24mm/kmemleak.c: record the current memory pool sizeQian Cai1-1/+2
2019-09-24mm: kmemleak: use the memory pool for early allocationsCatalin Marinas1-239/+26
2019-09-24mm: kmemleak: simple memory allocation pool for kmemleak objectsCatalin Marinas1-2/+52
2019-09-24mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas1-6/+10
2019-08-13mm: kmemleak: disable early logging in case of errorCatalin Marinas1-1/+1
2019-08-03Revert "kmemleak: allow to coexist with fault injection"Yang Shi1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+1
2019-07-12mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida1-1/+1
2019-07-12mm/kmemleak.c: fix check for softirq contextDmitry Vyukov1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-06-03mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-21/+3
2019-04-29mm/kmemleak: Simplify stacktrace handlingThomas Gleixner1-21/+3
2019-04-19mm/kmemleak.c: fix unused-function warningArnd Bergmann1-0/+2
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas1-5/+11
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov1-3/+7
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary1-4/+6
2018-12-28mm, kmemleak: little optimization while scanningOscar Salvador1-3/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-26kmemleak: add module param to print warnings to dmesgVincent Whitchurch1-7/+35
2018-09-04kmemleak: always register debugfs fileVincent Whitchurch1-4/+5
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+10
2018-04-05mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang1-1/+1
2018-03-28mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon1-5/+7
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi1-1/+0
2018-01-13kmemleak: allow to coexist with fault injectionDmitry Vyukov1-1/+1
2017-12-14mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton1-1/+1
2017-11-29kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-9/+0
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov1-1/+1
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas1-4/+89
2017-07-06mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas1-18/+25
2017-07-06mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas1-3/+3
2017-03-31mm: fix section name for .data..ro_after_initKees Cook1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+1
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas1-2/+5
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-0/+47
2016-07-28kmemleak: don't hang if user disables scanning earlyVegard Nossum1-1/+3
2016-06-24mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-03-17mm: coalesce split stringsJoe Perches1-10/+8
2016-03-17mm: convert pr_warning to pr_warnJoe Perches1-7/+7
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov1-2/+1
2015-11-05mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov1-1/+1