aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/kasan/kasan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-03kasan: improve double-free report formatAndrey Konovalov1-1/+1
2017-03-31kasan: report only the first error by defaultMark Rutland1-5/+0
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov1-0/+1
2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov1-0/+3
2016-08-02kasan: improve double-free reportsAndrey Ryabinin1-0/+2
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin1-10/+2
2016-08-02mm/kasan: get rid of ->alloc_size in struct kasan_alloc_metaAndrey Ryabinin1-2/+1
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-2/+1
2016-05-26mm: kasan: remove unused 'reserved' field from struct kasan_alloc_metaAndrey Ryabinin1-1/+0
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko1-2/+19
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko1-4/+7
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-0/+34
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov1-3/+0
2015-11-05mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V1-1/+1
2015-06-25kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long1-1/+0
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+25
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-0/+9
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-0/+5
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+2
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+34