aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/coreIngo Molnar1-0/+9
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver1-0/+23
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver1-3/+2
2020-06-29kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver1-0/+9
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver1-0/+43
2020-05-06kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver1-0/+7
2020-04-13kcsan: Add support for scoped accessesMarco Elver1-8/+75
2020-04-13kcsan: Avoid blocking producers in prepare_report()Marco Elver1-10/+21
2020-04-13kcsan: Introduce report access_info and other_infoMarco Elver1-4/+2
2020-03-25kcsan: Fix a typo in a commentQiujun Huang1-1/+1
2020-03-25kcsan: Add current->state to implicitly atomic accessesMarco Elver1-7/+15
2020-03-25kcsan: Add option for verbose reportingMarco Elver1-2/+2
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver1-24/+10
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver1-4/+39
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver1-16/+22
2020-03-21kcsan: Expose core configuration parameters as module paramsMarco Elver1-5/+19
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver1-6/+38
2020-03-21kcsan: Fix 0-sized checksMarco Elver1-0/+7
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver1-5/+17
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver1-2/+4
2020-03-21kcsan: Show full access type in reportMarco Elver1-7/+8
2020-03-21kcsan: Prefer __always_inline for fast-pathMarco Elver1-9/+9
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar1-32/+27
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+626