This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b145b0eb2031 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new e2973352fa13 dt-bindings: dsp: Fix fsl,dsp example new 58c50fe0c9f0 dt-bindings: media: rc: Fix redundant string new 932bae3a5b4e dt-bindings: iio: ad7192: Fix Regulator Properties new 4d32db74a3ca dt-bindings: iio: ad7192: Fix DTC warning in the example new f437ade3296b dt-bindings: phy: lantiq: Fix Property Name new a4ad51e9528e Merge tag 'devicetree-fixes-for-5.4' of git://git.kernel.o [...] new 18856604b3e7 RISC-V: Clear load reservations while restoring hart contexts new 922b0375fc93 riscv: Fix memblock reservation for device tree blob new 812ad49d88b5 Merge tag 'riscv/for-v5.4-rc2' of git://git.kernel.org/pub [...] new 2b6509f42dc6 MIPS: Loongson64: Fix boot failure after dropping boot_mem_map new 0889d07f3e4b MIPS: dts: ar9331: fix interrupt-controller size new d345d9cad225 MIPS: cpu-bugs64: Mark inline functions as __always_inline new 0228ecf6128c MIPS: octeon: Include required header; fix octeon ethernet build new 0671c5b84e9e MIPS: Wire up clone3 syscall new 90800281e761 MIPS: VDSO: Remove unused gettimeofday.c new 8919975b6171 MIPS: VDSO: Fix build for binutils < 2.25 new 66b416ee41ed MIPS: init: Fix reservation of memory between PHYS_OFFSET [...] new bd848d1b9235 MIPS: init: Prevent adding memory before PHYS_OFFSET new 25b69a889b63 mips: Loongson: Fix the link time qualifier of 'serial_exit()' new 101c40ed269c MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definition new 437450cf09c3 MIPS: pmcs-msp71xx: Remove unused addr variable new 6822c29ddbbd MIPS: fw/arc: Remove unused addr variable new 4ea655343ce4 Merge tag 'mips_fixes_5.4_1' of git://git.kernel.org/pub/s [...]
The 23 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: Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 1 + .../devicetree/bindings/iio/adc/adi,ad7192.yaml | 7 +- Documentation/devicetree/bindings/media/rc.yaml | 1 - .../bindings/phy/lantiq,vrx200-pcie-phy.yaml | 2 +- arch/mips/boot/dts/qca/ar9331.dtsi | 2 +- arch/mips/fw/arc/memory.c | 1 - arch/mips/include/asm/octeon/cvmx-ipd.h | 1 + arch/mips/include/asm/unistd.h | 1 + arch/mips/kernel/cpu-bugs64.c | 14 +- arch/mips/kernel/setup.c | 5 +- arch/mips/kernel/syscall.c | 1 + arch/mips/kernel/syscalls/syscall_n32.tbl | 2 +- arch/mips/kernel/syscalls/syscall_n64.tbl | 2 +- arch/mips/kernel/syscalls/syscall_o32.tbl | 2 +- arch/mips/loongson64/common/mem.c | 35 ++- arch/mips/loongson64/common/serial.c | 2 +- arch/mips/loongson64/loongson-3/numa.c | 11 +- arch/mips/pmcs-msp71xx/msp_prom.c | 4 +- arch/mips/vdso/Makefile | 2 +- arch/mips/vdso/gettimeofday.c | 269 --------------------- arch/riscv/include/asm/asm.h | 1 + arch/riscv/kernel/entry.S | 21 +- arch/riscv/mm/init.c | 12 +- 23 files changed, 78 insertions(+), 321 deletions(-) delete mode 100644 arch/mips/vdso/gettimeofday.c