From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 3] RFC: wait queue usage
Date: Tue, 22 Nov 2011 22:13:22 +0100 [thread overview]
Message-ID: <patchbomb.1321996402@probook.site> (raw)
The following series is my current state of an attempt to use wait queues for
xenpaging and mem_event handling. I post it here for review and comments.
Olaf
xen/arch/x86/hvm/hvm.c | 6 +-
xen/arch/x86/mm/mem_event.c | 82 +++++++++++++++++++++++++++++++++-------
xen/arch/x86/mm/mem_sharing.c | 31 +++++----------
xen/arch/x86/mm/p2m-ept.c | 46 +++++++++++++++++++---
xen/arch/x86/mm/p2m.c | 56 ++++++++++++++-------------
xen/common/domain.c | 5 ++
xen/include/asm-x86/mem_event.h | 4 -
xen/include/asm-x86/p2m.h | 1
xen/include/xen/sched.h | 32 +++++++++++----
9 files changed, 183 insertions(+), 80 deletions(-)
next reply other threads:[~2011-11-22 21:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 21:13 Olaf Hering [this message]
2011-11-22 21:13 ` [PATCH 1 of 3] mem_event: move mem_event_domain out of struct domain Olaf Hering
2011-11-23 8:41 ` Jan Beulich
2011-11-22 21:13 ` [PATCH 2 of 3] RFC: mem_event: use wait queue when ring is full Olaf Hering
2011-11-23 8:49 ` Jan Beulich
2011-11-23 9:01 ` Keir Fraser
2011-11-23 9:44 ` Jan Beulich
2011-11-23 9:49 ` Keir Fraser
2011-11-22 21:13 ` [PATCH 3 of 3] RFC: xenpaging: use waitqueue in ept_get Olaf Hering
2011-11-23 8:54 ` Jan Beulich
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.1321996402@probook.site \
--to=olaf@aepfle.de \
--cc=xen-devel@lists.xensource.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.