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
/
s390
/
include
/
asm
/
cmpxchg.h
Age
Commit message (
Expand
)
Author
2023-06-05
arch: Remove cmpxchg_double
Peter Zijlstra
2023-06-05
arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
Peter Zijlstra
2023-04-29
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2022-11-21
s390/cmpxchg: make loop condition for 1,2 byte cases precise
Janis Schoetterl-Glausch
2022-11-21
s390/cmpxchg: remove digits from input constraints
Heiko Carstens
2022-11-21
s390/cmpxchg: make variables local to each case label
Heiko Carstens
2022-11-21
s390/cmpxchg: use symbolic names for inline assembly operands
Heiko Carstens
2021-06-28
s390/cmpxchg: use register pair instead of register asm
Heiko Carstens
2021-04-18
s390/atomic,cmpxchg: always inline __xchg/__cmpxchg
Heiko Carstens
2021-04-15
s390/atomic,cmpxchg: make constraints work with old compilers
Heiko Carstens
2021-04-15
s390/cmpxchg: use unsigned long values instead of void pointers
Heiko Carstens
2021-04-12
s390/atomic,cmpxchg: switch to use atomic-instrumented.h
Heiko Carstens
2021-04-12
s390/cmpxchg: get rid of gcc atomic builtins
Heiko Carstens
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2015-10-14
s390/cmpxchg: remove dead code
Heiko Carstens
2015-05-13
arch: Remove __ARCH_HAVE_CMPXCHG
Thomas Gleixner
2015-03-25
s390/cmpxchg: simplify cmpxchg_double
Heiko Carstens
2014-11-03
s390/cmpxchg: use compiler builtins
Martin Schwidefsky
2014-01-22
s390/32bit: fix cmpxchg64
Heiko Carstens
2012-09-26
s390/cmpxchg,percpu: implement cmpxchg_double()
Heiko Carstens
2012-05-30
s390/cmpxchg: fix sign extension bugs
Heiko Carstens
2012-05-30
s390/cmpxchg: fix 1 and 2 byte memory accesses
Heiko Carstens
2012-05-30
s390/cmpxchg: fix compile warnings specific to s390
Heiko Carstens
2012-05-30
s390/cmpxchg: add missing memory barrier to cmpxchg64
Heiko Carstens
2011-05-23
[S390] percpu: implement arch specific irqsafe_cpu_ops
Heiko Carstens
2011-03-23
[S390] cmpxchg: implement cmpxchg64()
Heiko Carstens
2011-03-23
[S390] xchg/cmpxchg: move to own header file
Heiko Carstens