linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] KVM/arm fixes for 4.17-rc2
@ 2018-04-20 16:07 Marc Zyngier
  2018-04-20 16:07 ` [PATCH 1/5] KVM: arm/arm64: Close VMID generation race Marc Zyngier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marc Zyngier @ 2018-04-20 16:07 UTC (permalink / raw)
  To: linux-arm-kernel

Radim, Paolo,

Here is the first batch of KVM/arm fixes post 4.17 merge window. Not a
lot to report, apart from the slightly scary VMID allocation race that
has been sitting there from day 1.

Please pull.

	M.

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-for-4.17-1

for you to fetch changes up to 85bd0ba1ff9875798fad94218b627ea9f768f3c3:

  arm/arm64: KVM: Add PSCI version selection API (2018-04-20 16:32:23 +0100)

----------------------------------------------------------------
KVM/arm fixes for 4.17, take #1

- PSCI selection API, a leftover from 4.16
- Kick vcpu on active interrupt affinity change
- Plug a VMID allocation race on oversubscribed systems
- Silence debug messages
- Update Christoffer's email address

----------------------------------------------------------------
Andre Przywara (1):
      KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration

Christoffer Dall (1):
      MAINTAINERS: Update e-mail address for Christoffer Dall

Marc Zyngier (3):
      KVM: arm/arm64: Close VMID generation race
      arm64: KVM: Demote SVE and LORegion warnings to debug only
      arm/arm64: KVM: Add PSCI version selection API

 Documentation/virtual/kvm/api.txt      |  9 ++++-
 Documentation/virtual/kvm/arm/psci.txt | 30 +++++++++++++++++
 MAINTAINERS                            |  4 +--
 arch/arm/include/asm/kvm_host.h        |  3 ++
 arch/arm/include/uapi/asm/kvm.h        |  6 ++++
 arch/arm/kvm/guest.c                   | 13 ++++++++
 arch/arm64/include/asm/kvm_host.h      |  3 ++
 arch/arm64/include/uapi/asm/kvm.h      |  6 ++++
 arch/arm64/kvm/guest.c                 | 14 +++++++-
 arch/arm64/kvm/sys_regs.c              |  6 ++--
 include/kvm/arm_psci.h                 | 16 +++++++--
 virt/kvm/arm/arm.c                     | 15 ++++++---
 virt/kvm/arm/psci.c                    | 60 ++++++++++++++++++++++++++++++++++
 virt/kvm/arm/vgic/vgic.c               |  8 +++++
 14 files changed, 178 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/virtual/kvm/arm/psci.txt

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

end of thread, other threads:[~2018-04-25 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20 16:07 [PATCH 0/5] KVM/arm fixes for 4.17-rc2 Marc Zyngier
2018-04-20 16:07 ` [PATCH 1/5] KVM: arm/arm64: Close VMID generation race Marc Zyngier
2018-04-20 16:07 ` [PATCH 2/5] MAINTAINERS: Update e-mail address for Christoffer Dall Marc Zyngier
2018-04-20 16:07 ` [PATCH 3/5] arm64: KVM: Demote SVE and LORegion warnings to debug only Marc Zyngier
2018-04-20 16:07 ` [PATCH 4/5] KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration Marc Zyngier
2018-04-20 16:07 ` [PATCH 5/5] arm/arm64: KVM: Add PSCI version selection API Marc Zyngier
2018-04-25 13:08 ` [PATCH 0/5] KVM/arm fixes for 4.17-rc2 Radim Krčmář

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).