summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cmpxchg.h
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* x86/asm: Use CC_SET()/CC_OUT() in __cmpxchg_double()Uros Bizjak2018-10-011-4/+6
* locking/atomics: Instrument xchg()Mark Rutland2018-07-251-1/+1
* locking/atomic/x86: Switch atomic.h to use atomic-instrumented.hDmitry Vyukov2018-03-121-6/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/atomic/x86: Use 's64 *' for 'old' argument of atomic64_try_cmpxchg()Dmitry Vyukov2017-06-281-1/+1
* locking/atomic: Fix atomic_try_cmpxchg() semanticsPeter Zijlstra2017-03-301-2/+3
* locking/atomic: Introduce atomic_try_cmpxchg()Peter Zijlstra2017-03-231-0/+69
* x86/cmpxchg, locking/atomics: Remove superfluous definitionsNikolay Borisov2016-09-301-44/+0
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-0/+1
* arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-2/+0
* x86: Simplify __HAVE_ARCH_CMPXCHG testsBorislav Petkov2014-07-111-2/+2
* x86 cmpxchg.h: fix wrong commentLi Zhong2013-04-251-1/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-2/+2
* x86: Use correct byte-sized register constraint in __add()H. Peter Anvin2012-04-061-1/+1
* x86: Use correct byte-sized register constraint in __xchg_op()Jeremy Fitzhardinge2012-04-061-1/+1
* x86: Properly parenthesize cmpxchg() macro argumentsJan Beulich2012-01-261-3/+3
* x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich2012-01-041-0/+23
* x86: consolidate xchg and xadd macrosJeremy Fitzhardinge2011-11-251-78/+36
* x86/cmpxchg: add a locked add() helperJeremy Fitzhardinge2011-11-251-0/+42
* x86, cmpxchg: Use __compiletime_error() to make usage messages a bit nicerJeremy Fitzhardinge2011-08-291-4/+11
* x86: Add xadd helper macroJeremy Fitzhardinge2011-08-291-0/+43
* x86, cmpxchg: Unify cmpxchg into cmpxchg.hJeremy Fitzhardinge2011-08-291-0/+155
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+5