All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 9] MM Bug fixes
@ 2011-11-29 20:21 Andres Lagar-Cavilla
  2011-11-29 20:21 ` [PATCH 1 of 9] Tools: When passing no bitmap for the shadow log dirty bitmap clean up, we should not get EFAULT Andres Lagar-Cavilla
                   ` (9 more replies)
  0 siblings, 10 replies; 26+ messages in thread
From: Andres Lagar-Cavilla @ 2011-11-29 20:21 UTC (permalink / raw)
  To: xen-devel
  Cc: ian.campbell, andres, tim, keir.xen, JBeulich, ian.jackson, adin

This patch series includes a number of bug fixes previously
submitted, or newly found, for the mm layer.

Patches 1 and 7 are tool patches, cc'ed tool maintainers. Everything 
else is hypervisors-x86-mm.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Signed-off-by: Adin Scannell <adin@scannell.ca>

 tools/libxc/xc_domain.c           |    2 +
 xen/arch/x86/mm/shadow/common.c   |    6 +-
 xen/arch/x86/mm/shadow/multi.c    |    2 +-
 xen/arch/x86/mm/shadow/private.h  |    7 +
 xen/arch/x86/mm/paging.c          |    2 +-
 xen/include/asm-x86/page.h        |    1 +
 xen/include/asm-x86/x86_32/page.h |   11 +++
 xen/include/asm-x86/x86_64/page.h |    5 +
 xen/arch/x86/hvm/hvm.c            |   44 +++++++----
 xen/arch/x86/hvm/svm/nestedsvm.c  |    6 -
 xen/arch/x86/hvm/vmx/vvmx.c       |   17 +---
 xen/arch/x86/domctl.c             |   30 ++++++++
 xen/arch/x86/mm/p2m-ept.c         |    1 +
 xen/arch/x86/mm/p2m-pod.c         |    5 -
 xen/arch/x86/mm/p2m-pt.c          |  137 ++++++-------------------------------
 xen/arch/x86/mm/p2m.c             |  124 +++++++++++++++++++++++++++++++---
 xen/include/asm-x86/p2m.h         |   11 +-
 xen/include/public/domctl.h       |   12 +++
 tools/libxc/xc_domain.c           |   22 ++++++
 tools/libxc/xenctrl.h             |   27 +++++++
 xen/arch/x86/mm.c                 |    3 +-
 xen/arch/x86/mm/mem_sharing.c     |    3 +
 xen/include/asm-x86/p2m.h         |    3 +-
 23 files changed, 302 insertions(+), 179 deletions(-)

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

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

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 20:21 [PATCH 0 of 9] MM Bug fixes Andres Lagar-Cavilla
2011-11-29 20:21 ` [PATCH 1 of 9] Tools: When passing no bitmap for the shadow log dirty bitmap clean up, we should not get EFAULT Andres Lagar-Cavilla
2011-11-30 14:39   ` Ian Jackson
2011-11-29 20:21 ` [PATCH 2 of 9] x86/mm: Don't trigger unnecessary shadow scans on p2m entry update Andres Lagar-Cavilla
2011-11-29 20:21 ` [PATCH 3 of 9] x86/mm: Don't lose track of the log dirty bitmap Andres Lagar-Cavilla
2011-11-29 20:21 ` [PATCH 4 of 9] x86: Add conversion from a xen map to an mfn Andres Lagar-Cavilla
2011-11-30 10:06   ` Jan Beulich
2011-11-29 20:21 ` [PATCH 5 of 9] x86/mm: Ensure maps used by nested hvm code cannot be paged out Andres Lagar-Cavilla
2011-11-30 10:10   ` Jan Beulich
2011-12-01 14:27     ` Tim Deegan
2011-12-01 14:29       ` Andres Lagar-Cavilla
2011-12-01 14:36         ` Tim Deegan
2011-11-29 20:21 ` [PATCH 6 of 9] x86/mm: Rework stale p2m auditing Andres Lagar-Cavilla
2011-12-02  8:28   ` Jan Beulich
2011-12-02 10:33     ` [PATCH] " Tim Deegan
2011-12-02 11:12       ` Jan Beulich
2011-11-29 20:21 ` [PATCH 7 of 9] Tools: Add libxc wrapper for p2m audit domctl Andres Lagar-Cavilla
2011-11-30 14:43   ` Ian Jackson
2011-11-29 20:21 ` [PATCH 8 of 9] x86/mm: Fix checks during foreign mapping of paged pages Andres Lagar-Cavilla
2011-11-30 12:46   ` Olaf Hering
2011-11-30 13:38     ` Olaf Hering
2011-11-30 15:02       ` Andres Lagar-Cavilla
2011-11-30 15:08         ` Olaf Hering
2011-11-29 20:21 ` [PATCH 9 of 9] x86/mm: Allow pages typed as log dirty to also be shared Andres Lagar-Cavilla
2011-12-01 15:09 ` [PATCH 0 of 9] MM Bug fixes Tim Deegan
2011-12-01 15:25   ` Andres Lagar-Cavilla

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.