This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e9a6fb0bcdd7 Linux 6.18-rc5 new ea138a607709 RISC-V: KVM: Fix check for local interrupts on riscv32 new 873f10cf8e4d RISC-V: KVM: Read HGEIP CSR on the correct cpu new 8c5fa3764fac RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP new 36567f1de1b3 Merge tag 'kvm-riscv-fixes-6.18-2' of https://github.com/k [...] new 9d7dfb95da2c KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL new 8819a49f9ff8 KVM: x86: Unload "FPU" state on INIT if and only if its cu [...] new 9bc610b6a2a7 KVM: x86: Harden KVM against imbalanced load/put of guest [...] new cab4098be418 KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVES new 59a217ced3e7 KVM: SVM: Initialize per-CPU svm_data at the end of hardwa [...] new adc6ae972971 KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exit new aaac099459f9 KVM: SVM: Make avic_ga_log_notifier() local to avic.c new fd92bd3b4445 KVM: SVM: switch to raw spinlock for svm->ir_list_lock new ae431059e75d KVM: guest_memfd: Remove bindings on memslot deletion when [...] new d0164c161923 KVM: VMX: Fix check for valid GVA on an EPT violation new 0e5ba55750c1 Merge tag 'kvm-x86-fixes-6.18-rc5' of https://github.com/k [...] new da888524c393 KVM: arm64: vgic-v3: Trap all if no in-kernel irqchip new a24f7afce048 KVM: selftests: fix MAPC RDbase target formatting in vgic_ [...] new 92e781c93ebe KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list new a186fbcfd845 KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list new f71f7afd0a0c KVM: arm64: Check range args for pKVM mem transitions new 103e17aac09c KVM: arm64: Check the untrusted offset in FF-A memory share new 3f9eacf4f070 KVM: arm64: Make all 32bit ID registers fully writable new 8a9866ff8600 KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is c [...] new 50e7cce81b9b KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC t [...] new 75360a9a3385 KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarray new 66768669f27d KVM: arm64: vgic-v3: Release reserved slot outside of lpi_ [...] new 4af235bf6455 MAINTAINERS: Switch myself to using kernel.org address new ca00c3af8ede Merge tag 'kvmarm-fixes-6.18-2' of git://git.kernel.org/pu [...] new dc55b3c3f612 KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is [...] new fbe5e5f030c2 KVM: nSVM: Always recalculate LBR MSR intercepts in svm_up [...] new 8a4821412cf2 KVM: nSVM: Fix and simplify LBR virtualization handling wi [...] new 4ea7c1717f3f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 32 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: .mailmap | 3 +- MAINTAINERS | 2 +- arch/arm64/kvm/hyp/nvhe/ffa.c | 9 ++- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 28 +++++++ arch/arm64/kvm/sys_regs.c | 71 +++++++++--------- arch/arm64/kvm/vgic/vgic-debug.c | 16 +++- arch/arm64/kvm/vgic/vgic-init.c | 16 +++- arch/arm64/kvm/vgic/vgic-its.c | 18 ++--- arch/arm64/kvm/vgic/vgic-v3.c | 3 +- arch/arm64/kvm/vgic/vgic.c | 23 ++++-- arch/riscv/kvm/aia_imsic.c | 16 +++- arch/riscv/kvm/mmu.c | 25 +------ arch/riscv/kvm/vcpu.c | 2 +- arch/x86/include/uapi/asm/vmx.h | 1 + arch/x86/kvm/svm/avic.c | 24 +++--- arch/x86/kvm/svm/nested.c | 20 ++--- arch/x86/kvm/svm/svm.c | 86 ++++++++++------------ arch/x86/kvm/svm/svm.h | 4 +- arch/x86/kvm/vmx/common.h | 2 +- arch/x86/kvm/vmx/nested.c | 8 ++ arch/x86/kvm/vmx/vmx.c | 8 ++ arch/x86/kvm/x86.c | 50 ++++++++----- tools/testing/selftests/kvm/arm64/get-reg-list.c | 3 + tools/testing/selftests/kvm/lib/arm64/gic_v3_its.c | 9 ++- virt/kvm/guest_memfd.c | 45 +++++++---- 25 files changed, 296 insertions(+), 196 deletions(-)