Linus, The following changes since commit b914c5b2130239fd378d1a719ab3c53f0c782be9: Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux (2014-11-25 19:05:41 -0800) 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 d3fccc7ef831d1d829b4da5eaa081db55b1e38f3: kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() (2014-11-26 14:40:45 +0100) ---------------------------------------------------------------- Last minute KVM/ARM fixes; even the generic change actually affects nothing but ARM. ---------------------------------------------------------------- Ard Biesheuvel (2): arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() Christoffer Dall (2): arm64: KVM: Handle traps of ICC_SRE_EL1 as RAZ/WI arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() Mark Rutland (1): arm64: KVM: fix unmapping with 48-bit VAs arch/arm/kvm/mmu.c | 10 ++++++++-- arch/arm64/kvm/sys_regs.c | 9 +++++++++ arch/ia64/kvm/kvm-ia64.c | 2 +- arch/x86/kvm/mmu.c | 6 +++--- include/linux/kvm_host.h | 2 +- virt/kvm/arm/vgic.c | 8 ++++---- virt/kvm/kvm_main.c | 16 ++++++++-------- 7 files changed, 34 insertions(+), 19 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