aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds70-1938/+2090
2019-11-22MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie1-0/+6
2019-11-22mips: add support for folded p4d page tablesMike Rapoport4-22/+22
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2-8/+1
2019-11-22mips: fix build when "48 bits virtual memory" is enabledMike Rapoport1-2/+7
2019-11-11MIPS: Loongson2ef: Convert to early_printk_8250Jiaxun Yang1-1/+0
2019-11-11MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang1-11/+0
2019-11-11MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdlineJiaxun Yang3-22/+0
2019-11-11MIPS: Drop pmon.hJiaxun Yang1-46/+0
2019-11-11MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usageHuacai Chen1-2/+2
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen4-5/+5
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-7/+0
2019-11-01MIPS: add support for SGI Octane (IP30)Thomas Bogendoerfer7-0/+523
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton4-10/+24
2019-11-01MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODESThomas Bogendoerfer3-19/+3
2019-11-01MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang1-1/+0
2019-11-01MIPS: Loongson64: Cleanup unused codeJiaxun Yang14-776/+8
2019-11-01MIPS: Loongson2ef: clean up loongson64 related codeJiaxun Yang15-788/+23
2019-11-01MIPS: Fork loongson2ef from loongson64Jiaxun Yang19-0/+1816
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang14-25/+24
2019-10-23MIPS: include: remove unsued header file asm/sgi/sgi.hThomas Bogendoerfer1-48/+0
2019-10-23MIPS: arc: use function argument for passing argc/argv to prom_init_cmdlineThomas Bogendoerfer1-8/+1
2019-10-23MIPS: arc: remove unused stuffThomas Bogendoerfer1-2/+1
2019-10-23MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-5/+5
2019-10-23MIPS: Loongson: Fix GENMASK misuseRikard Falkeborn1-1/+1
2019-10-18mips: vdso: Fix __arch_get_hw_counter()Vincenzo Frascino1-1/+3
2019-10-10mips: Fix unroll macro when building with ClangNathan Chancellor1-1/+2
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang1-0/+11
2019-10-09MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer2-9/+1
2019-10-09MIPS: SGI-IP22: set PHYS_OFFSET to memory startThomas Bogendoerfer1-2/+1
2019-10-09MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer1-73/+30
2019-10-09MIPS: 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-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
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