index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
cmpxchg_64.h
Age
Commit message (
Expand
)
Author
2024-04-14
locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
Uros Bizjak
2024-04-09
locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()
Uros Bizjak
2023-06-05
locking/atomic: x86: add preprocessor symbols
Mark Rutland
2023-06-05
arch: Remove cmpxchg_double
Peter Zijlstra
2023-06-05
arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
Peter Zijlstra
2022-12-15
x86_64: Remove pointless set_64bit() usage
Peter Zijlstra
2022-05-18
locking/atomic/x86: Introduce arch_try_cmpxchg64
Uros Bizjak
2018-07-25
locking/atomics/x86: Reduce arch_cmpxchg64*() instrumentation
Mark Rutland
2018-03-12
locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h
Dmitry Vyukov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2014-07-11
x86: Simplify __HAVE_ARCH_CMPXCHG tests
Borislav Petkov
2012-01-04
x86: Fix and improve cmpxchg_double{,_local}()
Jan Beulich
2011-08-29
x86, cmpxchg: Unify cmpxchg into cmpxchg.h
Jeremy Fitzhardinge
2011-08-29
x86, cmpxchg: Move 64-bit set64_bit() to match 32-bit
Jeremy Fitzhardinge
2011-06-25
x86: Add support for cmpxchg_double
Christoph Lameter
2010-07-28
x86, asm: Clean up and simplify <asm/cmpxchg.h>
H. Peter Anvin
2010-07-27
x86, asm: Clean up and simplify set_64bit()
H. Peter Anvin
2010-07-27
x86: Add memory modify constraints to xchg() and cmpxchg()
H. Peter Anvin
2009-10-09
x86: Generate cmpxchg build failures
Peter Zijlstra
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro