Linus, Please find, in git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.31 a few kvm updates for 2.6.31-rc1. There's nothing earth shattering in there. Most significant is a race fix which could leave stale guest tlb entries under fairly rare conditions. Amit Shah (1): KVM: Ignore reads to K7 EVNTSEL MSRs Avi Kivity (2): KVM: MMU: Allow 4K ptes with bit 7 (PAT) set KVM: VMX: Handle vmx instruction vmexits Christian Borntraeger (1): KVM: s390: Allow stfle instruction in the guest Izik Eidus (1): KVM: Fix dirty bit tracking for slots with large pages Jaswinder Singh Rajput (2): KVM: kvm/x86_emulate.c toggle_interruptibility() should be static KVM: shut up uninit compiler warning in paging_tmpl.h Jes Sorensen (1): KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double export Marcelo Tosatti (1): KVM: protect concurrent make_all_cpus_request arch/ia64/kvm/kvm_lib.c | 6 ++++++ arch/s390/include/asm/kvm_host.h | 4 +++- arch/s390/kvm/kvm-s390.c | 23 ++++++++++++++++++++++- arch/s390/kvm/priv.c | 2 +- arch/x86/kvm/mmu.c | 6 +++--- arch/x86/kvm/paging_tmpl.h | 2 +- arch/x86/kvm/vmx.c | 15 +++++++++++++++ arch/x86/kvm/x86.c | 1 + arch/x86/kvm/x86_emulate.c | 2 +- include/linux/kvm_host.h | 1 + virt/kvm/kvm_main.c | 5 +++++ 11 files changed, 59 insertions(+), 8 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