index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kcsan-checks.h
Age
Commit message (
Expand
)
Author
2021-12-09
kcsan: Turn barrier instrumentation into macros
Marco Elver
2021-12-09
kcsan: Add core memory barrier instrumentation functions
Marco Elver
2021-12-09
kcsan: Add core support for a subset of weak memory modeling
Marco Elver
2021-09-13
kcsan: Save instruction pointer for scoped accesses
Marco Elver
2021-03-08
kcsan: Add missing license and copyright headers
Marco Elver
2020-08-24
kcsan: Support compounded read-write instrumentation
Marco Elver
2020-06-26
kcsan: fix a kernel-doc warning
Mauro Carvalho Chehab
2020-05-06
kcsan: Add __kcsan_{enable,disable}_current() variants
Marco Elver
2020-04-13
kcsan: Move kcsan_{disable,enable}_current() to kcsan-checks.h
Marco Elver
2020-04-13
kcsan: Introduce scoped ASSERT_EXCLUSIVE macros
Marco Elver
2020-04-13
kcsan: Add support for scoped accesses
Marco Elver
2020-03-25
kcsan: Update API documentation in kcsan-checks.h
Marco Elver
2020-03-21
kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)
Marco Elver
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
2020-03-21
kcsan: Move interfaces that affects checks to kcsan-checks.h
Marco Elver
2020-03-21
kcsan: Introduce ASSERT_EXCLUSIVE_*() macros
Marco Elver
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver