alistair23-linux/scripts/atomic
Peter Zijlstra 5faafd5685 locking/atomics: Provide the arch_atomic_ interface to generic code
Architectures with instrumented (KASAN/KCSAN) atomic operations
natively provide arch_atomic_ variants that are not instrumented.

It turns out that some generic code also requires arch_atomic_ in
order to avoid instrumentation, so provide the arch_atomic_ interface
as a direct map into the regular atomic_ interface for
non-instrumented architectures.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2020-06-25 08:23:22 -07:00
..
fallbacks locking/atomics: Flip fallbacks and instrumentation 2020-06-11 08:03:24 +02:00
atomic-tbl.sh
atomics.tbl
check-atomics.sh
gen-atomic-fallback.sh locking/atomics: Provide the arch_atomic_ interface to generic code 2020-06-25 08:23:22 -07:00
gen-atomic-instrumented.sh
gen-atomic-long.sh
gen-atomics.sh locking/atomics: Flip fallbacks and instrumentation 2020-06-11 08:03:24 +02:00