summaryrefslogtreecommitdiff
path: root/mm/kmemleak.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee1-4/+4
2022-04-20mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2020-10-01mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2019-08-25Revert "kmemleak: allow to coexist with fault injection"Yang Shi1-1/+1
2019-07-31mm/kmemleak.c: fix check for softirq contextDmitry Vyukov1-1/+1
2019-05-08mm/kmemleak.c: fix unused-function warningArnd Bergmann1-0/+2
2019-05-08kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas1-5/+11
2018-09-05kmemleak: always register debugfs fileVincent Whitchurch1-4/+5
2018-04-06mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+10
2018-04-06mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang1-1/+1
2018-03-29mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon1-5/+7
2018-02-01mm: kmemleak: remove unused hardirq.hYang Shi1-1/+0
2018-01-13kmemleak: allow to coexist with fault injectionDmitry Vyukov1-1/+1
2017-12-15mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton1-1/+1
2017-11-30kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-9/+0
2017-11-16kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov1-1/+1
2017-07-07mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas1-4/+89
2017-07-07mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas1-18/+25
2017-07-07mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas1-3/+3
2017-04-01mm: 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-13kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+1
2016-10-28mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas1-2/+5
2016-10-12mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-0/+47
2016-07-29kmemleak: don't hang if user disables scanning earlyVegard Nossum1-1/+3
2016-06-25mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-03-18mm: coalesce split stringsJoe Perches1-10/+8
2016-03-18mm: convert pr_warning to pr_warnJoe Perches1-7/+7
2016-01-15Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov1-2/+1
2015-11-06mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov1-1/+1
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko1-15/+6
2015-09-09kmemleak: record accurate early log buffer count and report when exceededWang Kai1-1/+2
2015-06-25mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger1-4/+5
2015-06-25mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas1-34/+56
2015-06-25mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas1-4/+11
2015-06-25mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas1-2/+0
2015-06-25mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas1-13/+26
2015-06-25mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-05-15gfp: add __GFP_NOACCOUNTVladimir Davydov1-1/+2
2015-02-14kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2014-06-07mm: introduce kmemleak_update_trace()Catalin Marinas1-0/+34
2014-06-07mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-05mem-hotplug: implement get/put_online_memsVladimir Davydov1-2/+2
2014-05-11mm: postpone the disabling of kmemleak early loggingCatalin Marinas1-2/+2
2014-04-04kmemleak: change some global variables to intLi Zefan1-40/+40
2014-04-04kmemleak: remove redundant codeLi Zefan1-6/+1