Linus,

The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce:

  Linux 3.19-rc6 (2015-01-25 20:04: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 df04d1d191a5fea628981067e7cb7da33b246e89:

  KVM: x86: check LAPIC presence when building apic_map (2015-01-30 12:28:31 
+0100)

----------------------------------------------------------------
The ARM changes are largish, but not too scary.  And a simple fix
for x86 (bug introduced in 3.19).

----------------------------------------------------------------
Marc Zyngier (3):
      arm/arm64: KVM: Use set/way op trapping to track the state of the caches
      arm/arm64: KVM: Invalidate data cache on unmap
      arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault

Paolo Bonzini (1):
      Merge tag 'kvm-arm-fixes-3.19-2' of 
git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

Radim Krčmář (1):
      KVM: x86: check LAPIC presence when building apic_map

 arch/arm/include/asm/kvm_emulate.h   |  10 +++
 arch/arm/include/asm/kvm_host.h      |   3 -
 arch/arm/include/asm/kvm_mmu.h       |  77 +++++++++++++---
 arch/arm/kvm/arm.c                   |  10 ---
 arch/arm/kvm/coproc.c                |  70 +++------------
 arch/arm/kvm/coproc.h                |   6 +-
 arch/arm/kvm/coproc_a15.c            |   2 +-
 arch/arm/kvm/coproc_a7.c             |   2 +-
 arch/arm/kvm/mmu.c                   | 164 ++++++++++++++++++++++++++++++-----
 arch/arm/kvm/trace.h                 |  39 +++++++++
 arch/arm64/include/asm/kvm_emulate.h |  10 +++
 arch/arm64/include/asm/kvm_host.h    |   3 -
 arch/arm64/include/asm/kvm_mmu.h     |  34 ++++++--
 arch/arm64/kvm/sys_regs.c            |  75 +++-------------
 arch/x86/kvm/lapic.c                 |   3 +
 15 files changed, 330 insertions(+), 178 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to