summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/kcsan.h
Commit message (Expand)AuthorAgeFilesLines
* kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver2021-09-131-4/+4
* kcsan: Report observed value changesMark Rutland2021-05-181-2/+4
* kcsan: Remove kcsan_report_typeMark Rutland2021-05-181-20/+13
* kcsan: Distinguish kcsan_report() callsMark Rutland2021-05-181-4/+6
* kcsan: Add missing license and copyright headersMarco Elver2021-03-081-1/+2
* kcsan, debugfs: Move debugfs file creation out of early initMarco Elver2021-03-081-5/+0
* kcsan: Optimize debugfs stats countersMarco Elver2020-08-241-6/+6
* kcsan: Improve IRQ state trace reportingMarco Elver2020-07-311-0/+7
* kcsan: Avoid blocking producers in prepare_report()Marco Elver2020-04-131-1/+2
* kcsan: Introduce report access_info and other_infoMarco Elver2020-04-131-1/+1
* kcsan: Add option for verbose reportingMarco Elver2020-03-251-0/+3
* kcsan: Add kcsan_set_access_mask() supportMarco Elver2020-03-211-0/+5
* kcsan: Introduce kcsan_value_change typeMarco Elver2020-03-211-1/+18
* kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-211-0/+7
* kcsan: Show full access type in reportMarco Elver2020-03-211-1/+1
* kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-5/+6
* kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+108