Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Paul Burton: "A few MIPS fixes for 4.18: - a GPIO device name fix for a regression in v4.15-rc1. - an errata workaround for the BCM5300X platform. - a fix to ftrace function graph tracing, broken for a long time with the fix applying cleanly back as far as v3.17. - addition of read barriers to in{b,w,l,q}() functions, matching behavior of other architectures & mirroring the equivalent addition to read{b,w,l,q} in v4.17-rc2. Plus changes to wire up new syscalls introduced in the 4.18 cycle: - Restartable sequences support is added, including MIPS support in the selftests. - io_pgetevents is wired up" * tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: MIPS: Wire up io_pgetevents syscall rseq/selftests: Implement MIPS support MIPS: Wire up the restartable sequences (rseq) syscall MIPS: Add syscall detection for restartable sequences MIPS: Add support for restartable sequences MIPS: io: Add barrier after register read in inX() mips: ftrace: fix static function graph tracing MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum MIPS: pb44: Fix i2c-gpio GPIO descriptor table
No related branches found
No related tags found
Showing
- arch/mips/Kconfig 1 addition, 0 deletionsarch/mips/Kconfig
- arch/mips/ath79/mach-pb44.c 1 addition, 1 deletionarch/mips/ath79/mach-pb44.c
- arch/mips/bcm47xx/setup.c 6 additions, 0 deletionsarch/mips/bcm47xx/setup.c
- arch/mips/include/asm/io.h 2 additions, 0 deletionsarch/mips/include/asm/io.h
- arch/mips/include/asm/mipsregs.h 3 additions, 0 deletionsarch/mips/include/asm/mipsregs.h
- arch/mips/include/uapi/asm/unistd.h 12 additions, 6 deletionsarch/mips/include/uapi/asm/unistd.h
- arch/mips/kernel/entry.S 8 additions, 0 deletionsarch/mips/kernel/entry.S
- arch/mips/kernel/mcount.S 12 additions, 15 deletionsarch/mips/kernel/mcount.S
- arch/mips/kernel/scall32-o32.S 2 additions, 0 deletionsarch/mips/kernel/scall32-o32.S
- arch/mips/kernel/scall64-64.S 2 additions, 0 deletionsarch/mips/kernel/scall64-64.S
- arch/mips/kernel/scall64-n32.S 2 additions, 0 deletionsarch/mips/kernel/scall64-n32.S
- arch/mips/kernel/scall64-o32.S 2 additions, 0 deletionsarch/mips/kernel/scall64-o32.S
- arch/mips/kernel/signal.c 3 additions, 0 deletionsarch/mips/kernel/signal.c
- tools/testing/selftests/rseq/param_test.c 24 additions, 0 deletionstools/testing/selftests/rseq/param_test.c
- tools/testing/selftests/rseq/rseq-mips.h 725 additions, 0 deletionstools/testing/selftests/rseq/rseq-mips.h
- tools/testing/selftests/rseq/rseq.h 2 additions, 0 deletionstools/testing/selftests/rseq/rseq.h
Please register or sign in to comment