Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS updates from Ralf Baechle: "This week's round of MIPS fixes: - Fix JZ4740 build - Fix fallback to GFP_DMA - FP seccomp in case of ENOSYS - Fix bootmem panic - A number of FP and CPS fixes - Wire up new syscalls - Make sure BPF assembler objects can properly be disassembled - Fix BPF assembler code for MIPS I" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: scall: Always run the seccomp syscall filters MIPS: Octeon: Fix kernel panic on startup from memory corruption MIPS: Fix R2300 FP context switch handling MIPS: Fix octeon FP context switch handling MIPS: BPF: Fix load delay slots. MIPS: BPF: Do all exports of symbols with FEXPORT(). MIPS: Fix the build on jz4740 after removing the custom gpio.h MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT MIPS: CPS: Don't include MT code in non-MT kernels. MIPS: CPS: Stop dangling delay slot from has_mt. MIPS: dma-default: Fix 32-bit fall back to GFP_DMA MIPS: Wire up userfaultfd and membarrier syscalls.
Showing
- arch/mips/cavium-octeon/setup.c 1 addition, 1 deletionarch/mips/cavium-octeon/setup.c
- arch/mips/include/uapi/asm/unistd.h 12 additions, 6 deletionsarch/mips/include/uapi/asm/unistd.h
- arch/mips/jz4740/board-qi_lb60.c 1 addition, 0 deletionsarch/mips/jz4740/board-qi_lb60.c
- arch/mips/jz4740/gpio.c 1 addition, 0 deletionsarch/mips/jz4740/gpio.c
- arch/mips/kernel/cps-vec.S 7 additions, 5 deletionsarch/mips/kernel/cps-vec.S
- arch/mips/kernel/octeon_switch.S 1 addition, 25 deletionsarch/mips/kernel/octeon_switch.S
- arch/mips/kernel/r2300_switch.S 1 addition, 27 deletionsarch/mips/kernel/r2300_switch.S
- arch/mips/kernel/scall32-o32.S 18 additions, 23 deletionsarch/mips/kernel/scall32-o32.S
- arch/mips/kernel/scall64-64.S 18 additions, 22 deletionsarch/mips/kernel/scall64-64.S
- arch/mips/kernel/scall64-n32.S 7 additions, 14 deletionsarch/mips/kernel/scall64-n32.S
- arch/mips/kernel/scall64-o32.S 7 additions, 14 deletionsarch/mips/kernel/scall64-o32.S
- arch/mips/mm/dma-default.c 1 addition, 1 deletionarch/mips/mm/dma-default.c
- arch/mips/net/bpf_jit_asm.S 7 additions, 6 deletionsarch/mips/net/bpf_jit_asm.S
Loading
Please register or sign in to comment