This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ef2e9a563b0c Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/s [...] new 141d170495be openrisc: Reserve memblock for initrd new 3ae90d764093 openrisc: Fix cache API compile issue when not inlining new d877322bc1ad openrisc: Fix issue with get_user for 64-bit values new b952e974300b Merge tag 'for-linus' of git://github.com/openrisc/linux new 38480df564cc KVM: arm64: pvtime: steal-time is only supported when configured new 2dbd780e34ac KVM: arm64: pvtime: Fix potential loss of stolen time new 4d2d4ce001f2 KVM: arm64: Drop type input from kvm_put_guest new 53f985584e3c KVM: arm64: pvtime: Fix stolen time accounting across migration new 739c7af7daee KVM: Documentation: Minor fixups new 004a01241c5a arm64/x86: KVM: Introduce steal-time cap new 3fb884ffe921 KVM: arm64: Do not try to map PUDs when they are folded into PMD new 376426b1a953 KVM: arm64: Fix address truncation in traces new 7b75cd512842 KVM: arm64: Update page shift if stage 2 block mapping not [...] new 1b67fd086dd7 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub [...] new 43fea4e42599 KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected new 0f990222108d KVM: Check the allocation of pv cpu mask new f65886606c2d KVM: fix memory leak in kvm_io_bus_unregister_dev() new c6b177a3beb9 KVM: nVMX: Fix the update value of nested load IA32_PERF_G [...] new f6f6195b888c kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed new 15e9e35cd1de KVM: MIPS: Change the definition of kvm type new 7be74942f184 KVM: SVM: Periodically schedule when unregistering regions [...] new d831de177217 KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN new e42c68281b44 KVM: SVM: avoid emulation with stale next_rip new 99b82a1437cb KVM: VMX: Don't freeze guest when event delivery causes an [...] new 244081f9073f x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro new cc17b22559d9 x86/kvm: don't forget to ACK async PF IRQ new 9883764ad0ce SVM: nSVM: correctly restore GIF on vmexit from nesting af [...] new 772b81bb2f9b SVM: nSVM: setup nested msr permission bitmap on nested st [...] new 3ebb5d2617fb KVM: nSVM: more strict SMM checks when returning to nested guest new 37f66bbef092 KVM: emulator: more strict rsm checks. new 84b134997212 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 31 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 | 22 ++++++++++++++++++---- arch/arm64/include/asm/kvm_host.h | 2 +- arch/arm64/kvm/arm.c | 3 +++ arch/arm64/kvm/mmu.c | 8 +++++++- arch/arm64/kvm/pvtime.c | 29 +++++++++++++---------------- arch/arm64/kvm/trace_arm.h | 16 ++++++++-------- arch/arm64/kvm/trace_handle_exit.h | 6 +++--- arch/mips/kvm/mips.c | 2 ++ arch/openrisc/include/asm/uaccess.h | 33 +++++++++++++++++++++------------ arch/openrisc/kernel/setup.c | 10 ++++++++++ arch/openrisc/mm/cache.c | 2 +- arch/x86/kernel/kvm.c | 26 ++++++++++++++++++++------ arch/x86/kvm/emulate.c | 22 +++++++++++++++++----- arch/x86/kvm/mmu/mmu.c | 2 +- arch/x86/kvm/svm/nested.c | 7 ++++++- arch/x86/kvm/svm/sev.c | 1 + arch/x86/kvm/svm/svm.c | 36 +++++++++++++++++++++--------------- arch/x86/kvm/vmx/nested.c | 10 +++++++++- arch/x86/kvm/vmx/vmx.c | 5 +++-- arch/x86/kvm/vmx/vmx.h | 1 + arch/x86/kvm/x86.c | 5 ++++- include/linux/kvm_host.h | 31 ++++++++++++++++++++++++++----- include/uapi/linux/kvm.h | 6 ++++-- virt/kvm/kvm_main.c | 21 ++++++++++++--------- 24 files changed, 212 insertions(+), 94 deletions(-)