This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c7230a48ed5e Merge tag 'spi-fix-v5.11-rc5' of git://git.kernel.org/pub/ [...] new 11663111cd49 KVM: arm64: Hide PMU registers from userspace when not available new 7ded92e25cac KVM: arm64: Simplify handling of absent PMU system registers new 2c91ef392161 KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return new 7ba8b4380afb KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg() new e1663372d5ff KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag new 9529aaa056ed KVM: arm64: Filter out v8.1+ events on v8.0 HW new 139bc8a6146d KVM: Forbid the use of tagged userspace addresses for memslots new 615099b01eb7 Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pu [...] new a10f373ad3c7 KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM new eb79cd00ce25 KVM: x86: Add more protection against undefined behavior i [...] new e61ab2a320c3 KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in int [...] new 98dd2f108e44 KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding [...] new 1f7becf1b7e2 KVM: x86: get smi pending status correctly new 01ead84ccd23 KVM: Documentation: Update description of KVM_{GET,CLEAR}_ [...] new d95df9510679 kvm: tracing: Fix unmatched kvm_entry and kvm_exit events new d51e1d3f6b42 KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration new 250091409a4a KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SE [...] new aed89418de9a KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written" new 9a78e15802a8 KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside gue [...] new 4992eb41ab1b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 20 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 | 21 ++++---- arch/arm64/kvm/arm.c | 3 +- arch/arm64/kvm/hyp/nvhe/psci-relay.c | 13 ++--- arch/arm64/kvm/pmu-emul.c | 10 ++-- arch/arm64/kvm/sys_regs.c | 93 ++++++++++++++++++++++-------------- arch/x86/kvm/kvm_cache_regs.h | 51 ++++++++++---------- arch/x86/kvm/mmu.h | 9 +++- arch/x86/kvm/svm/nested.c | 3 ++ arch/x86/kvm/svm/sev.c | 15 +++--- arch/x86/kvm/svm/svm.c | 2 + arch/x86/kvm/vmx/nested.c | 44 ++++++++++++----- arch/x86/kvm/vmx/pmu_intel.c | 6 ++- arch/x86/kvm/vmx/vmx.c | 2 + arch/x86/kvm/x86.c | 11 +++-- virt/kvm/kvm_main.c | 1 + 15 files changed, 172 insertions(+), 112 deletions(-)