Age | Commit message (Expand) | Author | Files | Lines |
2022-06-23 | asm-generic: Add memory barrier dma_mb() | Kefeng Wang | 1 | -0/+8 |
2022-01-22 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2022-01-20 | asm-generic: Add missing brackets for io_stop_wc macro | Xiongfeng Wang | 1 | -1/+1 |
2022-01-11 | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -14/+40 |
2021-12-22 | asm-generic: introduce io_stop_wc() and add implementation for ARM64 | Xiongfeng Wang | 1 | -0/+11 |
2021-12-10 | locking/barriers, kcsan: Support generic instrumentation | Marco Elver | 1 | -0/+25 |
2021-12-10 | locking/barriers, kcsan: Add instrumentation for barriers | Marco Elver | 1 | -14/+15 |
2020-11-14 | compiler.h: fix barrier_data() on clang | Arvind Sankar | 1 | -0/+1 |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+10 |
2020-07-21 | locking/barriers: Remove definitions for [smp_]read_barrier_depends() | Will Deacon | 1 | -17/+0 |
2020-07-21 | compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h | Will Deacon | 1 | -1/+1 |
2020-07-16 | libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier | Aneesh Kumar K.V | 1 | -0/+10 |
2020-04-16 | locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros | Will Deacon | 1 | -8/+8 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
2018-04-27 | locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela... | Will Deacon | 1 | -6/+21 |
2018-03-10 | mn10300: Remove the architecture | David Howells | 1 | -1/+1 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -1/+1 |
2016-06-14 | locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.h | Peter Zijlstra | 1 | -0/+39 |
2016-01-12 | asm-generic: implement virt_xxx memory barriers | Michael S. Tsirkin | 1 | -0/+11 |
2016-01-12 | asm-generic: add __smp_xxx wrappers | Michael S. Tsirkin | 1 | -9/+82 |
2016-01-12 | asm-generic: guard smp_store_release/load_acquire | Michael S. Tsirkin | 1 | -0/+4 |
2016-01-12 | lcoking/barriers, arch: Use smp barriers in smp_store_release() | Davidlohr Bueso | 1 | -1/+1 |
2015-08-03 | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 1 | -2/+2 |
2015-07-01 | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 1 | -1/+27 |
2015-06-25 | arch: conditionally define smp_{mb,rmb,wmb} | Vineet Gupta | 1 | -0/+25 |
2015-05-19 | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 1 | -2/+2 |
2015-05-19 | locking/arch: Add WRITE_ONCE() to set_mb() | Peter Zijlstra | 1 | -1/+1 |
2014-12-12 | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 1 | -0/+8 |
2014-04-18 | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra | 1 | -0/+8 |
2014-01-12 | arch: Introduce smp_load_acquire(), smp_store_release() | Peter Zijlstra | 1 | -0/+15 |
2014-01-12 | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 1 | -13/+29 |
2012-03-28 | Create asm-generic/barrier.h | David Howells | 1 | -0/+50 |