index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
barrier.h
Age
Commit message (
Expand
)
Author
2021-05-12
x86/asm: Simplify __smp_mb() definition
Borislav Petkov
2021-02-04
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
2019-07-22
x86: Remove X86_FEATURE_MFENCE_RDTSC
Josh Poimboeuf
2019-06-17
x86/atomic: Fix smp_mb__{before,after}_atomic()
Peter Zijlstra
2018-06-21
x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()
Dan Williams
2018-03-20
x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk
Christoph Hellwig
2018-02-15
x86/speculation: Fix up array_index_nospec_mask() asm constraint
Dan Williams
2018-01-30
x86: Introduce barrier_nospec
Dan Williams
2018-01-30
x86: Implement array_index_mask_nospec
Dan Williams
2017-11-10
locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE
Michael S. Tsirkin
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-01-29
locking/x86: Tweak the comment about use of wmb() for IO
Michael S. Tsirkin
2016-01-29
locking/x86: Drop a comment left over from X86_OOSTORE
Michael S. Tsirkin
2016-01-29
locking/x86: Add cc clobber for ADDL
Michael S. Tsirkin
2016-01-12
x86: define __smp_xxx
Michael S. Tsirkin
2016-01-12
x86: reuse asm-generic/barrier.h
Michael S. Tsirkin
2015-08-03
Merge branch 'x86/asm' into locking/core
Ingo Molnar
2015-08-03
locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...
Andrey Konovalov
2015-07-06
x86/asm/tsc: Remove rdtsc_barrier()
Andy Lutomirski
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-19
locking/arch: Add WRITE_ONCE() to set_mb()
Peter Zijlstra
2015-02-23
x86/asm: Use alternative_2() in rdtsc_barrier()
Borislav Petkov
2014-12-11
arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
Alexander Duyck
2014-12-11
arch: Cleanup read_barrier_depends() and comments
Alexander Duyck
2014-06-18
x86, locking: Use no more OOSTORE nonsense
Peter Zijlstra
2014-04-18
arch,x86: Convert smp_mb__*()
Peter Zijlstra
2014-03-11
x86: Remove CONFIG_X86_OOSTORE
Dave Jones
2014-01-12
arch: Introduce smp_load_acquire(), smp_store_release()
Peter Zijlstra
2012-03-28
Disintegrate asm/system.h for X86
David Howells