All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 00/12] KVM: s390: Features and fixes for kvm/next
@ 2019-04-29  9:09 Christian Borntraeger
  2019-04-29  9:09 ` [GIT PULL 01/12] KVM: s390: Fix potential spectre warnings Christian Borntraeger
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Christian Borntraeger @ 2019-04-29  9:09 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Cornelia Huck, Christian Borntraeger, linux-s390,
	Janosch Frank, David Hildenbrand, Eric Farman, Pierre Morel

Paolo, Radim,

Nothing big this time. Some fixes and new hardware features.
Please pull

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-5.2-1

for you to fetch changes up to b2d0371d2e374facd45e115d3668086df13730ff:

  KVM: s390: vsie: Return correct values for Invalid CRYCB format (2019-04-29 09:01:22 +0200)

----------------------------------------------------------------
KVM: s390: Features and fixes for 5.2

- VSIE crypto fixes
- new guest features for gen15
- disable halt polling for nested virtualization with overcommit

----------------------------------------------------------------
Christian Borntraeger (9):
      KVM: s390: add vector enhancements facility 2 to cpumodel
      KVM: s390: add vector BCD enhancements facility to cpumodel
      KVM: s390: add MSA9 to cpumodel
      KVM: s390: provide query function for instructions returning 32 byte
      KVM: s390: add enhanced sort facilty to cpu model
      KVM: s390: add deflate conversion facilty to cpu model
      KVM: s390: enable MSA9 keywrapping functions depending on cpu model
      KVM: polling: add architecture backend to disable polling
      KVM: s390: provide kvm_arch_no_poll function

Eric Farman (1):
      KVM: s390: Fix potential spectre warnings

Pierre Morel (2):
      KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys
      KVM: s390: vsie: Return correct values for Invalid CRYCB format

 Documentation/virtual/kvm/devices/vm.txt |   3 +-
 arch/s390/include/asm/cpacf.h            |   1 +
 arch/s390/include/asm/kvm_host.h         |   2 +
 arch/s390/include/uapi/asm/kvm.h         |   5 +-
 arch/s390/kvm/Kconfig                    |   1 +
 arch/s390/kvm/interrupt.c                |  11 ++-
 arch/s390/kvm/kvm-s390.c                 | 117 ++++++++++++++++++++++++++++++-
 arch/s390/kvm/vsie.c                     |  13 ++--
 arch/s390/tools/gen_facilities.c         |   3 +
 include/linux/kvm_host.h                 |  10 +++
 tools/arch/s390/include/uapi/asm/kvm.h   |   3 +-
 virt/kvm/Kconfig                         |   3 +
 virt/kvm/kvm_main.c                      |   2 +-
 13 files changed, 163 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2019-04-30 19:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  9:09 [GIT PULL 00/12] KVM: s390: Features and fixes for kvm/next Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 01/12] KVM: s390: Fix potential spectre warnings Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 02/12] KVM: s390: add vector enhancements facility 2 to cpumodel Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 03/12] KVM: s390: add vector BCD enhancements facility " Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 04/12] KVM: s390: add MSA9 " Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 05/12] KVM: s390: provide query function for instructions returning 32 byte Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 06/12] KVM: s390: add enhanced sort facilty to cpu model Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 07/12] KVM: s390: add deflate conversion " Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 08/12] KVM: s390: enable MSA9 keywrapping functions depending on " Christian Borntraeger
2019-04-29  9:09 ` [GIT PULL 09/12] KVM: polling: add architecture backend to disable polling Christian Borntraeger
2019-04-29  9:10 ` [GIT PULL 10/12] KVM: s390: provide kvm_arch_no_poll function Christian Borntraeger
2019-04-29  9:10 ` [GIT PULL 11/12] KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys Christian Borntraeger
2019-04-29  9:10 ` [GIT PULL 12/12] KVM: s390: vsie: Return correct values for Invalid CRYCB format Christian Borntraeger
2019-04-30 19:29 ` [GIT PULL 00/12] KVM: s390: Features and fixes for kvm/next Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.