aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.kcsan
AgeCommit message (Expand)Author
2021-12-09kcsan: Ignore GCC 11+ warnings about TSan runtime supportMarco Elver
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-09-25kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver
2020-06-11kcsan: Pass option tsan-instrument-read-before-write to ClangMarco Elver
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver
2020-06-11kcsan: Avoid inserting __tsan_func_entry/exit if possibleMarco Elver
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver