summaryrefslogtreecommitdiff
path: root/kernel/kcsan/report.c
AgeCommit message (Expand)Author
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook
2021-12-09kcsan: Show location access was reordered toMarco Elver
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver
2021-07-04Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-05-18kcsan: Report observed value changesMark Rutland
2021-05-18kcsan: Remove kcsan_report_typeMark Rutland
2021-05-18kcsan: Remove reporting indirectionMark Rutland
2021-05-18kcsan: Refactor access_info initializationMark Rutland
2021-05-18kcsan: Fold panic() call into print_report()Mark Rutland
2021-05-18kcsan: Refactor passing watchpoint/other_infoMark Rutland
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland
2021-03-08kcsan: Add missing license and copyright headersMarco Elver
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver
2020-08-24kcsan: Simplify constant string handlingMarco Elver
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver
2020-04-13kcsan: Make reporting aware of KCSAN testsMarco Elver
2020-04-13kcsan: Fix function matching in reportMarco 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: Add option for verbose reportingMarco Elver
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver
2020-03-21kcsan: Fix misreporting if concurrent races on same addressMarco Elver
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver
2020-03-21kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver
2020-03-21kcsan: Show full access type in reportMarco Elver
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver