This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fbc04bf01a8d Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/s [...] new f6c6804c43fa kvm: Move KVM_GET_XSAVE2 IOCTL definition at the end of kvm.h new 57dfd7b53dec KVM: x86: Move delivery of non-APICv interrupt into vendor code new ef9989afda73 kvm: add guest_state_{enter,exit}_irqoff() new 72e3244512b3 kvm/mips: rework guest entry logic new b2d2af7e5df3 kvm/x86: rework guest entry logic new 8cfe148a7136 kvm/arm64: rework guest entry logic new 6455317e4d0d kvm/riscv: rework guest entry logic new de1d7b6a51da RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode new 403271548a84 RISC-V: KVM: Fix SBI implementation version new cb4f0843429e Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/k [...] new e3bcfda012ed KVM: x86: Report deprecated x87 features in supported CPUID new 6e37ec8825a1 KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer new 1c71dbc8a179 KVM: arm64: Avoid consuming a stale esr value when SError occur new 1229630af886 KVM: arm64: Stop handle_exit() from handling HVC twice whe [...] new 1dd498e5e26a KVM: arm64: Workaround Cortex-A510's single-step and PAC t [...] new 7e6a6b400db8 Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pu [...] new 5fdb26213fcb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 17 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/arm64/silicon-errata.rst | 2 + arch/arm64/Kconfig | 16 +++++ arch/arm64/kernel/cpu_errata.c | 8 +++ arch/arm64/kvm/arm.c | 51 ++++++++++----- arch/arm64/kvm/handle_exit.c | 8 +++ arch/arm64/kvm/hyp/include/hyp/switch.h | 23 ++++++- arch/arm64/tools/cpucaps | 5 +- arch/mips/kvm/mips.c | 50 ++++++++++++-- arch/riscv/kvm/vcpu.c | 48 +++++++++----- arch/riscv/kvm/vcpu_sbi_base.c | 3 +- arch/x86/include/asm/kvm-x86-ops.h | 2 +- arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/kvm/cpuid.c | 13 ++-- arch/x86/kvm/lapic.c | 10 +-- arch/x86/kvm/svm/svm.c | 21 +++++- arch/x86/kvm/vmx/vmx.c | 21 +++++- arch/x86/kvm/x86.c | 10 +-- arch/x86/kvm/x86.h | 45 ------------- include/linux/kvm_host.h | 112 +++++++++++++++++++++++++++++++- include/uapi/linux/kvm.h | 6 +- 20 files changed, 336 insertions(+), 121 deletions(-)