Age | Commit message (Expand) | Author | Files | Lines |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 1 | -1/+0 |
2019-10-07 | MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchg | Paul Burton | 1 | -43/+27 |
2019-10-07 | MIPS: atomic: Unify 32b & 64b sub_if_positive | Paul Burton | 1 | -106/+58 |
2019-10-07 | MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive() | Paul Burton | 1 | -2/+2 |
2019-10-07 | MIPS: atomic: Emit Loongson3 sync workarounds within asm | Paul Burton | 1 | -6/+14 |
2019-10-07 | MIPS: atomic: Use one macro to generate 32b & 64b functions | Paul Burton | 1 | -151/+45 |
2019-10-07 | MIPS: atomic: Handle !kernel_uses_llsc first | Paul Burton | 1 | -50/+49 |
2019-10-07 | MIPS: atomic: Fix whitespace in ATOMIC_OP macros | Paul Burton | 1 | -92/+92 |
2019-10-07 | MIPS: Unify sc beqz definition | Paul Burton | 1 | -19/+9 |
2019-08-31 | mips/atomic: Fix smp_mb__{before,after}_atomic() | Peter Zijlstra | 1 | -7/+7 |
2019-08-31 | mips/atomic: Fix loongson_llsc_mb() wreckage | Peter Zijlstra | 1 | -2/+3 |
2019-06-03 | locking/atomic, mips: Use s64 for atomic64 | Mark Rutland | 1 | -11/+11 |
2019-02-04 | MIPS: Loongson: Introduce and use loongson_llsc_mb() | Huacai Chen | 1 | -0/+6 |
2018-12-31 | MIPS: Fix a R10000_LLSC_WAR logic in atomic.h | Huacai Chen | 1 | -1/+1 |
2018-11-09 | MIPS: Avoid using .set mips0 to restore ISA | Paul Burton | 1 | -9/+18 |
2018-08-23 | Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 1 | -1/+3 |
2018-08-17 | MIPS: Avoid move psuedo-instruction whilst using MIPS_ISA_LEVEL | Paul Burton | 1 | -1/+3 |
2018-08-13 | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 1 | -159/+36 |
2018-07-12 | MIPS: Cleanup R10000_LLSC_WAR logic in atomic.h | Joshua Kinard | 1 | -147/+32 |
2018-07-12 | MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WAR | Joshua Kinard | 1 | -20/+12 |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 1 | -38/+0 |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland | 1 | -84/+0 |
2018-06-21 | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland | 1 | -24/+0 |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 1 | -24/+0 |
2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 1 | -2/+0 |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -2/+2 |
2016-06-16 | locking/atomic, arch/mips: Convert to _relaxed atomics | Peter Zijlstra | 1 | -20/+22 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -9/+129 |
2015-11-15 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+1 |
2015-10-26 | MIPS: atomic: Fix comment describing atomic64_add_unless's return value. | Ralf Baechle | 1 | -1/+1 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -4/+4 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | mips: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+9 |
2015-02-17 | MIPS: asm: atomic: Update ISA constraints for MIPS R6 support | Markos Chandras | 1 | -6/+6 |
2015-02-17 | MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASM | Markos Chandras | 1 | -15/+15 |
2014-11-24 | MIPS: atomic.h: Reformat to fit in 79 columns | Maciej W. Rozycki | 1 | -180/+181 |
2014-11-24 | MIPS: Fix microMIPS LL/SC immediate offsets | Maciej W. Rozycki | 1 | -15/+24 |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 1 | -2/+2 |
2014-09-10 | locking, mips: Fix atomics | Peter Zijlstra | 1 | -3/+3 |
2014-08-14 | locking,arch,mips: Fold atomic_ops | Peter Zijlstra | 1 | -370/+187 |
2014-04-18 | arch,mips: Convert smp_mb__*() | Peter Zijlstra | 1 | -9/+0 |
2014-03-31 | MIPS: Fix gigaton of warning building with microMIPS. | Ralf Baechle | 1 | -20/+20 |
2013-11-04 | MIPS: Random whitespace clean-ups | Maciej W. Rozycki | 1 | -1/+1 |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 1 | -2/+2 |
2012-10-11 | Improve atomic.h robustness | Joshua Kinard | 1 | -35/+29 |
2012-03-28 | Disintegrate asm/system.h for MIPS | David Howells | 1 | -1/+1 |
2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -6/+0 |
2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -5/+5 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |