Linus, The following changes since commit 00cc1633816de8c95f337608a1ea64e228faf771: sched: access local runqueue directly in single_task_running (2015-09-18 13:47:59 +0200) 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 920552b213e3dc832a874b4e7ba29ecddbab31bc: KVM: disable halt_poll_ns as default for s390x (2015-09-25 10:31:30 +0200) ---------------------------------------------------------------- AMD fixes for bugs introduced in the 4.2 merge window, and a few PPC bug fixes too. ---------------------------------------------------------------- David Hildenbrand (1): KVM: disable halt_poll_ns as default for s390x Gautham R. Shenoy (1): KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit Igor Mammedov (1): kvm: svm: reset mmu on VCPU reset Paolo Bonzini (5): KVM: x86: trap AMD MSRs for the TSeg base and mask Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc into kvm-master KVM: svm: do not call kvm_set_cr0 from init_vmcb KVM: x86: use correct page table format to check nested page table reserved bits KVM: x86: fix off-by-one in reserved bits check Paul Mackerras (1): KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs Thomas Huth (1): KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store() arch/arm/include/asm/kvm_host.h | 1 + arch/arm64/include/asm/kvm_host.h | 1 + arch/mips/include/asm/kvm_host.h | 1 + arch/powerpc/include/asm/kvm_host.h | 1 + arch/powerpc/kvm/book3s.c | 6 ++++++ arch/powerpc/kvm/book3s_hv.c | 6 +++++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 1 + arch/s390/include/asm/kvm_host.h | 1 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/asm/msr-index.h | 1 + arch/x86/kvm/mmu.c | 25 ++++++++++++++++++------- arch/x86/kvm/svm.c | 4 +++- arch/x86/kvm/x86.c | 2 ++ virt/kvm/kvm_main.c | 4 ++-- 14 files changed, 44 insertions(+), 11 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html