FYI, below the last pull request to Linus. Ralf The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git://git.linux-mips.org/pub/scm/ralf/upstream-linus.git upstream for you to fetch changes up to 608308682addfdc7b8e2aee88f0e028331d88e4d: MIPS: OCTEON: make get_system_type() thread-safe (2014-08-19 18:24:42 +0200) MIPS fixes for 3.17. Pretty much all across the field so with this we should be in reasonable shape for the upcoming -rc2. Please consider pulling, Ralf ---------------------------------------------------------------- Aaro Koskinen (1): MIPS: OCTEON: make get_system_type() thread-safe Guenter Roeck (1): MIPS: NL: Fix nlm_xlp_defconfig build error Hauke Mehrtens (1): MIPS: BCM47XX: Fix reboot problem on BCM4705/BCM4785 Huacai Chen (1): MIPS: Loongson: Fix COP2 usage for preemptible kernel Lars Persson (1): MIPS: Remove race window in page fault handling Manuel Lauss (1): MIPS: Alchemy: Fix db1200 PSC clock enablement Markos Chandras (6): MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2G MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64 MIPS: scall64-o32: Fix indirect syscall detection MIPS: EVA: Add new EVA header MIPS: Malta: EVA: Rename 'eva_entry' to 'platform_eva_init' MIPS: CPS: Initialize EVA before bringing up VPEs from secondary cores Ralf Baechle (1): MIPS: GIC: Remove useless parens from GICBIS(). Sergey Ryazanov (2): MIPS: MSP71xx: remove unused plat_irq_dispatch() argument MIPS: Add common plat_irq_dispatch declaration Wei Yongjun (1): MIPS: Remove duplicated include from numa.c Yang Wei (1): MIPS: perf: Mark pmu interupt IRQF_NO_THREAD arch/mips/alchemy/devboards/db1200.c | 6 +-- arch/mips/bcm47xx/setup.c | 13 ++++++- arch/mips/cavium-octeon/setup.c | 19 +++++++--- arch/mips/include/asm/eva.h | 43 ++++++++++++++++++++++ arch/mips/include/asm/gic.h | 2 +- arch/mips/include/asm/irq.h | 2 + .../include/asm/mach-malta/kernel-entry-init.h | 22 ++++++++--- arch/mips/include/asm/mach-netlogic/topology.h | 7 ---- arch/mips/include/asm/pgtable.h | 8 ++-- arch/mips/include/asm/syscall.h | 8 ++-- arch/mips/kernel/cps-vec.S | 4 ++ arch/mips/kernel/perf_event_mipsxx.c | 2 +- arch/mips/kernel/scall64-o32.S | 12 ++++-- arch/mips/loongson/loongson-3/cop2-ex.c | 8 ++-- arch/mips/loongson/loongson-3/numa.c | 2 - arch/mips/mm/cache.c | 27 ++++++++++---- arch/mips/mti-malta/malta-memory.c | 14 +++++-- arch/mips/pmcs-msp71xx/msp_irq.c | 2 +- 18 files changed, 142 insertions(+), 59 deletions(-) create mode 100644 arch/mips/include/asm/eva.h