VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
55 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
rt-linux-release
/
scripts
/
Makefile.kasan
Date
Commit Message
Rev
Author
2021-09-24
kasan: always respect CONFIG_KASAN_STACK
19532869
Nathan Chancellor
2021-05-26
kasan: arm64: support specialized outlined tag mismatch checks
1cbdf60b
Peter Collingbourne
2021-04-16
kasan: remove redundant config option
02c58773
Walter Wu
2021-04-16
kasan: fix hwasan build for gcc
5c595ac4
Arnd Bergmann
2020-09-25
kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles
bb273211
Masahiro Yamada
2020-09-25
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
9909b768
Masahiro Yamada
2020-08-07
kasan: allow enabling stack tagging for tag-based mode
cae9dc35
Andrey Konovalov
2019-08-15
kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINE
34b5560d
Mark Rutland
2019-03-05
kasan: remove use after scope bugs detection.
7771bdbb
Andrey Ryabinin
2019-03-01
kasan: turn off asan-stack for clang-8 and earlier
6baec880
Arnd Bergmann
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
2bd926b4
Andrey Konovalov
2018-02-06
kasan: rework Kconfig settings
e7c52b84
Arnd Bergmann
2018-02-06
kasan: support alloca() poisoning
342061ee
Paul Lawrence
2018-02-06
kasan/Makefile: support LLVM style asan parameters
1a69e7ce
Andrey Ryabinin
2018-02-06
kasan: don't emit builtin calls when sanitization is off
0e410e15
Andrey Konovalov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
b2441318
Greg Kroah-Hartman
2016-12-12
kasan: turn on -fsanitize-address-use-after-scope
c5caf21a
Andrey Ryabinin
2015-10-12
arm64: add KASAN support
39d114dd
Andrey Ryabinin
2015-04-17
kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=y
6e54abac
Andrey Ryabinin
2015-02-13
kasan: enable instrumentation of global variables
bebf56a1
Andrey Ryabinin
2015-02-13
kasan: enable stack instrumentation
c420f167
Andrey Ryabinin
2015-02-13
kasan: add kernel address sanitizer infrastructure
0b24becc
Andrey Ryabinin