index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
/
report.c
Age
Commit message (
Expand
)
Author
2021-09-13
kcsan: Support reporting scoped read-write access type
Marco Elver
2021-09-13
kcsan: Start stack trace with explicit location if provided
Marco Elver
2021-09-13
kcsan: Add ability to pass instruction pointer of access to reporting
Marco Elver
2021-07-04
Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-05-18
kcsan: Report observed value changes
Mark Rutland
2021-05-18
kcsan: Remove kcsan_report_type
Mark Rutland
2021-05-18
kcsan: Remove reporting indirection
Mark Rutland
2021-05-18
kcsan: Refactor access_info initialization
Mark Rutland
2021-05-18
kcsan: Fold panic() call into print_report()
Mark Rutland
2021-05-18
kcsan: Refactor passing watchpoint/other_info
Mark Rutland
2021-05-18
kcsan: Distinguish kcsan_report() calls
Mark Rutland
2021-03-08
kcsan: Add missing license and copyright headers
Marco Elver
2020-08-24
kcsan: Optimize debugfs stats counters
Marco Elver
2020-08-24
kcsan: Simplify constant string handling
Marco Elver
2020-08-24
kcsan: Support compounded read-write instrumentation
Marco Elver
2020-07-31
kcsan: Improve IRQ state trace reporting
Marco Elver
2020-07-10
kcsan: Make KCSAN compatible with new IRQ state tracking
Marco Elver
2020-04-13
kcsan: Make reporting aware of KCSAN tests
Marco Elver
2020-04-13
kcsan: Fix function matching in report
Marco Elver
2020-04-13
kcsan: Add support for scoped accesses
Marco Elver
2020-04-13
kcsan: Avoid blocking producers in prepare_report()
Marco Elver
2020-04-13
kcsan: Introduce report access_info and other_info
Marco Elver
2020-03-25
kcsan: Add option for verbose reporting
Marco Elver
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
2020-03-21
kcsan: Introduce kcsan_value_change type
Marco Elver
2020-03-21
kcsan: Fix misreporting if concurrent races on same address
Marco Elver
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
2020-03-21
kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
Marco Elver
2020-03-21
kcsan: Make KCSAN compatible with lockdep
Marco Elver
2020-03-21
kcsan: Rate-limit reporting per data races
Marco Elver
2020-03-21
kcsan: Show full access type in report
Marco Elver
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver