aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/kcsan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver1-4/+4
2021-05-18kcsan: Report observed value changesMark Rutland1-2/+4
2021-05-18kcsan: Remove kcsan_report_typeMark Rutland1-20/+13
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland1-4/+6
2021-03-08kcsan: Add missing license and copyright headersMarco Elver1-1/+2
2021-03-08kcsan, debugfs: Move debugfs file creation out of early initMarco Elver1-5/+0
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver1-6/+6
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver1-0/+7
2020-04-13kcsan: Avoid blocking producers in prepare_report()Marco Elver1-1/+2
2020-04-13kcsan: Introduce report access_info and other_infoMarco Elver1-1/+1
2020-03-25kcsan: Add option for verbose reportingMarco Elver1-0/+3
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver1-0/+5
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver1-1/+18
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver1-0/+7
2020-03-21kcsan: Show full access type in reportMarco Elver1-1/+1
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar1-5/+6
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+108