Paul Burton ([email protected])

Number of posts: 551 (551 per day)
First post: 2017-12-06 18:24:45
Last post: 2017-10-31 16:43:17

Date List Subject
2019-10-02 05:16:36 linux-kernel [PATCH v2 17/36] MIPS: bitops: Only use ins for bit 16 or higher
2019-10-02 05:14:48 linux-kernel [PATCH v2 13/36] MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()
2019-10-02 05:14:39 linux-kernel [PATCH v2 12/36] MIPS: atomic: Emit Loongson3 sync workarounds within asm
2019-10-02 05:14:15 linux-kernel [PATCH v2 11/36] MIPS: atomic: Use one macro to generate 32b & 64b functions
2019-10-02 05:13:56 linux-kernel [PATCH v2 16/36] MIPS: bitops: Handle !kernel_uses_llsc first
2019-10-02 05:13:19 linux-kernel [PATCH v2 14/36] MIPS: atomic: Unify 32b & 64b sub_if_positive
2019-10-02 05:12:49 linux-kernel [PATCH v2 08/36] MIPS: barrier: Clean up sync_ginv()
2019-10-02 05:11:03 linux-kernel [PATCH v2 10/36] MIPS: atomic: Handle !kernel_uses_llsc first
2019-10-02 05:10:46 linux-kernel [PATCH v2 04/36] MIPS: barrier: Clean up rmb() & wmb() definitions
2019-10-02 05:10:38 linux-kernel [PATCH v2 06/36] MIPS: barrier: Remove fast_mb() Octeon #ifdef'ery
2019-10-02 05:10:37 linux-kernel [PATCH v2 02/36] MIPS: Use compact branch for LL/SC loops on MIPSr6+
2019-10-02 05:09:27 linux-kernel [PATCH v2 01/36] MIPS: Unify sc beqz definition
2019-10-02 05:08:30 linux-kernel [PATCH v2 00/36] MIPS: barriers & atomics cleanups
2019-09-30 23:14:20 linux-kernel [PATCH 04/37] MIPS: barrier: Clean up rmb() & wmb() definitions
2019-09-30 23:14:14 linux-kernel [PATCH 07/37] MIPS: barrier: Clean up __sync() definition
2019-09-30 23:13:49 linux-kernel [PATCH 12/37] MIPS: atomic: Emit Loongson3 sync workarounds within asm
2019-09-30 23:13:46 linux-kernel [PATCH 20/37] MIPS: bitops: ins start position is always an immediate
2019-09-30 23:13:46 linux-kernel [PATCH 15/37] MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchg
2019-09-30 23:13:34 linux-kernel [PATCH 11/37] MIPS: atomic: Use one macro to generate 32b & 64b functions
2019-09-30 23:13:19 linux-kernel [PATCH 18/37] MIPS: bitops: Only use ins for bit 16 or higher
2019-09-30 23:13:08 linux-kernel [PATCH 33/37] MIPS: barrier: Remove loongson_llsc_mb()
2019-09-30 23:12:56 linux-kernel [PATCH 36/37] MIPS: genex: Don't reload address unnecessarily
2019-09-30 23:12:41 linux-kernel [PATCH 30/37] MIPS: cmpxchg: Omit redundant barriers for Loongson3
2019-09-30 23:12:38 linux-kernel [PATCH 32/37] MIPS: syscall: Emit Loongson3 sync workarounds within asm
2019-09-30 23:12:28 linux-kernel [PATCH 00/37] MIPS: barriers & atomics cleanups
2019-09-30 23:12:22 linux-kernel [PATCH 02/37] MIPS: Use compact branch for LL/SC loops on MIPSr6+
2019-09-30 23:12:05 linux-kernel [PATCH 05/37] MIPS: barrier: Clean up __smp_mb() definition
2019-09-30 23:12:02 linux-kernel [PATCH 23/37] MIPS: bitops: Use the BIT() macro
2019-09-30 23:11:54 linux-kernel [PATCH 08/37] MIPS: barrier: Clean up sync_ginv()
2019-09-30 23:11:45 linux-kernel [PATCH 27/37] MIPS: bitops: Emit Loongson3 sync workarounds within asm
2019-09-30 23:11:27 linux-kernel [PATCH 10/37] MIPS: atomic: Handle !kernel_uses_llsc first
2019-09-30 23:11:24 linux-kernel [PATCH 28/37] MIPS: bitops: Use smp_mb__before_atomic in test_* ops
2019-09-30 23:10:57 linux-kernel [PATCH 16/37] MIPS: bitops: Use generic builtin ffs/fls; drop cpu_has_clo_clz
2019-09-30 23:10:54 linux-kernel [PATCH 37/37] MIPS: Check Loongson3 LL/SC errata workaround correctness
2019-09-30 23:10:43 linux-kernel [PATCH 35/37] MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handler
2019-09-30 23:10:39 linux-kernel [PATCH 34/37] MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3
2019-09-30 23:10:31 linux-kernel [PATCH 31/37] MIPS: futex: Emit Loongson3 sync workarounds within asm
2019-09-30 23:10:18 linux-kernel [PATCH 26/37] MIPS: bitops: Use BIT_WORD() & BITS_PER_LONG
2019-09-30 23:10:12 linux-kernel [PATCH 29/37] MIPS: cmpxchg: Emit Loongson3 sync workarounds within asm
2019-09-30 23:10:07 linux-kernel [PATCH 25/37] MIPS: bitops: Abstract LL/SC loops
2019-09-30 23:10:00 linux-kernel [PATCH 24/37] MIPS: bitops: Avoid redundant zero-comparison for non-LLSC
2019-09-30 23:09:55 linux-kernel [PATCH 22/37] MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bit
2019-09-30 23:09:50 linux-kernel [PATCH 21/37] MIPS: bitops: Implement test_and_set_bit() in terms of _lock variant
2019-09-30 23:09:45 linux-kernel [PATCH 17/37] MIPS: bitops: Handle !kernel_uses_llsc first
2019-09-30 23:09:43 linux-kernel [PATCH 19/37] MIPS: bitops: Use MIPS_ISA_REV, not #ifdefs
2019-09-30 23:09:35 linux-kernel [PATCH 14/37] MIPS: atomic: Unify 32b & 64b sub_if_positive
2019-09-30 23:09:24 linux-kernel [PATCH 13/37] MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()
2019-09-30 23:09:20 linux-kernel [PATCH 09/37] MIPS: atomic: Fix whitespace in ATOMIC_OP macros
2019-09-30 23:09:06 linux-kernel [PATCH 06/37] MIPS: barrier: Remove fast_mb() Octeon #ifdef'ery
2019-09-30 23:09:02 linux-kernel [PATCH 03/37] MIPS: barrier: Add __SYNC() infrastructure
2019-09-30 23:08:59 linux-kernel [PATCH 01/37] MIPS: Unify sc beqz definition