All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 3] RFC: wait queue usage
@ 2011-11-22 21:13 Olaf Hering
  2011-11-22 21:13 ` [PATCH 3 of 3] RFC: xenpaging: use waitqueue in ept_get Olaf Hering
  0 siblings, 1 reply; 9+ messages in thread
From: Olaf Hering @ 2011-11-22 21:13 UTC (permalink / raw)
  To: xen-devel


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

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

end of thread, other threads:[~2011-11-23 18:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1126.1321998852.12970.xen-devel@lists.xensource.com>
2011-11-23  4:52 ` [PATCH 3 of 3] RFC: xenpaging: use waitqueue in ept_get Andres Lagar-Cavilla
2011-11-23 16:37   ` Olaf Hering
2011-11-23 17:36     ` Andres Lagar-Cavilla
2011-11-23  4:58 ` RFC: mem_event: use wait queue when ring is full Andres Lagar-Cavilla
2011-11-23 16:49   ` Olaf Hering
2011-11-23 17:17     ` Keir Fraser
2011-11-23 18:23       ` Olaf Hering
2011-11-22 21:13 [PATCH 0 of 3] RFC: wait queue usage Olaf Hering
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

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.