This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2e90ca68b0d2 floppy: check FDC index for errors before assigning it new bf4498ad3f9a tmpfs: deny and force are not huge mount options new bc570c14b260 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 872d92dec353 tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DD new c9cc0517bba9 crypto: chacha20poly1305 - prevent integer overflow on lar [...] new 7031ecffab86 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new ead68df94d24 KVM: x86: enable -Werror new d970a325561d KVM: x86: fix missing prototypes new 463bfeeead97 KVM: nVMX: Fix some obsolete comments and grammar error new 147f1a1fe5d7 KVM: x86: fix incorrect comparison in trace event new b78a8552d77f kvm/emulate: fix a -Werror=cast-function-type new 7455a8327674 KVM: x86: don't notify userspace IOAPIC on edge-triggered [...] new c9dfd3fb0835 KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow new 624e18f92f2e KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE new 93fd9666c269 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled new 91a5f413af59 KVM: nVMX: handle nested posted interrupts when apicv is d [...] new a4443267800a KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbase [...] new 23520b2def95 KVM: apic: avoid calculating pending eoi from an uninitial [...] new d80b64ff297e KVM: SVM: Fix potential memory leak in svm_cpu_init() new dd58f3c95c98 KVM: fix error handling in svm_hardware_setup new 5ef8acbdd687 KVM: nVMX: Emulate MTF when performing instruction emulation new 07721feee46b KVM: nVMX: Don't emulate instructions in guest mode new e71237d3ff1a KVM: nVMX: Refactor IO bitmap checks into helper function new 35a571346a94 KVM: nVMX: Check IO instruction VM-exit conditions new a93236fcbe1d KVM: s390: rstify new ioctls in api.rst new 63623fd44972 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 25 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 | 33 +++++----- arch/x86/include/asm/kvm_emulate.h | 13 +++- arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/include/asm/vmx.h | 2 +- arch/x86/include/asm/vmxfeatures.h | 1 + arch/x86/include/uapi/asm/kvm.h | 1 + arch/x86/kvm/Makefile | 1 + arch/x86/kvm/emulate.c | 36 ++++------ arch/x86/kvm/irq_comm.c | 2 +- arch/x86/kvm/lapic.c | 9 ++- arch/x86/kvm/mmutrace.h | 2 +- arch/x86/kvm/svm.c | 65 ++++++++++--------- arch/x86/kvm/vmx/capabilities.h | 1 + arch/x86/kvm/vmx/nested.c | 89 ++++++++++++++++++------- arch/x86/kvm/vmx/nested.h | 10 ++- arch/x86/kvm/vmx/vmx.c | 130 +++++++++++++++++++++++++++++++------ arch/x86/kvm/vmx/vmx.h | 3 + arch/x86/kvm/x86.c | 2 + drivers/tee/amdtee/Kconfig | 2 +- include/linux/kvm_host.h | 2 + lib/crypto/chacha20poly1305.c | 3 + mm/shmem.c | 2 - 22 files changed, 288 insertions(+), 124 deletions(-)