summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-02MIPS: Fork loongson2ef from loongson64Jiaxun Yang19-0/+1816
2019-11-01MIPS: Loongson64: Rename CPU TYPESJiaxun Yang14-25/+24
2019-10-24MIPS: include: remove unsued header file asm/sgi/sgi.hThomas Bogendoerfer1-48/+0
2019-10-24MIPS: arc: use function argument for passing argc/argv to prom_init_cmdlineThomas Bogendoerfer1-8/+1
2019-10-24MIPS: arc: remove unused stuffThomas Bogendoerfer1-2/+1
2019-10-24MIPS: Loongson: Fix GENMASK misuseRikard Falkeborn1-1/+1
2019-10-11mips: Fix unroll macro when building with ClangNathan Chancellor1-1/+2
2019-10-10MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer2-9/+1
2019-10-10MIPS: SGI-IP22: set PHYS_OFFSET to memory startThomas Bogendoerfer1-2/+1
2019-10-10MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer1-73/+30
2019-10-10MIPS: fw: arc: remove unused ARC codeThomas Bogendoerfer1-12/+0
2019-10-09MIPS: Drop 32-bit asm string functionsPaul Burton1-123/+0
2019-10-09MIPS: Provide unroll() macro, use it for cache opsPaul Burton2-339/+95
2019-10-07MIPS: futex: Restore \n after sync instructionsPaul Burton1-3/+3
2019-10-07MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer2-0/+10
2019-10-07mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin1-0/+2
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2-7/+25
2019-10-07MIPS: Loongson: Add CFUCFG&CSR supportHuacai Chen1-0/+227
2019-10-07MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3Paul Burton1-1/+11
2019-10-07MIPS: barrier: Remove loongson_llsc_mb()Paul Burton1-40/+0
2019-10-07MIPS: futex: Emit Loongson3 sync workarounds within asmPaul Burton2-14/+14
2019-10-07MIPS: cmpxchg: Omit redundant barriers for Loongson3Paul Burton1-3/+23
2019-10-07MIPS: cmpxchg: Emit Loongson3 sync workarounds within asmPaul Burton1-7/+6
2019-10-07MIPS: bitops: Use smp_mb__before_atomic in test_* opsPaul Burton1-3/+3
2019-10-07MIPS: bitops: Emit Loongson3 sync workarounds within asmPaul Burton1-9/+2
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton2-16/+12
2019-10-07MIPS: bitops: Abstract LL/SC loopsPaul Burton1-204/+63
2019-10-07MIPS: bitops: Avoid redundant zero-comparison for non-LLSCPaul Burton1-6/+12
2019-10-07MIPS: bitops: Use the BIT() macroPaul Burton1-15/+16
2019-10-07MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bitPaul Burton1-6/+6
2019-10-07MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantPaul Burton1-53/+13
2019-10-07MIPS: bitops: ins start position is always an immediatePaul Burton1-3/+3
2019-10-07MIPS: bitops: Use MIPS_ISA_REV, not #ifdefsPaul Burton1-9/+4
2019-10-07MIPS: bitops: Only use ins for bit 16 or higherPaul Burton1-1/+1
2019-10-07MIPS: bitops: Handle !kernel_uses_llsc firstPaul Burton1-108/+105
2019-10-07MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchgPaul Burton1-43/+27
2019-10-07MIPS: atomic: Unify 32b & 64b sub_if_positivePaul Burton1-106/+58
2019-10-07MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()Paul Burton1-2/+2
2019-10-07MIPS: atomic: Emit Loongson3 sync workarounds within asmPaul Burton1-6/+14
2019-10-07MIPS: atomic: Use one macro to generate 32b & 64b functionsPaul Burton1-151/+45
2019-10-07MIPS: atomic: Handle !kernel_uses_llsc firstPaul Burton1-50/+49
2019-10-07MIPS: atomic: Fix whitespace in ATOMIC_OP macrosPaul Burton1-92/+92
2019-10-07MIPS: barrier: Clean up sync_ginv()Paul Burton1-1/+1
2019-10-07MIPS: barrier: Clean up __sync() definitionPaul Burton1-14/+4
2019-10-07MIPS: barrier: Remove fast_mb() Octeon #ifdef'eryPaul Burton1-2/+2
2019-10-07MIPS: barrier: Clean up __smp_mb() definitionPaul Burton1-8/+4
2019-10-07MIPS: barrier: Clean up rmb() & wmb() definitionsPaul Burton1-14/+14
2019-10-07MIPS: barrier: Add __SYNC() infrastructurePaul Burton2-111/+209
2019-10-07MIPS: Use compact branch for LL/SC loops on MIPSr6+Paul Burton1-0/+4
2019-10-07MIPS: Unify sc beqz definitionPaul Burton3-35/+24