| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp | Naohiro Aota | 2021-09-09 | 1 | -1/+2 |
* | mm: in_irq() cleanup | Changbin Du | 2021-09-08 | 1 | -1/+1 |
* | kasan, kmemleak: reset tags when scanning block | Kuan-Ying Lee | 2021-08-14 | 1 | -3/+3 |
* | mm/kmemleak: fix possible wrong memory scanning period | Yanfei Xu | 2021-06-29 | 1 | -6/+12 |
* | mm/kmemleak.c: fix a typo | Bhaskar Chowdhury | 2021-04-30 | 1 | -1/+1 |
* | kfence: make compatible with kmemleak | Marco Elver | 2021-03-25 | 1 | -1/+2 |
* | mm/kmemleak: rely on rcu for task stack scanning | Davidlohr Bueso | 2020-10-14 | 1 | -4/+4 |
* | mm/kmemleak: silence KCSAN splats in checksum | Qian Cai | 2020-08-15 | 1 | -0/+2 |
* | mm/kmemleak.c: use address-of operator on section symbols | Nathan Chancellor | 2020-04-02 | 1 | -1/+1 |
* | mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t | He Zhe | 2020-01-31 | 1 | -56/+56 |
* | kmemleak: Do not corrupt the object_list during clean-up | Catalin Marinas | 2019-10-14 | 1 | -9/+21 |
* | mm/kmemleak.c: record the current memory pool size | Qian Cai | 2019-09-25 | 1 | -1/+2 |
* | mm: kmemleak: use the memory pool for early allocations | Catalin Marinas | 2019-09-25 | 1 | -239/+26 |
* | mm: kmemleak: simple memory allocation pool for kmemleak objects | Catalin Marinas | 2019-09-25 | 1 | -2/+52 |
* | mm: kmemleak: make the tool tolerant to struct scan_area allocation failures | Catalin Marinas | 2019-09-25 | 1 | -6/+10 |
* | mm: kmemleak: disable early logging in case of error | Catalin Marinas | 2019-08-14 | 1 | -1/+1 |
* | Revert "kmemleak: allow to coexist with fault injection" | Yang Shi | 2019-08-03 | 1 | -1/+1 |
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 1 | -6/+1 |
|\ |
|
| * | mm: kmemleak: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-03 | 1 | -6/+1 |
* | | mm/kmemleak.c: change error at _write when kmemleak is disabled | André Almeida | 2019-07-12 | 1 | -1/+1 |
* | | mm/kmemleak.c: fix check for softirq context | Dmitry Vyukov | 2019-07-12 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -14/+1 |
|/ |
|
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2019-05-06 | 1 | -21/+3 |
|\ |
|
| * | mm/kmemleak: Simplify stacktrace handling | Thomas Gleixner | 2019-04-29 | 1 | -21/+3 |
* | | mm/kmemleak.c: fix unused-function warning | Arnd Bergmann | 2019-04-19 | 1 | -0/+2 |
|/ |
|
* | kmemleak: powerpc: skip scanning holes in the .bss section | Catalin Marinas | 2019-04-06 | 1 | -5/+11 |
* | kmemleak: account for tagged pointers when calculating pointer range | Andrey Konovalov | 2019-02-21 | 1 | -3/+7 |
* | kmemleak: add config to select auto scan | Sri Krishna chowdary | 2018-12-28 | 1 | -4/+6 |
* | mm, kmemleak: little optimization while scanning | Oscar Salvador | 2018-12-28 | 1 | -3/+6 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | kmemleak: add module param to print warnings to dmesg | Vincent Whitchurch | 2018-10-27 | 1 | -7/+35 |
* | kmemleak: always register debugfs file | Vincent Whitchurch | 2018-09-05 | 1 | -4/+5 |
* | mm: kernel-doc: add missing parameter descriptions | Mike Rapoport | 2018-04-06 | 1 | -0/+10 |
* | mm/kmemleak.c: make kmemleak_boot_config() __init | Dou Liyang | 2018-04-06 | 1 | -1/+1 |
* | mm/kmemleak.c: wait for scan completion before disabling free | Vinayak Menon | 2018-03-29 | 1 | -5/+7 |
* | mm: kmemleak: remove unused hardirq.h | Yang Shi | 2018-02-01 | 1 | -1/+0 |
* | kmemleak: allow to coexist with fault injection | Dmitry Vyukov | 2018-01-13 | 1 | -1/+1 |
* | mm/kmemleak.c: make cond_resched() rate-limiting more efficient | Andrew Morton | 2017-12-15 | 1 | -1/+1 |
* | kmemleak: add scheduling point to kmemleak_scan() | Yisheng Xie | 2017-11-30 | 1 | -0/+2 |
* | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -9/+0 |
* | kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644 | Konstantin Khlebnikov | 2017-11-16 | 1 | -1/+1 |
* | mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects | Catalin Marinas | 2017-07-07 | 1 | -4/+89 |
* | mm: kmemleak: factor object reference updating out of scan_block() | Catalin Marinas | 2017-07-07 | 1 | -18/+25 |
* | mm: kmemleak: slightly reduce the size of some structures on 64-bit architect... | Catalin Marinas | 2017-07-07 | 1 | -3/+3 |
* | mm: fix section name for .data..ro_after_init | Kees Cook | 2017-04-01 | 1 | -1/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | kmemleak: fix reference to Documentation | Andreas Platschek | 2016-12-13 | 1 | -1/+1 |
* | mm: kmemleak: scan .data.ro_after_init | Jakub Kicinski | 2016-11-11 | 1 | -0/+1 |