summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-11-2670-1938/+2090
|\
| * MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie2019-11-221-0/+6
| * mips: add support for folded p4d page tablesMike Rapoport2019-11-224-22/+22
| * mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2019-11-222-8/+1
| * mips: fix build when "48 bits virtual memory" is enabledMike Rapoport2019-11-221-2/+7
| * MIPS: Loongson2ef: Convert to early_printk_8250Jiaxun Yang2019-11-111-1/+0
| * MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang2019-11-111-11/+0
| * MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdlineJiaxun Yang2019-11-113-22/+0
| * MIPS: Drop pmon.hJiaxun Yang2019-11-111-46/+0
| * MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usageHuacai Chen2019-11-111-2/+2
| * MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen2019-11-114-5/+5
| * MIPS: add support for SGI Octane (IP30)Thomas Bogendoerfer2019-11-017-0/+523
| * Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton2019-11-013-10/+13
| |\
| * | MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODESThomas Bogendoerfer2019-11-013-19/+3
| * | MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang2019-11-011-1/+0
| * | MIPS: Loongson64: Cleanup unused codeJiaxun Yang2019-11-0114-776/+8
| * | MIPS: Loongson2ef: clean up loongson64 related codeJiaxun Yang2019-11-0115-788/+23
| * | MIPS: Fork loongson2ef from loongson64Jiaxun Yang2019-11-0119-0/+1816
| * | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-3114-25/+24
| * | MIPS: include: remove unsued header file asm/sgi/sgi.hThomas Bogendoerfer2019-10-241-48/+0
| * | MIPS: arc: use function argument for passing argc/argv to prom_init_cmdlineThomas Bogendoerfer2019-10-241-8/+1
| * | MIPS: arc: remove unused stuffThomas Bogendoerfer2019-10-241-2/+1
| * | MIPS: Loongson: Fix GENMASK misuseRikard Falkeborn2019-10-241-1/+1
| * | mips: Fix unroll macro when building with ClangNathan Chancellor2019-10-101-1/+2
| * | MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer2019-10-092-9/+1
| * | MIPS: SGI-IP22: set PHYS_OFFSET to memory startThomas Bogendoerfer2019-10-091-2/+1
| * | MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer2019-10-091-73/+30
| * | MIPS: fw: arc: remove unused ARC codeThomas Bogendoerfer2019-10-091-12/+0
| * | MIPS: Drop 32-bit asm string functionsPaul Burton2019-10-091-123/+0
| * | MIPS: Provide unroll() macro, use it for cache opsPaul Burton2019-10-092-339/+95
| * | MIPS: futex: Restore \n after sync instructionsPaul Burton2019-10-071-3/+3
| * | MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer2019-10-072-0/+10
| * | mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin2019-10-071-0/+2
| * | MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2019-10-072-7/+25
| * | MIPS: Loongson: Add CFUCFG&CSR supportHuacai Chen2019-10-071-0/+227
| * | MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3Paul Burton2019-10-071-1/+11
| * | MIPS: barrier: Remove loongson_llsc_mb()Paul Burton2019-10-071-40/+0
| * | MIPS: futex: Emit Loongson3 sync workarounds within asmPaul Burton2019-10-072-14/+14
| * | MIPS: cmpxchg: Omit redundant barriers for Loongson3Paul Burton2019-10-071-3/+23
| * | MIPS: cmpxchg: Emit Loongson3 sync workarounds within asmPaul Burton2019-10-071-7/+6
| * | MIPS: bitops: Use smp_mb__before_atomic in test_* opsPaul Burton2019-10-071-3/+3
| * | MIPS: bitops: Emit Loongson3 sync workarounds within asmPaul Burton2019-10-071-9/+2
| * | MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton2019-10-072-16/+12
| * | MIPS: bitops: Abstract LL/SC loopsPaul Burton2019-10-071-204/+63
| * | MIPS: bitops: Avoid redundant zero-comparison for non-LLSCPaul Burton2019-10-071-6/+12
| * | MIPS: bitops: Use the BIT() macroPaul Burton2019-10-071-15/+16
| * | MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bitPaul Burton2019-10-071-6/+6
| * | MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantPaul Burton2019-10-071-53/+13
| * | MIPS: bitops: ins start position is always an immediatePaul Burton2019-10-071-3/+3
| * | MIPS: bitops: Use MIPS_ISA_REV, not #ifdefsPaul Burton2019-10-071-9/+4