summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan (follow)
Commit message (Expand)AuthorAgeFilesLines
* kcsan: Introduce report access_info and other_infoMarco Elver2020-04-143-78/+77
* kcsan: Fix a typo in a commentQiujun Huang2020-03-251-1/+1
* kcsan: Add current->state to implicitly atomic accessesMarco Elver2020-03-253-30/+40
* kcsan: Add option for verbose reportingMarco Elver2020-03-253-3/+107
* kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-24/+10
* kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-211-0/+2
* kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver2020-03-211-1/+14
* kcsan: Add kcsan_set_access_mask() supportMarco Elver2020-03-213-5/+56
* kcsan: Introduce kcsan_value_change typeMarco Elver2020-03-213-29/+54
* kcsan: Fix misreporting if concurrent races on same addressMarco Elver2020-03-211-0/+38
* kcsan: Expose core configuration parameters as module paramsMarco Elver2020-03-211-5/+19
* kcsan: Add test to generate conflicts via debugfsMarco Elver2020-03-211-5/+46
* kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-214-18/+77
* kcsan: Fix 0-sized checksMarco Elver2020-03-212-0/+17
* kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver2020-03-211-5/+17
* kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver2020-03-211-7/+20
* kcsan: Make KCSAN compatible with lockdepMarco Elver2020-03-212-2/+15
* kcsan: Rate-limit reporting per data racesMarco Elver2020-03-211-10/+100
* kcsan: Show full access type in reportMarco Elver2020-03-213-23/+37
* kcsan: Prefer __always_inline for fast-pathMarco Elver2020-03-213-17/+17
* kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver2020-01-071-0/+1
* kcsan: Improve various small stylistic detailsIngo Molnar2019-11-207-108/+99
* kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-168-0/+1582