All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andres Lagar-Cavilla <andres@lagarcavilla.org>
To: xen-devel@lists.xen.org
Cc: "Zhang, Yang Z" <yang.z.zhang@intel.com>,
	keir@xen.org, andres@gridcentric.ca, tim@xen.org
Subject: [PATCH 0 of 4] RFC top up to experimental p2m rwlock patch
Date: Fri, 27 Apr 2012 17:16:17 -0400	[thread overview]
Message-ID: <patchbomb.1335561377@xdev.gridcentric.ca> (raw)

Extending the core idea form Tim's patch, and bug fixing galore.

Our testing works quite smoothly with this in place.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla>

 xen/arch/x86/mm.c               |    2 +-
 xen/arch/x86/mm/shadow/common.c |    5 -
 xen/include/asm-x86/mm.h        |    1 -
 xen/common/grant_table.c        |  231 ++++++++++++++++-----------------------
 xen/arch/x86/hvm/svm/svm.c      |   20 +--
 xen/arch/x86/mm.c               |   48 +++-----
 xen/common/memory.c             |    9 +-
 xen/common/tmem_xen.c           |   26 +--
 xen/include/asm-x86/p2m.h       |   11 -
 xen/xsm/flask/hooks.c           |   19 ++-
 10 files changed, 155 insertions(+), 217 deletions(-)

             reply	other threads:[~2012-04-27 21:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27 21:16 Andres Lagar-Cavilla [this message]
2012-04-27 21:16 ` [PATCH 1 of 4] x86/mm: Eliminate _shadow_mode_refcounts Andres Lagar-Cavilla
2012-05-03 16:24   ` Tim Deegan
2012-04-27 21:16 ` [PATCH 2 of 4] Grant table: Adopt get_page_from_gfn Andres Lagar-Cavilla
2012-04-27 21:16 ` [PATCH 3 of 4] Use get page from gfn also in svm code Andres Lagar-Cavilla
2012-04-27 21:16 ` [PATCH 4 of 4] Expand use of get_page_from_gfn Andres Lagar-Cavilla
2012-05-03 16:19 ` [PATCH 0 of 4] RFC top up to experimental p2m rwlock patch Tim Deegan

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=patchbomb.1335561377@xdev.gridcentric.ca \
    --to=andres@lagarcavilla.org \
    --cc=andres@gridcentric.ca \
    --cc=keir@xen.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    --cc=yang.z.zhang@intel.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 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.