This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7726d4c3e60b Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.or [...] new b0839b281c42 Makefile.extrawarn: re-enable -Wformat for clang; take 2 new 1441ca1494d7 kvm: x86: mmu: Drop the need_remote_flush() function new b64d740ea7dd kvm: x86: mmu: Always flush TLBs when enabling dirty logging new 020dac418796 KVM: VMX: Heed the 'msr' argument in msr_write_intercepted() new 67ef8664cc5b KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang new 372d07084593 KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE() new 0204750bd4c6 KVM: x86: Mask off unsupported and unknown bits of IA32_AR [...] new 3c0ba05ce9c9 KVM: x86: fix memoryleak in kvm_arch_vcpu_create() new 87693645ae89 perf/x86/core: Completely disable guest PEBS via guest's g [...] new 22c6a0ef6b26 KVM: x86: check validity of argument to KVM_SET_MP_STATE new fd0cd59f322b riscv: kvm: vcpu_timer: fix unused variable warnings new 3e5e56c60a14 riscv: kvm: move extern sbi_ext declarations to a header new 35906d23cf03 Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kv [...] new ca922fecda6c KVM: s390: pci: Hook to access KVM lowlevel from VFIO new 29250ba51bc1 Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/ [...] new 685ed983e2dc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 9b1ac04698a4 powerpc/papr_scm: Fix nvdimm event mappings new 0382a35bef70 powerpc/pci: Enable PCI domains in /proc when PCI bus numb [...] new c7acee3d2f12 powerpc: align syscall table for ppc32 new 310d1344e3c5 Revert "powerpc: Remove unused FW_FEATURE_NATIVE references" new 91926d8b7e71 powerpc/rtas: Fix RTAS MSR[HV] handling for Cell new 814816d71e29 powerpc: Fix hard_irq_disable() with sanitizer new 684c68d92e2e Revert "powerpc/irq: Don't open code irq_soft_mask helpers" new 6cf07810e9ef powerpc/papr_scm: Ensure rc is always initialized in papr_ [...] new 5995497296ad Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/ [...]
The 25 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/firmware.h | 8 ++ arch/powerpc/include/asm/hw_irq.h | 46 +++++++++-- arch/powerpc/kernel/pci_32.c | 9 +++ arch/powerpc/kernel/rtas_entry.S | 4 + arch/powerpc/kernel/systbl.S | 1 + arch/powerpc/platforms/pseries/papr_scm.c | 90 +++++++-------------- arch/riscv/include/asm/kvm_vcpu_sbi.h | 12 +++ arch/riscv/kvm/vcpu_sbi.c | 12 +-- arch/riscv/kvm/vcpu_timer.c | 4 - arch/s390/include/asm/kvm_host.h | 17 ++-- arch/s390/kvm/pci.c | 12 ++- arch/s390/pci/Makefile | 2 +- arch/s390/pci/pci_kvm_hook.c | 11 +++ arch/x86/events/intel/core.c | 3 +- arch/x86/kvm/mmu/mmu.c | 60 ++------------ arch/x86/kvm/mmu/spte.h | 14 +++- arch/x86/kvm/vmx/vmx.c | 3 +- arch/x86/kvm/x86.c | 92 +++++++++++++++++++--- drivers/vfio/pci/vfio_pci_zdev.c | 8 +- scripts/Makefile.extrawarn | 12 +++ .../selftests/kvm/include/x86_64/processor.h | 4 +- 21 files changed, 252 insertions(+), 172 deletions(-) create mode 100644 arch/s390/pci/pci_kvm_hook.c