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 1 of 3] mem_event: move mem_event_domain out of struct domain Olaf Hering
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 21:13 [PATCH 0 of 3] RFC: wait queue usage Olaf Hering
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

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.