linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM/ARM Updates for kvm/next
@ 2013-10-16  0:49 Christoffer Dall
  2013-10-16  0:49 ` [PATCH 1/9] KVM: ARM: Fix typo in comments of inject_abt() Christoffer Dall
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Christoffer Dall @ 2013-10-16  0:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi guys,

(You may want to make sure you actually pull this as opposed to picking
them off the mailing list, since the weird non-ASCII spaces in the
patches at least make both git send-email and git-am angry for me).

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-for-3.13-1

for you to fetch changes up to a7265fb1751ffbfad553afc7f592a6dac6be48de:

  KVM: ARM: Remove non-ASCII space characters (2013-10-15 17:43:00 -0700)

----------------------------------------------------------------
Updates for KVM/ARM including cpu=host and Cortex-A7 support

----------------------------------------------------------------
Anup Patel (5):
      KVM: ARM: Fix typo in comments of inject_abt()
      ARM: KVM: Implement kvm_vcpu_preferred_target() function
      ARM64: KVM: Implement kvm_vcpu_preferred_target() function
      ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl
      KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctl

Christoffer Dall (1):
      KVM: ARM: Remove non-ASCII space characters

Jonathan Austin (3):
      KVM: ARM: Fix calculation of virtual CPU ID
      KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks
      KVM: ARM: Add support for Cortex-A7

 Documentation/virtual/kvm/api.txt |   31 ++++++++--
 arch/arm/include/asm/kvm_arm.h    |    4 +-
 arch/arm/include/asm/kvm_asm.h    |    2 +-
 arch/arm/include/asm/kvm_host.h   |    1 +
 arch/arm/include/uapi/asm/kvm.h   |    3 +-
 arch/arm/kvm/Makefile             |    2 +-
 arch/arm/kvm/arm.c                |   13 +++++
 arch/arm/kvm/coproc.c             |  114 ++++++++++++++++++++++++++++++++++++
 arch/arm/kvm/coproc_a15.c         |  117 +------------------------------------
 arch/arm/kvm/coproc_a7.c          |   54 +++++++++++++++++
 arch/arm/kvm/emulate.c            |    2 +-
 arch/arm/kvm/guest.c              |   24 +++++++-
 arch/arm/kvm/reset.c              |   15 ++---
 arch/arm64/include/asm/kvm_host.h |    1 +
 arch/arm64/kvm/guest.c            |   20 +++++++
 include/uapi/linux/kvm.h          |    1 +
 16 files changed, 270 insertions(+), 134 deletions(-)
 create mode 100644 arch/arm/kvm/coproc_a7.c

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-10-16 12:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-16  0:49 [GIT PULL] KVM/ARM Updates for kvm/next Christoffer Dall
2013-10-16  0:49 ` [PATCH 1/9] KVM: ARM: Fix typo in comments of inject_abt() Christoffer Dall
2013-10-16  0:49 ` [PATCH 2/9] ARM: KVM: Implement kvm_vcpu_preferred_target() function Christoffer Dall
2013-10-16  0:49 ` [PATCH 3/9] ARM64: " Christoffer Dall
2013-10-16  0:49 ` [PATCH 4/9] ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl Christoffer Dall
2013-10-16  0:49 ` [PATCH 5/9] KVM: Add documentation for " Christoffer Dall
2013-10-16  0:49 ` [PATCH 6/9] KVM: ARM: Fix calculation of virtual CPU ID Christoffer Dall
2013-10-16  0:49 ` [PATCH 7/9] KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks Christoffer Dall
2013-10-16  0:49 ` [PATCH 8/9] KVM: ARM: Add support for Cortex-A7 Christoffer Dall
2013-10-16  0:49 ` [PATCH 9/9] KVM: ARM: Remove non-ASCII space characters Christoffer Dall
2013-10-16 12:38 ` [GIT PULL] KVM/ARM Updates for kvm/next Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).