Merge tag 'mips_fixes_5.0_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Paul Burton: "A batch of MIPS fixes for 5.0, nothing too scary. - A workaround for a Loongson 3 CPU bug is the biggest change, but still fairly straightforward. It adds extra memory barriers (sync instructions) around atomics to avoid a CPU bug that can break atomicity. - Loongson64 also sees a fix for powering off some systems which would incorrectly reboot rather than waiting for the power down sequence to complete. - We have DT fixes for the Ingenic JZ4740 SoC & the JZ4780-based Ci20 board, and a DT warning fix for the Nexsys4/MIPSfpga board. - The Cavium Octeon platform sees a further fix to the behaviour of the pcie_disable command line argument that was introduced in v3.3. - The VDSO, introduced in v4.4, sees build fixes for configurations of GCC that were built using the --with-fp-32= flag to specify a default 32-bit floating...
Showing
- arch/mips/Kconfig 15 additions, 0 deletionsarch/mips/Kconfig
- arch/mips/boot/dts/ingenic/ci20.dts 4 additions, 4 deletionsarch/mips/boot/dts/ingenic/ci20.dts
- arch/mips/boot/dts/ingenic/jz4740.dtsi 1 addition, 1 deletionarch/mips/boot/dts/ingenic/jz4740.dtsi
- arch/mips/boot/dts/xilfpga/nexys4ddr.dts 4 additions, 4 deletionsarch/mips/boot/dts/xilfpga/nexys4ddr.dts
- arch/mips/include/asm/atomic.h 6 additions, 0 deletionsarch/mips/include/asm/atomic.h
- arch/mips/include/asm/barrier.h 36 additions, 0 deletionsarch/mips/include/asm/barrier.h
- arch/mips/include/asm/bitops.h 5 additions, 0 deletionsarch/mips/include/asm/bitops.h
- arch/mips/include/asm/futex.h 3 additions, 0 deletionsarch/mips/include/asm/futex.h
- arch/mips/include/asm/pgtable.h 2 additions, 0 deletionsarch/mips/include/asm/pgtable.h
- arch/mips/kernel/mips-cm.c 1 addition, 1 deletionarch/mips/kernel/mips-cm.c
- arch/mips/kernel/process.c 3 additions, 4 deletionsarch/mips/kernel/process.c
- arch/mips/loongson64/Platform 23 additions, 0 deletionsarch/mips/loongson64/Platform
- arch/mips/loongson64/common/reset.c 6 additions, 1 deletionarch/mips/loongson64/common/reset.c
- arch/mips/mm/tlbex.c 10 additions, 0 deletionsarch/mips/mm/tlbex.c
- arch/mips/pci/pci-octeon.c 5 additions, 5 deletionsarch/mips/pci/pci-octeon.c
- arch/mips/vdso/Makefile 3 additions, 2 deletionsarch/mips/vdso/Makefile
Please register or sign in to comment