aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/atomic.h
AgeCommit message (Expand)Author
2022-01-05MIPS: retire "asm/llsc.h"Huang Pei
2021-08-05MIPS: locking/atomic: Fix atomic{_64,}_sub_if_positiveRui Wang
2021-05-26locking/atomic: mips: move to ARCH_ATOMICMark Rutland
2021-01-15MIPS: Compare __SYNC_loongson3_war against 0Nathan Chancellor
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2019-10-07MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchgPaul Burton
2019-10-07MIPS: atomic: Unify 32b & 64b sub_if_positivePaul Burton
2019-10-07MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()Paul Burton
2019-10-07MIPS: atomic: Emit Loongson3 sync workarounds within asmPaul Burton
2019-10-07MIPS: atomic: Use one macro to generate 32b & 64b functionsPaul Burton
2019-10-07MIPS: atomic: Handle !kernel_uses_llsc firstPaul Burton
2019-10-07MIPS: atomic: Fix whitespace in ATOMIC_OP macrosPaul Burton
2019-10-07MIPS: Unify sc beqz definitionPaul Burton
2019-08-31mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra
2019-08-31mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra
2019-06-03locking/atomic, mips: Use s64 for atomic64Mark Rutland
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen
2018-12-31MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds
2018-08-17MIPS: Avoid move psuedo-instruction whilst using MIPS_ISA_LEVELPaul Burton
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-07-12MIPS: Cleanup R10000_LLSC_WAR logic in atomic.hJoshua Kinard
2018-07-12MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WARJoshua Kinard
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2016-06-16locking/atomic, arch/mips: Convert to _relaxed atomicsPeter Zijlstra
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-10-26MIPS: atomic: Fix comment describing atomic64_add_unless's return value.Ralf Baechle
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2015-07-27mips: Provide atomic_{or,xor,and}Peter Zijlstra
2015-02-17MIPS: asm: atomic: Update ISA constraints for MIPS R6 supportMarkos Chandras
2015-02-17MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASMMarkos Chandras
2014-11-24MIPS: atomic.h: Reformat to fit in 79 columnsMaciej W. Rozycki
2014-11-24MIPS: Fix microMIPS LL/SC immediate offsetsMaciej W. Rozycki
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar
2014-09-10locking, mips: Fix atomicsPeter Zijlstra
2014-08-14locking,arch,mips: Fold atomic_opsPeter Zijlstra
2014-04-18arch,mips: Convert smp_mb__*()Peter Zijlstra
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle
2013-11-04MIPS: Random whitespace clean-upsMaciej W. Rozycki
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2012-10-11Improve atomic.h robustnessJoshua Kinard