This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ad32fd7426e1 Merge tag 'xtensa-20191017' of git://github.com/jcmvbkbc/l [...] new 86109a691a45 arm64: Fix kcore macros after 52-bit virtual addressing fallout new ec52c7134b1f arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE i [...] new 8c551f919a73 arm64: hibernate: check pgd table allocation new 19c95f261c65 arm64: entry.S: Do not preempt from IRQ before all cpufeat [...] new 29a0f5ad87e6 arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_F new 3813733595c0 arm64: mm: fix inverted PAR_EL1.F check new 597399d0cb91 arm64: tags: Preserve tags for addresses translated via TTBR1 new d3ec3a08fa70 arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_2 [...] new 93916beb7014 arm64: Enable workaround for Cavium TX2 erratum 219 when r [...] new 9405447ef79b arm64: Avoid Cavium TX2 erratum 219 when switching TTBR new 603afdc9438a arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected new 777d062e5bee Merge branch 'errata/tx2-219' into for-next/fixes new 0e2adab6cf28 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 13 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.rst | 2 + arch/arm64/Kconfig | 17 +++++++++ arch/arm64/include/asm/asm-uaccess.h | 7 ++-- arch/arm64/include/asm/cpucaps.h | 4 +- arch/arm64/include/asm/memory.h | 10 ++++- arch/arm64/include/asm/pgtable.h | 3 -- arch/arm64/include/asm/sysreg.h | 2 +- arch/arm64/kernel/cpu_errata.c | 38 +++++++++++++++++++ arch/arm64/kernel/cpufeature.c | 15 +++++--- arch/arm64/kernel/entry.S | 8 ++-- arch/arm64/kernel/hibernate.c | 9 ++++- arch/arm64/kernel/process.c | 18 +++++++++ arch/arm64/kvm/hyp/switch.c | 69 +++++++++++++++++++++++++++++++++- arch/arm64/mm/fault.c | 6 ++- include/linux/sched.h | 1 + 15 files changed, 186 insertions(+), 23 deletions(-)