summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
AgeCommit message (Expand)AuthorFilesLines
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver3-29/+54
2020-03-21kcsan: Fix misreporting if concurrent races on same addressMarco Elver1-0/+38
2020-03-21kcsan: Expose core configuration parameters as module paramsMarco Elver1-5/+19
2020-03-21kcsan: Add test to generate conflicts via debugfsMarco Elver1-5/+46
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver4-18/+77
2020-03-21kcsan: Fix 0-sized checksMarco Elver2-0/+17
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver1-5/+17
2020-03-21kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver1-7/+20
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver2-2/+15
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver1-10/+100
2020-03-21kcsan: Show full access type in reportMarco Elver3-23/+37
2020-03-21kcsan: Prefer __always_inline for fast-pathMarco Elver3-17/+17
2020-01-07kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver1-0/+1
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar7-108/+99
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver8-0/+1582