Linus, The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd: Linux 3.15-rc4 (2014-05-04 18:14:42 -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 a4e91d04b86504f145cc5f766c2609357a68b186: Merge tag 'kvm-s390-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (2014-05-15 14:46:57 +0200) ---------------------------------------------------------------- Small fixes for x86, slightly larger fixes for PPC, and a forgotten s390 patch. The PPC fixes are important because they fix breakage that is new in 3.15. ---------------------------------------------------------------- Alexander Graf (2): KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit KVM guest: Make pv trampoline code executable Cornelia Huck (1): KVM: s390: announce irqfd capability Marcelo Tosatti (1): KVM: x86: disable master clock if TSC is reset during suspend Paolo Bonzini (3): KVM: vmx: disable APIC virtualization in nested guests Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-master Merge tag 'kvm-s390-for-3.15-1' of git://git.kernel.org/.../kvms390/linux into kvm-master Paul Mackerras (1): KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit pingfank@xxxxxxxxxxxxxxxxxx (1): KVM: PPC: Book3S: HV: make _PAGE_NUMA take effect Documentation/virtual/kvm/api.txt | 2 +- arch/powerpc/include/asm/sections.h | 11 ++++ arch/powerpc/kernel/kvm.c | 2 +- arch/powerpc/kvm/book3s.c | 6 +- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 2 +- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 104 ++++++++++++++++++++++++++++++++ arch/powerpc/kvm/book3s_pr.c | 6 +- arch/powerpc/mm/hash_utils_64.c | 4 ++ arch/s390/kvm/kvm-s390.c | 1 + arch/x86/kvm/vmx.c | 7 ++- arch/x86/kvm/x86.c | 6 +- 11 files changed, 139 insertions(+), 12 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