summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
AgeCommit message (Expand)AuthorLines
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-7/+1124
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver-0/+33
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver-7/+7
2020-06-29kcsan: Disable branch tracing in core runtimeMarco Elver-1/+1
2020-06-29kcsan: Simplify compiler flagsMarco Elver-2/+2
2020-06-29kcsan: Add jiffies test to test suiteMarco Elver-0/+23
2020-06-29kcsan: Remove existing special atomic rulesMarco Elver-4/+2
2020-06-29kcsan: Rename test.c to selftest.cMarco Elver-1/+1
2020-06-29kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver-0/+9
2020-06-29kcsan: Prefer '__no_kcsan inline' in testMarco Elver-2/+2
2020-06-29kcsan: Add test suiteMarco Elver-0/+1087
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver-0/+43
2020-05-06kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver-0/+7
2020-04-27kcsan: Use GFP_ATOMIC under spin lockWei Yongjun-2/+2
2020-04-13kcsan: Make reporting aware of KCSAN testsMarco Elver-7/+23
2020-04-13kcsan: Fix function matching in reportMarco Elver-9/+9
2020-04-13kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver-1/+15
2020-04-13kcsan: Add support for scoped accessesMarco Elver-19/+97
2020-04-13kcsan: Avoid blocking producers in prepare_report()Marco Elver-122/+124
2020-04-13kcsan: Introduce report access_info and other_infoMarco Elver-78/+77
2020-03-25kcsan: Fix a typo in a commentQiujun Huang-1/+1
2020-03-25kcsan: Add current->state to implicitly atomic accessesMarco Elver-30/+40
2020-03-25kcsan: Add option for verbose reportingMarco Elver-3/+107
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver-24/+10
2020-03-21kcsan, trace: Make KCSAN compatible with tracingMarco Elver-0/+2
2020-03-21kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver-1/+14
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver-5/+56
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver-29/+54
2020-03-21kcsan: Fix misreporting if concurrent races on same addressMarco Elver-0/+38
2020-03-21kcsan: Expose core configuration parameters as module paramsMarco Elver-5/+19
2020-03-21kcsan: Add test to generate conflicts via debugfsMarco Elver-5/+46
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver-18/+77
2020-03-21kcsan: Fix 0-sized checksMarco Elver-0/+17
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver-5/+17
2020-03-21kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver-7/+20
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver-2/+15
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver-10/+100
2020-03-21kcsan: Show full access type in reportMarco Elver-23/+37
2020-03-21kcsan: Prefer __always_inline for fast-pathMarco Elver-17/+17
2020-01-07kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver-0/+1
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar-108/+99
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver-0/+1582