summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.kasan
AgeCommit message (Expand)AuthorLines
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin-5/+0
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann-1/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov-22/+31
2018-02-06kasan: rework Kconfig settingsArnd Bergmann-0/+2
2018-02-06kasan: support alloca() poisoningPaul Lawrence-1/+2
2018-02-06kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin-11/+18
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-12kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin-0/+2
2015-10-12arm64: add KASAN supportAndrey Ryabinin-1/+3
2015-04-17kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin-2/+6
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin-1/+1
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin-0/+1
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin-0/+24