Linus, The following changes since commit bc33b0ca11e3df467777a4fa7639ba488c9d4911: Linux 4.9-rc4 (2016-11-05 16:23:36 -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 05d36a7dff0b091803034a0d70b41af86aecbc8d: Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2016-11-11 11:13:36 +0100) ---------------------------------------------------------------- ARM fixes. There are a couple pending x86 patches but they'll have to wait for next week. ---------------------------------------------------------------- Andre Przywara (1): KVM: arm/arm64: vgic: Prevent access to invalid SPIs Marc Zyngier (1): arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU Paolo Bonzini (1): Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD Shih-Wei Li (1): KVM: arm/arm64: vgic: Kick VCPUs when queueing already pending IRQs arch/arm/include/asm/kvm_asm.h | 1 + arch/arm/include/asm/kvm_host.h | 3 +++ arch/arm/include/asm/kvm_hyp.h | 1 + arch/arm/kvm/arm.c | 27 +++++++++++++++++++++++++- arch/arm/kvm/hyp/tlb.c | 15 ++++++++++++++ arch/arm64/include/asm/kvm_asm.h | 1 + arch/arm64/include/asm/kvm_host.h | 3 +++ arch/arm64/include/asm/kvm_mmu.h | 2 +- arch/arm64/kvm/hyp/tlb.c | 15 ++++++++++++++ virt/kvm/arm/vgic/vgic-mmio.c | 41 ++++++++++++++++++++++++++------------- virt/kvm/arm/vgic/vgic-mmio.h | 14 ++++++------- virt/kvm/arm/vgic/vgic.c | 12 ++++++++++++ 12 files changed, 112 insertions(+), 23 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