aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-04Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-81/+88
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-18kcsan: Report observed value changesMark Rutland1-5/+26
2021-05-18kcsan: Remove kcsan_report_typeMark Rutland1-22/+7
2021-05-18kcsan: Remove reporting indirectionMark Rutland1-66/+49
2021-05-18kcsan: Refactor access_info initializationMark Rutland1-17/+25
2021-05-18kcsan: Fold panic() call into print_report()Mark Rutland1-13/+8
2021-05-18kcsan: Refactor passing watchpoint/other_infoMark Rutland1-9/+4
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland1-3/+23
2021-03-08kcsan: Add missing license and copyright headersMarco Elver1-0/+5
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