summaryrefslogtreecommitdiff
path: root/include/asm-generic/rwonce.h
AgeCommit message (Expand)Author
2025-03-26rwonce: fix crash by removing READ_ONCE() for unaligned readJann Horn
2025-03-25rwonce: handle KCSAN like KASAN in read_word_at_a_time()Jann Horn
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon
2020-07-21asm/rwonce: Remove smp_read_barrier_depends() invocationWill Deacon
2020-07-21asm/rwonce: Allow __READ_ONCE to be overridden by the architectureWill Deacon
2020-07-21compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.hWill Deacon