This is a large number of fixes for MIPS plus one patch for the SSB bus that didn't make 4.0. All of these patches are in 4.1. Ralf Aaro Koskinen (2): MIPS: OCTEON: dma-octeon: fix OHCI USB config check MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N Adrien Schildknecht (1): SSB: fix Kconfig dependencies Alexander Sverdlin (1): MIPS: Octeon: Remove udelay() causing huge IRQ latency Chandrakala Chavva (1): MIPS: OCTEON: Use correct CSR to soft reset Ganesan Ramalingam (1): MIPS: Netlogic: Fix for SATA PHY init Huacai Chen (2): MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction MIPS: Hibernate: flush TLB entries earlier James Hogan (1): MIPS: lose_fpu(): Disable FPU when MSA enabled John Crispin (2): MIPS: ralink: Fix bad config symbol in PCI makefile. MIPS: ralink: add missing symbol for RALINK_ILL_ACC Lars Persson (2): Revert "MIPS: Remove race window in page fault handling" MIPS: Fix race condition in lazy cache flushing. Markos Chandras (12): MIPS: asm: asm-eva: Introduce kernel load/store variants MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses MIPS: unaligned: Surround load/store macros in do {} while statements MIPS: unaligned: Fix regular load/store instruction emulation for EVA MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter MIPS: r4kcache: Use correct base register for MIPS R6 cache flushes MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case MIPS: kernel: entry.S: Set correct ISA level for mips_ihb MIPS: Malta: Detect and fix bad memsize values MIPS: Kconfig: Disable SMP/CPS for 64-bit MIPS: asm: elf: Set O32 default FPU flags MIPS: Makefile: Fix MIPS ASE detection code Nicolas Schichan (1): MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices(). Niklas Cassel (1): MIPS: smp-cps: cpu_set FPU mask if FPU present Rafał Miłecki (1): MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G Ralf Baechle (3): MIPS: Fix cpu_has_mips_r2_exec_hazard. MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard. Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." arch/mips/Kconfig | 4 +- arch/mips/Makefile | 14 +- arch/mips/bcm47xx/board.c | 4 +- arch/mips/bcm63xx/prom.c | 4 - arch/mips/bcm63xx/setup.c | 4 + arch/mips/cavium-octeon/dma-octeon.c | 2 +- arch/mips/cavium-octeon/setup.c | 5 +- arch/mips/include/asm/asm-eva.h | 137 ++++++--- arch/mips/include/asm/cacheflush.h | 38 ++- arch/mips/include/asm/cpu-features.h | 33 +- arch/mips/include/asm/elf.h | 5 + arch/mips/include/asm/fpu.h | 1 + .../asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 - arch/mips/include/asm/octeon/cvmx.h | 8 - arch/mips/include/asm/octeon/pci-octeon.h | 3 - arch/mips/include/asm/pgtable.h | 9 +- arch/mips/include/asm/r4kcache.h | 89 +++--- arch/mips/include/asm/spinlock.h | 2 +- arch/mips/kernel/entry.S | 3 +- arch/mips/kernel/smp-cps.c | 6 + arch/mips/kernel/unaligned.c | 340 ++++++++++++++------- arch/mips/loongson/loongson-3/irq.c | 1 + arch/mips/mm/cache.c | 39 +-- arch/mips/mm/tlbex.c | 21 +- arch/mips/mti-malta/malta-memory.c | 6 + arch/mips/netlogic/xlp/ahci-init-xlp2.c | 13 + arch/mips/pci/Makefile | 2 +- arch/mips/pci/pci-octeon.c | 8 +- arch/mips/pci/pcie-octeon.c | 8 - arch/mips/power/hibernate.S | 3 +- arch/mips/ralink/Kconfig | 5 + drivers/ssb/Kconfig | 1 + 32 files changed, 520 insertions(+), 299 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html