aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/rwonce.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-26rwonce: fix crash by removing READ_ONCE() for unaligned readJann Horn1-1/+6
2025-03-25rwonce: handle KCSAN like KASAN in read_word_at_a_time()Jann Horn1-2/+5
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon1-2/+0
2020-07-21asm/rwonce: Remove smp_read_barrier_depends() invocationWill Deacon1-15/+4
2020-07-21asm/rwonce: Allow __READ_ONCE to be overridden by the architectureWill Deacon1-0/+2
2020-07-21compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.hWill Deacon1-0/+101