index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
cmpxchg.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-29
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
1
-2
/
+2
2022-01-05
MIPS: retire "asm/llsc.h"
Huang Pei
1
-5
/
+4
2021-10-24
MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
Maciej W. Rozycki
1
-1
/
+4
2021-05-26
locking/atomic: mips: move to ARCH_ATOMIC
Mark Rutland
1
-11
/
+11
2021-05-26
locking/atomic: cmpxchg: make `generic` a prefix
Mark Rutland
1
-1
/
+1
2021-01-15
MIPS: Compare __SYNC_loongson3_war against 0
Nathan Chancellor
1
-3
/
+3
2019-11-02
Merge tag 'mips_fixes_5.4_3' into mips-next
Paul Burton
1
-4
/
+5
2019-10-09
MIPS: include: Mark __xchg as __always_inline
Thomas Bogendoerfer
1
-2
/
+2
2019-10-07
MIPS: cmpxchg: Omit redundant barriers for Loongson3
Paul Burton
1
-3
/
+23
2019-10-07
MIPS: cmpxchg: Emit Loongson3 sync workarounds within asm
Paul Burton
1
-7
/
+6
2019-10-07
MIPS: Unify sc beqz definition
Paul Burton
1
-16
/
+4
2019-10-07
MIPS: include: Mark __cmpxchg as __always_inline
Thomas Bogendoerfer
1
-2
/
+3
2019-08-31
mips/atomic: Fix smp_mb__{before,after}_atomic()
Peter Zijlstra
1
-3
/
+3
2019-08-31
mips/atomic: Fix loongson_llsc_mb() wreckage
Peter Zijlstra
1
-0
/
+5
2019-08-31
mips/atomic: Fix cmpxchg64 barriers
Peter Zijlstra
1
-2
/
+5
2019-02-07
MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()
Paul Burton
1
-6
/
+98
2018-11-09
MIPS: Avoid using .set mips0 to restore ISA
Paul Burton
1
-2
/
+4
2017-11-15
Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
Linus Torvalds
1
-0
/
+2
2017-11-13
MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
Ben Hutchings
1
-0
/
+2
2017-10-09
MIPS: Fix cmpxchg on 32b signed ints for 64b kernel with !kernel_uses_llsc
Paul Burton
1
-2
/
+4
2017-06-29
MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()
Paul Burton
1
-2
/
+3
2017-06-29
MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()
Paul Burton
1
-0
/
+7
2017-06-29
MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()
Paul Burton
1
-2
/
+7
2017-06-29
MIPS: cmpxchg: Implement __cmpxchg() as a function
Paul Burton
1
-27
/
+32
2017-06-29
MIPS: cmpxchg: Drop __xchg_u{32,64} functions
Paul Burton
1
-31
/
+17
2017-06-29
MIPS: cmpxchg: Error out on unsupported xchg() calls
Paul Burton
1
-15
/
+17
2017-06-29
MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointers
Paul Burton
1
-3
/
+10
2017-06-29
MIPS: cmpxchg: Pull xchg() asm into a macro
Paul Burton
1
-48
/
+33
2017-06-29
MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR cases
Paul Burton
1
-58
/
+22
2015-05-13
arch: Remove __ARCH_HAVE_CMPXCHG
Thomas Gleixner
1
-2
/
+0
2015-04-01
MIPS: Fall back to generic implementation of cmpxchg64 on 32-bit platforms
Deng-Cheng Zhu
1
-5
/
+6
2015-02-17
MIPS: asm: cmpxchg: Update ISA constraints for MIPS R6 support
Markos Chandras
1
-5
/
+5
2015-02-17
MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASM
Markos Chandras
1
-12
/
+12
2014-11-24
MIPS: Fix microMIPS LL/SC immediate offsets
Maciej W. Rozycki
1
-12
/
+15
2014-03-31
MIPS: Fix gigaton of warning building with microMIPS.
Ralf Baechle
1
-10
/
+10
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-3
/
+3
2012-07-19
MIPS: cmpxchg.h: Add missing include
Aaro Koskinen
1
-0
/
+1
2012-03-28
Disintegrate asm/system.h for MIPS
David Howells
1
-0
/
+124
2010-10-29
MIPS: Get rid of branches to .subsections.
Ralf Baechle
1
-5
/
+2
2010-04-30
MIPS: cmpxchg.h: Fix excessive indentation.
Ralf Baechle
1
-1
/
+1
2010-02-27
MIPS: New macro smp_mb__before_llsc.
David Daney
1
-5
/
+5
2009-09-17
MIPS: Allow kernel use of LL/SC to be separate from the presence of LL/SC.
David Daney
1
-2
/
+2
2008-10-11
MIPS: Move headfiles to new location below arch/mips/include
Ralf Baechle
1
-0
/
+124