This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f4e087c666f5 Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/ [...] new 4d4f9c1a17a3 MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPE [...] new 698222457465 MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps new 69e976831cd5 MIPS: relocatable: fix possible boot hangup with KASLR enabled new 7b490a8ab0f2 MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu new f288c895622f Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/ [...] new d78050ee3544 arm64: Remove arm64_dma32_phys_limit and its uses new df06824767cc arm64: entry: remove redundant IRQ flag tracing new b90d72a6bfdb Revert "arm64: Enable perf events based hard lockup detector" new 71e70184f1d1 arm64: rename S_FRAME_SIZE to PT_REGS_SIZE new c35a824c3183 arm64: make atomic helpers __always_inline new dca5244d2f5b compiler.h: Raise minimum version of GCC to 5.1 for arm64 new b6d8878d24e3 arm64: syscall: include prototype for EL0 SVC functions new 3a57a643a851 arm64: selftests: Fix spelling of 'Mismatch' new 82821be8a2e1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 14 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/arm64/Kconfig | 2 -- arch/arm64/include/asm/atomic.h | 10 +++---- arch/arm64/include/asm/processor.h | 3 +- arch/arm64/kernel/asm-offsets.c | 2 +- arch/arm64/kernel/entry-ftrace.S | 12 ++++---- arch/arm64/kernel/entry.S | 14 ++++----- arch/arm64/kernel/perf_event.c | 41 ++------------------------ arch/arm64/kernel/probes/kprobes_trampoline.S | 6 ++-- arch/arm64/kernel/signal.c | 7 ----- arch/arm64/kernel/syscall.c | 10 ++----- arch/arm64/mm/init.c | 33 +++++++++++---------- arch/mips/boot/compressed/decompress.c | 3 +- arch/mips/cavium-octeon/octeon-irq.c | 2 +- arch/mips/kernel/binfmt_elfn32.c | 7 +++++ arch/mips/kernel/binfmt_elfo32.c | 7 +++++ arch/mips/kernel/relocate.c | 10 +++++-- drivers/perf/arm_pmu.c | 5 ---- include/asm-generic/bitops/atomic.h | 6 ++-- include/linux/compiler-gcc.h | 6 ++++ include/linux/perf/arm_pmu.h | 2 -- tools/testing/selftests/arm64/fp/fpsimd-test.S | 2 +- tools/testing/selftests/arm64/fp/sve-test.S | 2 +- 22 files changed, 81 insertions(+), 111 deletions(-)