Linus, The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c: Linux 4.11-rc3 (2017-03-19 19:09:39 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to 2beb6dad2e8f95d710159d5befb390e4f62ab5cf: KVM: x86: cleanup the page tracking SRCU instance (2017-03-28 14:08:02 +0200) ---------------------------------------------------------------- All x86-specific, apart from some arch-independent syzkaller fixes. v1->v2: added one more Reviewed-by ---------------------------------------------------------------- David Hildenbrand (1): KVM: kvm_io_bus_unregister_dev() should never fail Dmitry Vyukov (1): kvm: fix usage of uninit spinlock in avic_vm_destroy() Herongguang (Stephen) (1): KVM: pci-assign: do not map smm memory slot pages in vt-d page tables Jim Mattson (1): kvm: vmx: Flush TLB when the APIC-access address changes Ladi Prosek (1): KVM: nVMX: fix nested EPT detection Luiz Capitulino (1): KVM: Documentation: document MCE ioctls Paolo Bonzini (1): KVM: x86: cleanup the page tracking SRCU instance Peter Xu (3): KVM: x86: clear bus pointer when destroyed KVM: x86: check existance before destroy KVM: x86: use pic/ioapic destructor when destroy vm Radim Krčmář (1): KVM: VMX: downgrade warning on unexpected exit code Wanpeng Li (4): KVM: nVMX: don't reset kvm mmu twice KVM: x86: correct async page present tracepoint KVM: nVMX: Fix nested VPID vmx exec control KVM: VMX: Fix enable VPID conditions kbuild test robot (1): PTP: fix ptr_ret.cocci warnings Documentation/virtual/kvm/api.txt | 63 +++++++++++++++++++++++++++++++++++ arch/x86/include/asm/kvm_page_track.h | 1 + arch/x86/kvm/i8259.c | 3 ++ arch/x86/kvm/ioapic.c | 3 ++ arch/x86/kvm/page_track.c | 8 +++++ arch/x86/kvm/svm.c | 3 ++ arch/x86/kvm/vmx.c | 44 +++++++++++++++++------- arch/x86/kvm/x86.c | 7 ++-- drivers/ptp/ptp_kvm.c | 5 +-- include/linux/kvm_host.h | 4 +-- virt/kvm/eventfd.c | 3 +- virt/kvm/kvm_main.c | 44 ++++++++++++++++-------- 12 files changed, 153 insertions(+), 35 deletions(-)