aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-31MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton1-9/+18
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+3
2018-08-17MIPS: Avoid move psuedo-instruction whilst using MIPS_ISA_LEVELPaul Burton1-1/+3
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-159/+36
2018-07-12MIPS: Cleanup R10000_LLSC_WAR logic in atomic.hJoshua Kinard1-147/+32
2018-07-12MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WARJoshua Kinard1-20/+12
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-38/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-84/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-24/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-24/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2016-06-16locking/atomic, arch/mips: Convert to _relaxed atomicsPeter Zijlstra1-20/+22
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-9/+129
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2015-10-26MIPS: atomic: Fix comment describing atomic64_add_unless's return value.Ralf Baechle1-1/+1
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-4/+4
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27mips: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+9
2015-02-17MIPS: asm: atomic: Update ISA constraints for MIPS R6 supportMarkos Chandras1-6/+6
2015-02-17MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASMMarkos Chandras1-15/+15
2014-11-24MIPS: atomic.h: Reformat to fit in 79 columnsMaciej W. Rozycki1-180/+181
2014-11-24MIPS: Fix microMIPS LL/SC immediate offsetsMaciej W. Rozycki1-15/+24
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-09-10locking, mips: Fix atomicsPeter Zijlstra1-3/+3
2014-08-14locking,arch,mips: Fold atomic_opsPeter Zijlstra1-370/+187
2014-04-18arch,mips: Convert smp_mb__*()Peter Zijlstra1-9/+0
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-20/+20
2013-11-04MIPS: Random whitespace clean-upsMaciej W. Rozycki1-1/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-10-11Improve atomic.h robustnessJoshua Kinard1-35/+29
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-6/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+0
2010-10-29MIPS: Get rid of branches to .subsections.Ralf Baechle1-112/+96
2010-10-04MIPS: Use generic atomic64 for 32-bit kernelsDeng-Cheng Zhu1-0/+4
2010-07-26MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations.David Daney1-12/+12
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-2/+2
2010-02-27MIPS: New macro smp_mb__before_llsc.David Daney1-8/+8
2009-09-17MIPS: Allow kernel use of LL/SC to be separate from the presence of LL/SC.David Daney1-20/+20
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-01-30MIPS: atomic_*(): Change type of intermediate variables.Ralf Baechle1-26/+26
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-4/+1
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-0/+801