aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kasan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-31kasan: report only the first error by defaultMark Rutland1-0/+3
2017-03-16kasan: add a prototype of task_struct to avoid warningMasami Hiramatsu1-0/+1
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-0/+1
2017-03-03kasan, sched/headers: Remove <linux/sched.h> from <linux/kasan.h>Ingo Molnar1-1/+0
2017-03-02kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar1-8/+2
2017-02-24kasan: drain quarantine of memcg slab objectsGreg Thelen1-2/+2
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov1-0/+2
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin1-0/+3
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-0/+2
2016-06-24mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin1-4/+7
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko1-2/+11
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-8/+11
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-0/+12
2016-03-09kasan: add functions to clear stack poisonMark Rutland1-1/+5
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin1-0/+9
2015-08-22x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin1-1/+0
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin1-0/+2
2015-03-12kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>Andrey Ryabinin1-4/+0
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin1-2/+3
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+10
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-0/+27
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+6
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+46