summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.kcsan
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-251-0/+1
|\
| * kcsan: select CONFIG_CONSTRUCTORSArnd Bergmann2023-02-221-0/+1
* | lib: Kconfig: fix spellosRandy Dunlap2023-01-241-1/+1
|/
* kcsan: Fix trivial typo in Kconfig help commentsRyosuke Yasuoka2022-10-181-3/+3
* objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-2/+3
* objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-1/+2
* Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-03-231-11/+0
* kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver2021-12-091-1/+1
* kcsan: Add core support for a subset of weak memory modelingMarco Elver2021-12-091-0/+20
* kcsan: Make strict mode imply interruptible watchersMarco Elver2021-07-201-1/+2
* kcsan: Rework atomic.h into permissive.hMarco Elver2021-07-201-0/+10
* kcsan: Introduce CONFIG_KCSAN_STRICTMarco Elver2021-07-201-0/+10
* kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver2021-07-201-3/+0
* kcsan: Improve some Kconfig commentsMarco Elver2021-07-201-8/+8
* kcsan: Make test follow KUnit style recommendationsMarco Elver2021-03-081-2/+3
* kcsan: Test support for compound instrumentationMarco Elver2020-08-241-0/+5
* kcsan: Re-add GCC as a supported compilerMarco Elver2020-06-291-1/+2
* kcsan: Add test suiteMarco Elver2020-06-291-1/+22
* kcsan: Restrict supported compilersMarco Elver2020-06-111-1/+8
* ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann2020-06-111-0/+11
* Improve KCSAN documentation a bitIngo Molnar2020-04-271-7/+8
* kcsan: Add option for verbose reportingMarco Elver2020-03-251-0/+13
* kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-0/+11
* kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-211-10/+14
* kcsan: Clean up the main KCSAN Kconfig optionMarco Elver2020-03-211-5/+8
* kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver2020-03-211-3/+13
* kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver2020-03-211-7/+20
* kcsan: Rate-limit reporting per data racesMarco Elver2020-03-211-0/+10
* kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-9/+7
* kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+118