This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bec7dcbc242c Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub [...] new 6c9567e0850b KVM: s390: Don't use %pK through tracepoints new 0c7fbae5bc78 KVM: s390: Don't use %pK through debug printing new adb9061ecc02 Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org [...] new 80fd663590cf selftests: kvm: revamp MONITOR/MWAIT tests new 11934771e7e7 selftests: kvm: bring list of exit reasons up to date new c57047f6f379 selftests: kvm: list once tests that are valid on all arch [...] new f3e555ba45da Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TS [...] new 26cb30f22f9c Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE new 2f313018de0f Documentation: kvm: drop "Capability" heading from capabilities new ed7974fd592b Documentation: kvm: fix some definition lists new af339282e203 Documentation: kvm: organize capabilities in the right section new 269a2c3663c6 Documentation: kvm: remove KVM_CAP_MIPS_TE new 70817b2b4624 Merge branch 'kvm-6.15-rc2-cleanups' into HEAD new ef01cac401f1 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect gues [...] new 0297cdc12a87 KVM: selftests: Add option to rseq test to override /dev/c [...] new 81d480fdf8b7 KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages [...] new 459a35111b0a KVM: Allow building irqbypass.ko as as module when kvm.ko [...] new bc52ae0a708c KVM: x86: Explicitly zero-initialize on-stack CPUID unions new 369348e1d8ce Merge branch 'kvm-6.15-rc2-fixes' into HEAD new 6bad6ecc63b7 KVM: VMX: Assert that IRQs are disabled when putting vCPU [...] new c0b8dcabb2cd KVM: VMX: Use separate subclasses for PI wakeup lock to sq [...] new c77eee50caa2 Merge branch 'kvm-pi-fix-lockdep' into HEAD new acfcaf90db1f smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI new 1f5bdd3b0c70 smccc: kvm_guest: Remove unneeded semicolon new fb8a3eba9c81 KVM: arm64: Only read HPFAR_EL2 when value is architectura [...] new 1cf3e126f152 arm64: Convert HPFAR_EL2 to sysreg table new 26fbdf369227 KVM: arm64: Don't translate FAR if invalid/unsafe new d8d78398e550 KVM: arm64: selftests: Introduce and use hardware-definiti [...] new c8631ea59b65 KVM: arm64: selftests: Explicitly set the page attrs to In [...] new a344e258acb0 KVM: arm64: Use acquire/release to communicate FF-A versio [...] new c478032df078 Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/ [...] new 0e8863244ef5 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: Documentation/virt/kvm/api.rst | 789 ++++++++++----------- arch/arm64/include/asm/esr.h | 44 +- arch/arm64/include/asm/kvm_emulate.h | 7 +- arch/arm64/include/asm/kvm_ras.h | 2 +- arch/arm64/kvm/hyp/include/hyp/fault.h | 70 +- arch/arm64/kvm/hyp/nvhe/ffa.c | 9 +- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 9 +- arch/arm64/kvm/mmu.c | 31 +- arch/arm64/tools/sysreg | 7 + arch/s390/kvm/intercept.c | 2 +- arch/s390/kvm/interrupt.c | 8 +- arch/s390/kvm/kvm-s390.c | 10 +- arch/s390/kvm/trace-s390.h | 4 +- arch/x86/include/asm/kvm_host.h | 7 +- arch/x86/kvm/cpuid.c | 8 +- arch/x86/kvm/mmu/tdp_mmu.c | 8 +- arch/x86/kvm/vmx/posted_intr.c | 37 +- arch/x86/kvm/x86.c | 4 + drivers/firmware/smccc/kvm_guest.c | 4 +- include/linux/kvm_host.h | 2 +- tools/testing/selftests/kvm/Makefile.kvm | 45 +- .../testing/selftests/kvm/arm64/page_fault_test.c | 2 +- .../selftests/kvm/include/arm64/processor.h | 67 +- tools/testing/selftests/kvm/lib/arm64/processor.c | 60 +- tools/testing/selftests/kvm/lib/kvm_util.c | 5 +- tools/testing/selftests/kvm/rseq_test.c | 31 +- .../testing/selftests/kvm/x86/monitor_mwait_test.c | 108 +-- virt/kvm/Kconfig | 2 +- virt/kvm/eventfd.c | 10 +- 29 files changed, 785 insertions(+), 607 deletions(-)