-
- Downloads
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: "Another round of MIPS fixes for 4.2. No area does particularly stand out but we have a two unpleasant ones: - Kernel ptes are marked with a global bit which allows the kernel to share kernel TLB entries between all processes. For this to work both entries of an adjacent even/odd pte pair need to have the global bit set. There has been a subtle race in setting the other entry's global bit since ~ 2000 but it take particularly pathological workloads that essentially do mostly vmalloc/vfree to trigger this. This pull request fixes the 64-bit case but leaves the case of 32 bit CPUs with 64 bit ptes unsolved for now. The unfixed cases affect hardware that is not available in the field yet. - Instruction emulation requires loading instructions from user space but the current fast but simplistic approach will fail on pages that are PROT_EXEC but !PROT_READ. For this reason we temporarily do not permit this permission and will map pages with PROT_EXEC | PROT_READ. The remainder of this pull request is more or less across the field and the short log explains them well" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: Make set_pte() SMP safe. MIPS: Replace add and sub instructions in relocate_kernel.S with addiu MIPS: Flush RPS on kernel entry with EVA Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook" MIPS: BMIPS: Delete unused Kconfig symbol MIPS: Export get_c0_perfcount_int() MIPS: show_stack: Fix stack trace with EVA MIPS: do_mcheck: Fix kernel code dump with EVA MIPS: SMP: Don't increment irq_count multiple times for call function IPIs MIPS: Partially disable RIXI support. MIPS: Handle page faults of executable but unreadable pages correctly. MIPS: Malta: Don't reinitialise RTC MIPS: unaligned: Fix build error on big endian R6 kernels MIPS: Fix sched_getaffinity with MT FPAFF enabled MIPS: Fix build with CONFIG_OF=y for non OF-enabled targets CPUFREQ: Loongson2: Fix broken build due to incorrect include.
No related branches found
No related tags found
Showing
- arch/mips/Kconfig 0 additions, 1 deletionarch/mips/Kconfig
- arch/mips/ath79/setup.c 1 addition, 0 deletionsarch/mips/ath79/setup.c
- arch/mips/cavium-octeon/smp.c 1 addition, 1 deletionarch/mips/cavium-octeon/smp.c
- arch/mips/include/asm/mach-bcm63xx/dma-coherence.h 0 additions, 10 deletionsarch/mips/include/asm/mach-bcm63xx/dma-coherence.h
- arch/mips/include/asm/pgtable.h 31 additions, 0 deletionsarch/mips/include/asm/pgtable.h
- arch/mips/include/asm/smp.h 0 additions, 2 deletionsarch/mips/include/asm/smp.h
- arch/mips/include/asm/stackframe.h 25 additions, 0 deletionsarch/mips/include/asm/stackframe.h
- arch/mips/kernel/mips-mt-fpaff.c 3 additions, 2 deletionsarch/mips/kernel/mips-mt-fpaff.c
- arch/mips/kernel/prom.c 1 addition, 1 deletionarch/mips/kernel/prom.c
- arch/mips/kernel/relocate_kernel.S 4 additions, 4 deletionsarch/mips/kernel/relocate_kernel.S
- arch/mips/kernel/smp-bmips.c 2 additions, 2 deletionsarch/mips/kernel/smp-bmips.c
- arch/mips/kernel/smp.c 0 additions, 10 deletionsarch/mips/kernel/smp.c
- arch/mips/kernel/traps.c 13 additions, 0 deletionsarch/mips/kernel/traps.c
- arch/mips/kernel/unaligned.c 1 addition, 1 deletionarch/mips/kernel/unaligned.c
- arch/mips/lantiq/irq.c 2 additions, 1 deletionarch/mips/lantiq/irq.c
- arch/mips/loongson64/loongson-3/smp.c 5 additions, 2 deletionsarch/mips/loongson64/loongson-3/smp.c
- arch/mips/mm/cache.c 4 additions, 4 deletionsarch/mips/mm/cache.c
- arch/mips/mm/fault.c 2 additions, 1 deletionarch/mips/mm/fault.c
- arch/mips/mti-malta/malta-int.c 1 addition, 1 deletionarch/mips/mti-malta/malta-int.c
- arch/mips/mti-malta/malta-time.c 10 additions, 6 deletionsarch/mips/mti-malta/malta-time.c
Loading
Please register or sign in to comment