This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c50bbf615f2f Merge tag 'platform-drivers-x86-v5.2-2' of git://git.infra [...] new 3e29ead50013 arm64: Remove useless message during oops new 969f5ea62757 arm64: errata: Add workaround for Cortex-A76 erratum #1463225 new b2eed9b58811 arm64/kernel: kaslr: reduce module randomization range to 2 GB new 8212688600ed ACPI/IORT: Fix build error when IOMMU_SUPPORT is disabled new 1cf24a2cc3fd arm64/module: deal with ambiguity in PRELxx relocation ranges new a5325089bd05 arm64: Handle erratum 1418040 as a superset of erratum 1188873 new 96a13f57b946 arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for now new c5e2edeb01ae arm64: insn: Fix ldadd instruction encoding new edbcf50eb8ae arm64: insn: Add BUILD_BUG_ON() for invalid masks new 0a72ef899014 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 10 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/arm64/silicon-errata.txt | 9 +- arch/arm64/Kconfig | 26 +++- arch/arm64/include/asm/cpucaps.h | 5 +- arch/arm64/include/asm/insn.h | 18 ++- arch/arm64/kernel/cpu_errata.c | 48 +++++-- arch/arm64/kernel/entry.S | 4 +- arch/arm64/kernel/kaslr.c | 6 +- arch/arm64/kernel/module.c | 18 ++- arch/arm64/kernel/syscall.c | 31 +++++ arch/arm64/kernel/traps.c | 4 - arch/arm64/mm/fault.c | 33 +++++ drivers/acpi/arm64/iort.c | 238 +++++++++++++++++---------------- 12 files changed, 284 insertions(+), 156 deletions(-)