summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/atomic.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-11/+0
* MIPS: retire "asm/llsc.h"Huang Pei2022-01-051-6/+5
* MIPS: locking/atomic: Fix atomic{_64,}_sub_if_positiveRui Wang2021-08-051-1/+1
* locking/atomic: mips: move to ARCH_ATOMICMark Rutland2021-05-261-26/+29
* MIPS: Compare __SYNC_loongson3_war against 0Nathan Chancellor2021-01-151-1/+1
* locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-1/+0
* MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchgPaul Burton2019-10-071-43/+27
* MIPS: atomic: Unify 32b & 64b sub_if_positivePaul Burton2019-10-071-106/+58
* MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()Paul Burton2019-10-071-2/+2
* MIPS: atomic: Emit Loongson3 sync workarounds within asmPaul Burton2019-10-071-6/+14
* MIPS: atomic: Use one macro to generate 32b & 64b functionsPaul Burton2019-10-071-151/+45
* MIPS: atomic: Handle !kernel_uses_llsc firstPaul Burton2019-10-071-50/+49
* MIPS: atomic: Fix whitespace in ATOMIC_OP macrosPaul Burton2019-10-071-92/+92
* MIPS: Unify sc beqz definitionPaul Burton2019-10-071-19/+9
* mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2019-08-311-7/+7
* mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra2019-08-311-2/+3
* locking/atomic, mips: Use s64 for atomic64Mark Rutland2019-06-031-11/+11
* MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen2019-02-041-0/+6
* MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen2018-12-311-1/+1
* MIPS: Avoid using .set mips0 to restore ISAPaul Burton2018-11-091-9/+18
* Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-231-1/+3
|\
| * MIPS: Avoid move psuedo-instruction whilst using MIPS_ISA_LEVELPaul Burton2018-08-181-1/+3
* | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-141-159/+36
|\|
| * MIPS: Cleanup R10000_LLSC_WAR logic in atomic.hJoshua Kinard2018-07-121-147/+32
| * MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WARJoshua Kinard2018-07-121-20/+12
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-38/+0
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-84/+0
* | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
* | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
|/
* locking/atomic, arch/mips: Convert to _relaxed atomicsPeter Zijlstra2016-06-161-20/+22
* locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
* locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-9/+129
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-151-1/+1
|\
| * MIPS: atomic: Fix comment describing atomic64_add_unless's return value.Ralf Baechle2015-10-261-1/+1
* | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-4/+4
|/
* atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
* mips: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+9
* MIPS: asm: atomic: Update ISA constraints for MIPS R6 supportMarkos Chandras2015-02-171-6/+6
* MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASMMarkos Chandras2015-02-171-15/+15
* MIPS: atomic.h: Reformat to fit in 79 columnsMaciej W. Rozycki2014-11-241-180/+181
* MIPS: Fix microMIPS LL/SC immediate offsetsMaciej W. Rozycki2014-11-241-15/+24
* locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-2/+2
* locking, mips: Fix atomicsPeter Zijlstra2014-09-101-3/+3
* locking,arch,mips: Fold atomic_opsPeter Zijlstra2014-08-141-370/+187
* arch,mips: Convert smp_mb__*()Peter Zijlstra2014-04-181-9/+0
* MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle2014-03-311-20/+20
* MIPS: Random whitespace clean-upsMaciej W. Rozycki2013-11-041-1/+1
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2