index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
/
core.c
Age
Commit message (
Expand
)
Author
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: Fix a typo in a comment
Qiujun Huang
2020-03-25
kcsan: Add current->state to implicitly atomic accesses
Marco Elver
2020-03-25
kcsan: Add option for verbose reporting
Marco Elver
2020-03-25
kcsan: Add option to allow watcher interruptions
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: Expose core configuration parameters as module params
Marco Elver
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
2020-03-21
kcsan: Fix 0-sized checks
Marco Elver
2020-03-21
kcsan: Add option to assume plain aligned writes up to word size are atomic
Marco Elver
2020-03-21
kcsan: Make KCSAN compatible with lockdep
Marco Elver
2020-03-21
kcsan: Show full access type in report
Marco Elver
2020-03-21
kcsan: Prefer __always_inline for fast-path
Marco Elver
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver