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