This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ef75bd71c5d3 Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/l [...] new b8f3b15a7ba0 MIPS: entry: Remove unneeded need_resched() loop new 0d1d17b9ff8e MIPS: uasm: Add div, mul and sel instructions for mipsr6 new 6c2c8a188868 MIPS: eBPF: Provide eBPF support for MIPS64R6 new 716850ab104d MIPS: eBPF: Initial eBPF support for MIPS32 architecture. new 371a415153be arch: mips: Kconfig: pedantic formatting new e6331a321aaf MIPS: KVM: Use prandom_u32_max() to generate tlbwr index new e6046b5e69a0 MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices new ec86e545c19a Merge tag 'mips_fixes_5.1_1' into mips-next new c838b580ca9d MIPS: jump_label: Remove redundant nops new 9b6584e35f40 MIPS: jump_label: Use compact branches for >= r6 new 3e3d1dfda4d6 MIPS: generic: Enable CONFIG_JUMP_LABEL new 16b22f85bca2 Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt c [...] new 1e0221374e30 mips: vdso: drop unnecessary cc-ldoption new a703db3d5b4b mips: Make sure kernel .bss exists in boot mem pool new 6ea3ba6fac31 mips: Discard rudiments from bootmem_init new cf0c4876684d mips: Combine memblock init and memory reservation loops new f995adb0ac5b MIPS: Use memblock_phys_alloc() for exception vector new 172dcd935c34 MIPS: Always allocate exception vector for MIPSr2+ new 783454e2bc7c MIPS: Sync icache for whole exception vector new de56d4c1da3e MIPS: Remove duplicate EBase configuration new b93ddc4f9156 mips: Reserve memory for the kernel image resources new eadb6925efeb mips: Discard post-CMA-init foreach loop new 4e50a35de4cc mips: Use memblock to reserve the __nosave memory range new 9b9a59db8481 mips: Add reserve-nomap memory type support new 30c8f4e411fb mips: Dump memblock regions for debugging new 2f5bd0367e7a mips: Perform early low memory test new 93fa5b280761 mips: Make sure dt memory regions are valid new 3751cbda8f22 mips: Manually call fdt_init_reserved_mem() method new 92fab77b6b30 Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux [...]
The 29 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/mips/Kconfig | 64 +- arch/mips/bcm47xx/Kconfig | 8 +- arch/mips/bcm63xx/boards/Kconfig | 2 +- arch/mips/configs/generic_defconfig | 1 + arch/mips/include/asm/bootinfo.h | 1 + arch/mips/include/asm/jump_label.h | 15 +- arch/mips/include/asm/uasm.h | 8 + arch/mips/include/uapi/asm/inst.h | 6 +- arch/mips/kernel/entry.S | 5 +- arch/mips/kernel/jump_label.c | 30 +- arch/mips/kernel/prom.c | 18 +- arch/mips/kernel/setup.c | 129 +--- arch/mips/kernel/traps.c | 63 +- arch/mips/kvm/emulate.c | 4 +- arch/mips/mm/uasm-mips.c | 14 + arch/mips/mm/uasm.c | 39 +- arch/mips/net/Makefile | 1 - arch/mips/net/bpf_jit.c | 1270 ----------------------------------- arch/mips/net/bpf_jit_asm.S | 285 -------- arch/mips/net/ebpf_jit.c | 191 ++++-- arch/mips/pic32/Kconfig | 8 +- arch/mips/vdso/Makefile | 4 +- 22 files changed, 341 insertions(+), 1825 deletions(-) delete mode 100644 arch/mips/net/bpf_jit.c delete mode 100644 arch/mips/net/bpf_jit_asm.S