public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Marcelo Tossati <mtosatti@redhat.com>, Gleb Natapov <gleb@redhat.com>
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	KVM <kvm@vger.kernel.org>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>
Subject: [PATCH 0/8] s390/kvm: memory mgmt related fixes/cleanups
Date: Tue,  5 Mar 2013 13:14:39 +0100	[thread overview]
Message-ID: <1362485687-2799-1-git-send-email-borntraeger@de.ibm.com> (raw)

Marcelo, Gleb,

here are some patches to cleanup/fix some aspects of the KVM
memory management on s390. Since these patches mostly touch
files names */kvm*/ lets push them via the kvm tree.
Please queue for 3.10.

The patch queue applies on 3.9-rc1

Heiko Carstens (8):
  s390/kvm,gaccess: fix guest access return code handling
  s390/mm,gmap: implement gmap_translate()
  s390/kvm,tprot: use new gmap_translate() function
  s390/kvm: remove explicit -EFAULT return code checking on guest access  s390/kvm,gaccess: shorten put/get_guest code
  s390/kvm,gaccess: shorten copy_to/from_guest code
  s390/kvm: cleanup/fix handle_tpi()
  s390/kvm,gaccess: add address space annotations

 arch/s390/include/asm/pgtable.h |   2 +
 arch/s390/kvm/gaccess.h         | 429 +++++++---------------------------------
 arch/s390/kvm/intercept.c       |  10 +-
 arch/s390/kvm/interrupt.c       | 245 +++++++----------------
 arch/s390/kvm/priv.c            |  89 +++++----
 arch/s390/mm/pgtable.c          | 107 +++++++---
 6 files changed, 284 insertions(+), 598 deletions(-)

-- 
1.8.0.1

             reply	other threads:[~2013-03-05 12:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-05 12:14 Christian Borntraeger [this message]
2013-03-05 12:14 ` [PATCH 1/8] s390/kvm,gaccess: fix guest access return code handling Christian Borntraeger
2013-03-05 12:14 ` [PATCH 2/8] s390/mm,gmap: implement gmap_translate() Christian Borntraeger
2013-03-05 12:14 ` [PATCH 3/8] s390/kvm,tprot: use new gmap_translate() function Christian Borntraeger
2013-03-05 12:14 ` [PATCH 4/8] s390/kvm: remove explicit -EFAULT return code checking on guest access Christian Borntraeger
2013-03-05 12:14 ` [PATCH 5/8] s390/kvm,gaccess: shorten put/get_guest code Christian Borntraeger
2013-03-05 12:14 ` [PATCH 6/8] s390/kvm,gaccess: shorten copy_to/from_guest code Christian Borntraeger
2013-03-05 12:14 ` [PATCH 7/8] s390/kvm: cleanup/fix handle_tpi() Christian Borntraeger
2013-03-05 12:14 ` [PATCH 8/8] s390/kvm,gaccess: add address space annotations Christian Borntraeger
2013-03-07 19:21 ` [PATCH 0/8] s390/kvm: memory mgmt related fixes/cleanups Marcelo Tosatti

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=1362485687-2799-1-git-send-email-borntraeger@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=gleb@redhat.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=schwidefsky@de.ibm.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