All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] RFC: wait queue usage
@ 2011-12-01 11:09 Olaf Hering
  2011-12-01 11:09 ` [PATCH 2 of 4] xenpaging: use wait queues Olaf Hering
  0 siblings, 1 reply; 10+ messages in thread
From: Olaf Hering @ 2011-12-01 11:09 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.

This series conflicts with work from Andres Lagar-Cavilla.


Olaf


 xen/arch/x86/hvm/emulate.c       |    3 
 xen/arch/x86/hvm/hvm.c           |   21 +-
 xen/arch/x86/mm.c                |   49 +----
 xen/arch/x86/mm/guest_walk.c     |    3 
 xen/arch/x86/mm/hap/guest_walk.c |    6 
 xen/arch/x86/mm/mem_event.c      |  150 +++++++++++++--
 xen/arch/x86/mm/mem_sharing.c    |   27 +-
 xen/arch/x86/mm/p2m-ept.c        |    3 
 xen/arch/x86/mm/p2m.c            |  378 +++++++++++++++++++++++++++++++++------
 xen/common/domctl.c              |    3 
 xen/common/grant_table.c         |    3 
 xen/include/asm-x86/hvm/domain.h |    3 
 xen/include/asm-x86/mem_event.h  |    8 
 xen/include/asm-x86/p2m.h        |   11 -
 xen/include/public/trace.h       |   31 +++
 xen/include/xen/sched.h          |   16 +
 16 files changed, 569 insertions(+), 146 deletions(-)

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

end of thread, other threads:[~2011-12-15 12:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3014.1322742146.12970.xen-devel@lists.xensource.com>
2011-12-01 15:17 ` [PATCH 2 of 4] xenpaging: use wait queues Andres Lagar-Cavilla
2011-12-01 18:46   ` Olaf Hering
2011-12-01 20:02     ` Andres Lagar-Cavilla
2011-12-02 16:30     ` Andres Lagar-Cavilla
2011-12-02 16:43       ` Olaf Hering
2011-12-02 17:23         ` Andres Lagar-Cavilla
2011-12-02 17:34           ` Olaf Hering
2011-12-01 11:09 [PATCH 0 of 4] RFC: wait queue usage Olaf Hering
2011-12-01 11:09 ` [PATCH 2 of 4] xenpaging: use wait queues Olaf Hering
2011-12-15 12:28   ` Tim Deegan
2011-12-15 12:40     ` Olaf Hering

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.