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