aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver1-1/+1
2020-08-24kcsan: Simplify constant string handlingMarco Elver1-2/+2
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver1-0/+4
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver1-0/+3
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver1-4/+5
2020-04-13kcsan: Make reporting aware of KCSAN testsMarco Elver1-7/+23
2020-04-13kcsan: Fix function matching in reportMarco Elver1-9/+9
2020-04-13kcsan: Add support for scoped accessesMarco Elver1-11/+22
2020-04-13kcsan: Avoid blocking producers in prepare_report()Marco Elver1-111/+101
2020-04-13kcsan: Introduce report access_info and other_infoMarco Elver1-73/+74
2020-03-25kcsan: Add option for verbose reportingMarco Elver1-1/+102
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver1-1/+12
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver1-12/+14
2020-03-21kcsan: Fix misreporting if concurrent races on same addressMarco Elver1-0/+38
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver1-12/+31
2020-03-21kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver1-7/+20
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver1-0/+11
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver1-10/+100
2020-03-21kcsan: Show full access type in reportMarco Elver1-15/+28
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar1-22/+20
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+320