summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.kcsan
AgeCommit message (Expand)AuthorLines
2025-08-28objtool: Drop noinstr hack for KCSAN_WEAK_MEMORYNathan Chancellor-6/+0
2023-02-25Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2023-02-22kcsan: select CONFIG_CONSTRUCTORSArnd Bergmann-0/+1
2023-01-24lib: Kconfig: fix spellosRandy Dunlap-1/+1
2022-10-18kcsan: Fix trivial typo in Kconfig help commentsRyosuke Yasuoka-3/+3
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-2/+3
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf-1/+2
2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver-11/+0
2021-12-09kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver-1/+1
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver-0/+20
2021-07-20kcsan: Make strict mode imply interruptible watchersMarco Elver-1/+2
2021-07-20kcsan: Rework atomic.h into permissive.hMarco Elver-0/+10
2021-07-20kcsan: Introduce CONFIG_KCSAN_STRICTMarco Elver-0/+10
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver-3/+0
2021-07-20kcsan: Improve some Kconfig commentsMarco Elver-8/+8
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver-2/+3
2020-08-24kcsan: Test support for compound instrumentationMarco Elver-0/+5
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver-1/+2
2020-06-29kcsan: Add test suiteMarco Elver-1/+22
2020-06-11kcsan: Restrict supported compilersMarco Elver-1/+8
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann-0/+11
2020-04-27Improve KCSAN documentation a bitIngo Molnar-7/+8
2020-03-25kcsan: Add option for verbose reportingMarco Elver-0/+13
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver-0/+11
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver-10/+14
2020-03-21kcsan: Clean up the main KCSAN Kconfig optionMarco Elver-5/+8
2020-03-21kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver-3/+13
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver-7/+20
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver-0/+10
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar-9/+7
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver-0/+118