This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4df22ca85d3d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new c6fe81191bd7 RISC-V: relocate DTB if it's outside memory region new 497fe3bb196d Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.o [...] new 706c9c55e5a3 KVM: x86/mmu: Don't treat fully writable SPTEs as volatile [...] new 54eb3ef56f36 KVM: x86/mmu: Move shadow-present check out of spte_has_vo [...] new ba3a6120a4e7 KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with [...] new 4f510c8bb1dd Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD new 5eb849322d7f KVM: x86/svm: Account for family 17h event renumberings in [...] new 5a1bde46f98b kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has ar [...] new 04144108a1ab Merge branch 'kvm-amd-pmu-fixes' into HEAD new 0c2c7c069285 KVM: SEV: Mark nested locking of vcpu->lock new 053d2290c030 KVM: VMX: Exit to userspace if vCPU has injected exception [...] new bce58da1f398 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 12 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/riscv/mm/init.c | 21 ++++++++++-- arch/x86/kvm/cpuid.c | 5 +++ arch/x86/kvm/mmu/mmu.c | 34 +++---------------- arch/x86/kvm/mmu/spte.c | 28 ++++++++++++++++ arch/x86/kvm/mmu/spte.h | 4 ++- arch/x86/kvm/mmu/tdp_iter.h | 34 +++++++++++++++++-- arch/x86/kvm/mmu/tdp_mmu.c | 82 +++++++++++++++++++++++++++++---------------- arch/x86/kvm/svm/pmu.c | 28 ++++++++++++++-- arch/x86/kvm/svm/sev.c | 42 ++++++++++++++++++++--- arch/x86/kvm/vmx/vmx.c | 2 +- 10 files changed, 209 insertions(+), 71 deletions(-)