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