index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
/
asm
/
cmpxchg.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: Remove cmpxchg_double
Peter Zijlstra
2023-06-05
1
-34
/
+0
*
arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
Peter Zijlstra
2023-06-05
1
-0
/
+14
*
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2023-04-29
1
-4
/
+4
*
s390/cmpxchg: make loop condition for 1,2 byte cases precise
Janis Schoetterl-Glausch
2022-11-21
1
-26
/
+34
*
s390/cmpxchg: remove digits from input constraints
Heiko Carstens
2022-11-21
1
-8
/
+6
*
s390/cmpxchg: make variables local to each case label
Heiko Carstens
2022-11-21
1
-8
/
+17
*
s390/cmpxchg: use symbolic names for inline assembly operands
Heiko Carstens
2022-11-21
1
-34
/
+42
*
s390/cmpxchg: use register pair instead of register asm
Heiko Carstens
2021-06-28
1
-20
/
+24
*
s390/atomic,cmpxchg: always inline __xchg/__cmpxchg
Heiko Carstens
2021-04-18
1
-3
/
+5
*
s390/atomic,cmpxchg: make constraints work with old compilers
Heiko Carstens
2021-04-15
1
-2
/
+2
*
s390/cmpxchg: use unsigned long values instead of void pointers
Heiko Carstens
2021-04-15
1
-26
/
+23
*
s390/atomic,cmpxchg: switch to use atomic-instrumented.h
Heiko Carstens
2021-04-12
1
-6
/
+6
*
s390/cmpxchg: get rid of gcc atomic builtins
Heiko Carstens
2021-04-12
1
-15
/
+150
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
s390/cmpxchg: remove dead code
Heiko Carstens
2015-10-14
1
-27
/
+3
*
arch: Remove __ARCH_HAVE_CMPXCHG
Thomas Gleixner
2015-05-13
1
-2
/
+0
*
s390/cmpxchg: simplify cmpxchg_double
Heiko Carstens
2015-03-25
1
-6
/
+1
*
s390/cmpxchg: use compiler builtins
Martin Schwidefsky
2014-11-03
1
-224
/
+16
*
s390/32bit: fix cmpxchg64
Heiko Carstens
2014-01-22
1
-2
/
+3
*
s390/cmpxchg,percpu: implement cmpxchg_double()
Heiko Carstens
2012-09-26
1
-0
/
+61
*
s390/cmpxchg: fix sign extension bugs
Heiko Carstens
2012-05-30
1
-6
/
+8
*
s390/cmpxchg: fix 1 and 2 byte memory accesses
Heiko Carstens
2012-05-30
1
-4
/
+4
*
s390/cmpxchg: fix compile warnings specific to s390
Heiko Carstens
2012-05-30
1
-9
/
+25
*
s390/cmpxchg: add missing memory barrier to cmpxchg64
Heiko Carstens
2012-05-30
1
-1
/
+1
*
[S390] percpu: implement arch specific irqsafe_cpu_ops
Heiko Carstens
2011-05-23
1
-1
/
+0
*
[S390] cmpxchg: implement cmpxchg64()
Heiko Carstens
2011-03-23
1
-9
/
+29
*
[S390] xchg/cmpxchg: move to own header file
Heiko Carstens
2011-03-23
1
-0
/
+205