summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/cmpxchg.h
AgeCommit message (Expand)Author
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2022-11-21s390/cmpxchg: make loop condition for 1,2 byte cases preciseJanis Schoetterl-Glausch
2022-11-21s390/cmpxchg: remove digits from input constraintsHeiko Carstens
2022-11-21s390/cmpxchg: make variables local to each case labelHeiko Carstens
2022-11-21s390/cmpxchg: use symbolic names for inline assembly operandsHeiko Carstens
2021-06-28s390/cmpxchg: use register pair instead of register asmHeiko Carstens
2021-04-18s390/atomic,cmpxchg: always inline __xchg/__cmpxchgHeiko Carstens
2021-04-15s390/atomic,cmpxchg: make constraints work with old compilersHeiko Carstens
2021-04-15s390/cmpxchg: use unsigned long values instead of void pointersHeiko Carstens
2021-04-12s390/atomic,cmpxchg: switch to use atomic-instrumented.hHeiko Carstens
2021-04-12s390/cmpxchg: get rid of gcc atomic builtinsHeiko Carstens
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-10-14s390/cmpxchg: remove dead codeHeiko Carstens
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner
2015-03-25s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens
2014-11-03s390/cmpxchg: use compiler builtinsMartin Schwidefsky
2014-01-22s390/32bit: fix cmpxchg64Heiko Carstens
2012-09-26s390/cmpxchg,percpu: implement cmpxchg_double()Heiko Carstens
2012-05-30s390/cmpxchg: fix sign extension bugsHeiko Carstens
2012-05-30s390/cmpxchg: fix 1 and 2 byte memory accessesHeiko Carstens
2012-05-30s390/cmpxchg: fix compile warnings specific to s390Heiko Carstens
2012-05-30s390/cmpxchg: add missing memory barrier to cmpxchg64Heiko Carstens
2011-05-23[S390] percpu: implement arch specific irqsafe_cpu_opsHeiko Carstens
2011-03-23[S390] cmpxchg: implement cmpxchg64()Heiko Carstens
2011-03-23[S390] xchg/cmpxchg: move to own header fileHeiko Carstens