All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 00/11] KVM: s390: features and fixes for 4.9 (via kvm/next)
@ 2016-09-08 12:00 Christian Borntraeger
  2016-09-08 12:00 ` [GIT PULL 01/11] KVM: s390: generate facility mask from readable list Christian Borntraeger
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Christian Borntraeger @ 2016-09-08 12:00 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Cornelia Huck, linux-s390, Christian Borntraeger

Paolo, Radim,

here are the features and fixes for s390 KVM for 4.9.
It is based on 4.8-rc3 and it contains a merge of 
topic branch (that is also merged in Martin Schwidefsky
feature branch) to avoid potential merge conflicts as
this file touches code outside */kvm/*.

The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468:

  Linux 4.8-rc3 (2016-08-21 16:14:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to b0eb91ae630a4f2771790e306bb4df323127a397:

  Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next (2016-09-08 13:41:08 +0200)

----------------------------------------------------------------
KVM: s390: features and fixes for 4.9

- lazy enablement of runtime instrumentation
- up to 255 CPUs for nested guests
- rework of machine check deliver
- cleanups/fixes

----------------------------------------------------------------
Christian Borntraeger (1):
      Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next

David Hildenbrand (6):
      KVM: s390: factor out actual delivery of machine checks
      KVM: s390: split store status and machine check handling
      KVM: s390: fix delivery of vector regs during machine checks
      KVM: s390: write external damage code on machine checks
      KVM: s390: guestdbg: separate defines for per code
      KVM: s390: allow 255 VCPUs when sca entries aren't used

Fan Zhang (1):
      KVM: s390: lazy enable RI

Heiko Carstens (1):
      KVM: s390: generate facility mask from readable list

Janosch Frank (1):
      KVM: s390: gaccess: simplify translation exception handling

Markus Elfring (2):
      KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data()
      KVM: s390: Use memdup_user() rather than duplicating code

 arch/s390/include/asm/facilities_src.h | 24 +++++++++
 arch/s390/include/asm/kvm_host.h       |  2 +-
 arch/s390/kernel/asm-offsets.c         |  1 +
 arch/s390/kvm/gaccess.c                | 37 +++++++------
 arch/s390/kvm/guestdbg.c               | 59 ++++++++++----------
 arch/s390/kvm/intercept.c              |  1 +
 arch/s390/kvm/interrupt.c              | 98 ++++++++++++++++++++++++++--------
 arch/s390/kvm/kvm-s390.c               | 70 +++++++++++-------------
 arch/s390/kvm/kvm-s390.h               | 14 +++--
 arch/s390/kvm/priv.c                   | 21 ++++++++
 10 files changed, 213 insertions(+), 114 deletions(-)

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

end of thread, other threads:[~2016-09-08 13:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-08 12:00 [GIT PULL 00/11] KVM: s390: features and fixes for 4.9 (via kvm/next) Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 01/11] KVM: s390: generate facility mask from readable list Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 02/11] KVM: s390: factor out actual delivery of machine checks Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 03/11] KVM: s390: split store status and machine check handling Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 04/11] KVM: s390: fix delivery of vector regs during machine checks Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 05/11] KVM: s390: write external damage code on " Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 06/11] KVM: s390: guestdbg: separate defines for per code Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 07/11] KVM: s390: gaccess: simplify translation exception handling Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 08/11] KVM: s390: lazy enable RI Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 09/11] KVM: s390: allow 255 VCPUs when sca entries aren't used Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 10/11] KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data() Christian Borntraeger
2016-09-08 12:00 ` [GIT PULL 11/11] KVM: s390: Use memdup_user() rather than duplicating code Christian Borntraeger
2016-09-08 13:36 ` [GIT PULL 00/11] KVM: s390: features and fixes for 4.9 (via 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.