This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b2da7df52e16 Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.o [...] new 2a50fc5fd097 KVM: arm64: Handle host stage-2 faults from 32-bit EL0 new 8f6379e207e7 KVM/arm64: Don't emulate a PMU for 32-bit guests if featur [...] new 85ea6b1ec915 KVM: arm64: Inject exception on out-of-IPA-range translati [...] new 484c22df5aa0 Merge tag 'kvmarm-fixes-5.18-2' of git://git.kernel.org/pu [...] new 86931ff7207b KVM: x86/mmu: Do not create SPTEs for GFNs that exceed hos [...] new d495f942f40a KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT new 44187235cbcc KVM: x86/mmu: fix potential races when walking host page table new 73331c5d84cf Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD new 643d95aac59a Revert "x86/mm: Introduce lookup_address_in_mm()" new f751d8eac176 KVM: x86: work around QEMU issue with synthetic CPUID leaves new b6b2648911bb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 11 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/virt/kvm/api.rst | 24 ++++++++++----- arch/arm64/include/asm/kvm_emulate.h | 1 + arch/arm64/kvm/hyp/nvhe/host.S | 18 ++++++------ arch/arm64/kvm/inject_fault.c | 28 ++++++++++++++++++ arch/arm64/kvm/mmu.c | 19 ++++++++++++ arch/arm64/kvm/pmu-emul.c | 23 ++++++++++++++- arch/arm64/kvm/psci.c | 3 +- arch/riscv/kvm/vcpu_sbi.c | 5 ++-- arch/x86/include/asm/pgtable_types.h | 4 --- arch/x86/kvm/cpuid.c | 19 ++++++++---- arch/x86/kvm/mmu.h | 24 +++++++++++++++ arch/x86/kvm/mmu/mmu.c | 57 +++++++++++++++++++++++++++++++----- arch/x86/kvm/mmu/spte.h | 6 ---- arch/x86/kvm/mmu/tdp_mmu.c | 15 +++++----- arch/x86/kvm/x86.c | 8 ++++- arch/x86/mm/pat/set_memory.c | 11 ------- include/uapi/linux/kvm.h | 10 ++++++- virt/kvm/kvm_main.c | 1 + 18 files changed, 214 insertions(+), 62 deletions(-)