summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorLines
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig-8/+0
2019-11-15y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann-8/+8
2019-11-15y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann-8/+8
2019-11-11MIPS: Loongson2ef: Convert to early_printk_8250Jiaxun Yang-1/+0
2019-11-11MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang-11/+0
2019-11-11MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdlineJiaxun Yang-22/+0
2019-11-11MIPS: Drop pmon.hJiaxun Yang-46/+0
2019-11-11MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usageHuacai Chen-2/+2
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen-5/+5
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen-7/+0
2019-11-01MIPS: add support for SGI Octane (IP30)Thomas Bogendoerfer-0/+523
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton-10/+24
2019-11-01MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODESThomas Bogendoerfer-19/+3
2019-11-01MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang-1/+0
2019-11-01MIPS: Loongson64: Cleanup unused codeJiaxun Yang-776/+8
2019-11-01MIPS: Loongson2ef: clean up loongson64 related codeJiaxun Yang-788/+23
2019-11-01MIPS: Fork loongson2ef from loongson64Jiaxun Yang-0/+1816
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang-25/+24
2019-10-23MIPS: include: remove unsued header file asm/sgi/sgi.hThomas Bogendoerfer-48/+0
2019-10-23MIPS: arc: use function argument for passing argc/argv to prom_init_cmdlineThomas Bogendoerfer-8/+1
2019-10-23MIPS: arc: remove unused stuffThomas Bogendoerfer-2/+1
2019-10-23MIPS: bmips: mark exception vectors as char arraysJonas Gorski-5/+5
2019-10-23MIPS: Loongson: Fix GENMASK misuseRikard Falkeborn-1/+1
2019-10-18mips: vdso: Fix __arch_get_hw_counter()Vincenzo Frascino-1/+3
2019-10-10mips: Fix unroll macro when building with ClangNathan Chancellor-1/+2
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang-0/+11
2019-10-09MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer-9/+1
2019-10-09MIPS: SGI-IP22: set PHYS_OFFSET to memory startThomas Bogendoerfer-2/+1
2019-10-09MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer-73/+30
2019-10-09MIPS: fw: arc: remove unused ARC codeThomas Bogendoerfer-12/+0
2019-10-09MIPS: Drop 32-bit asm string functionsPaul Burton-123/+0
2019-10-09MIPS: Provide unroll() macro, use it for cache opsPaul Burton-339/+95
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer-2/+2
2019-10-07MIPS: futex: Restore \n after sync instructionsPaul Burton-3/+3
2019-10-07MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer-0/+10
2019-10-07mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin-0/+2
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen-7/+25
2019-10-07MIPS: Loongson: Add CFUCFG&CSR supportHuacai Chen-0/+227
2019-10-07MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3Paul Burton-1/+11
2019-10-07MIPS: barrier: Remove loongson_llsc_mb()Paul Burton-40/+0
2019-10-07MIPS: futex: Emit Loongson3 sync workarounds within asmPaul Burton-14/+14
2019-10-07MIPS: cmpxchg: Omit redundant barriers for Loongson3Paul Burton-3/+23
2019-10-07MIPS: cmpxchg: Emit Loongson3 sync workarounds within asmPaul Burton-7/+6
2019-10-07MIPS: bitops: Use smp_mb__before_atomic in test_* opsPaul Burton-3/+3
2019-10-07MIPS: bitops: Emit Loongson3 sync workarounds within asmPaul Burton-9/+2
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton-16/+12
2019-10-07MIPS: bitops: Abstract LL/SC loopsPaul Burton-204/+63
2019-10-07MIPS: bitops: Avoid redundant zero-comparison for non-LLSCPaul Burton-6/+12
2019-10-07MIPS: bitops: Use the BIT() macroPaul Burton-15/+16
2019-10-07MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bitPaul Burton-6/+6