Linux s390 Architecture development
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Radim Krčmář" <rkrcmar@redhat.com>
Cc: KVM <kvm@vger.kernel.org>,
	Cornelia Huck <cornelia.huck@de.ibm.com>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>
Subject: [GIT PULL 00/11] KVM: s390: features and fixes for 4.9 (via kvm/next)
Date: Thu,  8 Sep 2016 14:00:12 +0200	[thread overview]
Message-ID: <1473336023-15522-1-git-send-email-borntraeger@de.ibm.com> (raw)

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

             reply	other threads:[~2016-09-08 12:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08 12:00 Christian Borntraeger [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473336023-15522-1-git-send-email-borntraeger@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox