This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 576e61cea1e4 Merge tag 's390-6.1-3' of git://git.kernel.org/pub/scm/lin [...] new 89ed0b769d6a powerpc/pseries/vas: Add VAS IRQ primary handler new 2147783d6bf0 powerpc/pseries: Use lparcfg to reconfig VAS windows for D [...] new be83d5485da5 powerpc/64s: Add lockdep for HPTE lock new 35159b5717fa powerpc/64s: make HPTE lock and native_tlbie_lock irq-safe new b12eb279ff55 powerpc/64s: make linear_map_hash_lock a raw spinlock new b9ef323ea168 powerpc/64s: Disable preemption in hash lazy mmu mode new 2b2095f3a6b4 powerpc/64s: Fix hash__change_memory_range preemption warning new 00ff1eaac129 powerpc: Fix reschedule bug in KUAP-unlocked user copy new e59b3399fde5 KVM: PPC: BookS PR-KVM and BookE do not support context tracking new a073672eb096 powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning new dc398a084d45 powerpc/64s/interrupt: Perf NMI should not take normal exit path new 65722736c3ba powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS whe [...] new 91562cf99364 Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/ [...]
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: arch/powerpc/include/asm/book3s/64/tlbflush-hash.h | 6 ++ arch/powerpc/kernel/exceptions-64e.S | 7 ++ arch/powerpc/kernel/exceptions-64s.S | 14 +++- arch/powerpc/kernel/interrupt.c | 14 +++- arch/powerpc/kernel/interrupt_64.S | 13 +++- arch/powerpc/kvm/Kconfig | 4 ++ arch/powerpc/lib/vmx-helper.c | 12 +++- arch/powerpc/mm/book3s64/hash_native.c | 67 ++++++++++++++--- arch/powerpc/mm/book3s64/hash_pgtable.c | 8 ++- arch/powerpc/mm/book3s64/hash_utils.c | 12 ++-- arch/powerpc/platforms/pseries/lparcfg.c | 11 +++ arch/powerpc/platforms/pseries/vas.c | 83 ++++++++++++++++------ arch/powerpc/platforms/pseries/vas.h | 6 ++ 13 files changed, 212 insertions(+), 45 deletions(-)