summaryrefslogtreecommitdiff
path: root/kernel/kcsan/core.c
AgeCommit message (Expand)Author
2020-08-30kcsan: Use tracing-safe version of prandomMarco Elver
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver
2020-08-24kcsan: Show message if enabled earlyMarco Elver
2020-08-24kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver
2020-08-24kcsan: Skew delay to be longer for certain access typesMarco Elver
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver
2020-08-24kcsan: Add support for atomic builtinsMarco Elver
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver
2020-06-29kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver
2020-05-06kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver
2020-04-13kcsan: Add support for scoped accessesMarco Elver
2020-04-13kcsan: Avoid blocking producers in prepare_report()Marco Elver
2020-04-13kcsan: Introduce report access_info and other_infoMarco Elver
2020-03-25kcsan: Fix a typo in a commentQiujun Huang
2020-03-25kcsan: Add current->state to implicitly atomic accessesMarco Elver
2020-03-25kcsan: Add option for verbose reportingMarco Elver
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver
2020-03-21kcsan: Expose core configuration parameters as module paramsMarco Elver
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver
2020-03-21kcsan: Fix 0-sized checksMarco Elver
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver
2020-03-21kcsan: Show full access type in reportMarco Elver
2020-03-21kcsan: Prefer __always_inline for fast-pathMarco Elver
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver