This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e347810e8409 Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linux new 83131d84694a KVM: Documentation: minimal updates to review-checklist.rst new 8a73c8dbb230 KVM: Documentation: document how KVM is tested new 2265c08ec393 KVM: arm64: Fix enforcement of upper bound on MDCR_EL2.HPMN new be8543845da5 Merge tag 'kvmarm-fixes-6.16-6' of git://git.kernel.org/pu [...] new 57f576e860d3 RISC-V: KVM: Disable vstimecmp before exiting to user-space new 4cec89db80ba RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualization new 709ea4a8661c Merge tag 'kvm-riscv-fixes-6.16-2' of https://github.com/k [...] new ed302854d015 KVM: TDX: Don't report base TDVMCALLs new 073b3eca08f9 Documentation: KVM: Fix unexpected unindent warning new b24bbb534c2d KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protec [...] new b8be70ec2b47 KVM: VMX: Ensure unused kvm_tdx_capabilities fields are ze [...] new 4b7d440de209 Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/k [...] new c7de79e662b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
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: Documentation/virt/kvm/api.rst | 11 +++- Documentation/virt/kvm/review-checklist.rst | 95 ++++++++++++++++++++++++++--- arch/arm64/kvm/sys_regs.c | 2 +- arch/riscv/include/asm/kvm_aia.h | 4 +- arch/riscv/include/asm/kvm_host.h | 3 + arch/riscv/kvm/aia.c | 51 +++------------- arch/riscv/kvm/aia_imsic.c | 45 ++++++++++++++ arch/riscv/kvm/vcpu.c | 10 --- arch/riscv/kvm/vcpu_timer.c | 16 +++++ arch/x86/kvm/vmx/tdx.c | 9 ++- arch/x86/kvm/x86.c | 4 ++ 11 files changed, 180 insertions(+), 70 deletions(-)