summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-11-01MIPS: Fork loongson2ef from loongson64Jiaxun Yang
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang
2019-10-23MIPS: include: remove unsued header file asm/sgi/sgi.hThomas Bogendoerfer
2019-10-23MIPS: SGI-IP27: reduce ARC usage to a minimumThomas Bogendoerfer
2019-10-23MIPS: arc: use function argument for passing argc/argv to prom_init_cmdlineThomas Bogendoerfer
2019-10-23MIPS: arc: remove unused stuffThomas Bogendoerfer
2019-10-23MIPS: SGI-IP27: move registering of smp ops into IP27 specific codeThomas Bogendoerfer
2019-10-23MIPS: SGI-IP27: collect externs in new header fileThomas Bogendoerfer
2019-10-23MIPS: Loongson: Fix GENMASK misuseRikard Falkeborn
2019-10-12MIPS: Make builtin_cmdline const & variable lengthPaul Burton
2019-10-12MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsPaul Burton
2019-10-12MIPS: Always define builtin_cmdlinePaul Burton
2019-10-10mips: Fix unroll macro when building with ClangNathan Chancellor
2019-10-10MIPS: cmdline: Clean up boot_command_line initializationPaul Burton
2019-10-09MIPS: cmdline: Remove redundant Kconfig defaultsPaul Burton
2019-10-09MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer
2019-10-09MIPS: SGI-IP22: set PHYS_OFFSET to memory startThomas Bogendoerfer
2019-10-09MIPS: fw: arc: workaround 64bit kernel/32bit ARC problemsThomas Bogendoerfer
2019-10-09MIPS: Kconfig: always select ARC_MEMORY and ARC_PROMLIB for platformThomas Bogendoerfer
2019-10-09MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer
2019-10-09MIPS: fw: arc: remove unused ARC codeThomas Bogendoerfer
2019-10-09MIPS: Drop 32-bit asm string functionsPaul Burton
2019-10-09MIPS: Provide unroll() macro, use it for cache opsPaul Burton
2019-10-08MIPS: generic: Use __initconst for const init dataTiezhu Yang
2019-10-07MIPS: futex: Restore \n after sync instructionsPaul Burton
2019-10-07mips: check for dsp presence only once before save/restoreAurabindo Jayamohanan
2019-10-07MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer
2019-10-07MIPS: CI20: DTS: Add LedsAlexandre GRIVEAUX
2019-10-07MIPS: CI20: DTS: Add IW8103 Wifi + bluetoothAlexandre GRIVEAUX
2019-10-07MIPS: CI20: DTS: Add I2C nodesAlexandre GRIVEAUX
2019-10-07MIPS: JZ4780: DTS: Add I2C nodesAlexandre GRIVEAUX
2019-10-07mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin
2019-10-07MIPS: Loongson-3: Add CSR IPI supportHuacai Chen
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen
2019-10-07MIPS: Loongson: Add CFUCFG&CSR supportHuacai Chen
2019-10-07mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport
2019-10-07MIPS: Check Loongson3 LL/SC errata workaround correctnessPaul Burton
2019-10-07MIPS: genex: Don't reload address unnecessarilyPaul Burton
2019-10-07MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handlerPaul Burton
2019-10-07MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3Paul Burton
2019-10-07MIPS: barrier: Remove loongson_llsc_mb()Paul Burton
2019-10-07MIPS: syscall: Emit Loongson3 sync workarounds within asmPaul Burton
2019-10-07MIPS: futex: Emit Loongson3 sync workarounds within asmPaul Burton
2019-10-07MIPS: cmpxchg: Omit redundant barriers for Loongson3Paul Burton
2019-10-07MIPS: cmpxchg: Emit Loongson3 sync workarounds within asmPaul Burton
2019-10-07MIPS: bitops: Use smp_mb__before_atomic in test_* opsPaul Burton
2019-10-07MIPS: bitops: Emit Loongson3 sync workarounds within asmPaul Burton
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton
2019-10-07MIPS: bitops: Abstract LL/SC loopsPaul Burton
2019-10-07MIPS: bitops: Avoid redundant zero-comparison for non-LLSCPaul Burton