All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00 of 14] MM Fixes
@ 2011-11-23 21:11 Andres Lagar-Cavilla
  2011-11-23 21:11 ` [PATCH 01 of 14] The PoD code may split a 1GB superpage in a potentially unlocked way Andres Lagar-Cavilla
                   ` (13 more replies)
  0 siblings, 14 replies; 26+ messages in thread
From: Andres Lagar-Cavilla @ 2011-11-23 21:11 UTC (permalink / raw)
  To: xen-devel; +Cc: andres, keir.xen, tim, JBeulich, adin

This patch series includes a number of bug fixes, targetting 
primarily the mm layer. Many of these fixes also lay groundwork
for future patches.

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

 xen/arch/x86/mm/p2m-pod.c          |   1 -
 xen/arch/x86/mm/p2m-pt.c           |   9 +++-
 xen/arch/x86/mm/p2m.c              |   5 +-
 xen/arch/x86/mm/hap/hap.c          |   2 +
 tools/libxc/xc_domain.c            |   2 +
 xen/arch/x86/mm/shadow/common.c    |   4 +-
 xen/arch/x86/mm/hap/hap.c          |  15 ++++++--
 xen/arch/x86/mm/hap/hap.c          |   2 +-
 xen/drivers/char/ns16550.c         |   2 +-
 xen/arch/x86/mm/p2m.c              |   4 +-
 xen/include/asm-x86/p2m.h          |   3 +-
 xen/arch/x86/hvm/hvm.c             |  10 ++++-
 xen/arch/x86/mm.c                  |   5 ++-
 xen/arch/x86/hvm/hvm.c             |  69 ++++++++++++++++++++++++-------------
 xen/arch/x86/hvm/nestedhvm.c       |   4 +-
 xen/arch/x86/hvm/svm/nestedsvm.c   |  23 ++++++------
 xen/arch/x86/hvm/vmx/vvmx.c        |  36 +++++++++++--------
 xen/include/asm-x86/hvm/hvm.h      |   9 +++-
 xen/include/asm-x86/hvm/vcpu.h     |   1 +
 xen/include/asm-x86/hvm/vmx/vvmx.h |   1 +
 xen/arch/x86/mm/guest_walk.c       |  16 ++++++--
 xen/common/grant_table.c           |  69 ++++++++++++++++++++-----------------
 22 files changed, 182 insertions(+), 110 deletions(-)

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

end of thread, other threads:[~2011-11-24 17:46 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 21:11 [PATCH 00 of 14] MM Fixes Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 01 of 14] The PoD code may split a 1GB superpage in a potentially unlocked way Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 02 of 14] Fix handling of m2p map in set_shared_p2m_entry Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 03 of 14] Make HAP log dirty disable return the correct rc Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 04 of 14] When passing no bitmap for the shadow log dirty bitmap clean up, we should not get EFAULT Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 05 of 14] Don't trigger unnecessary shadow scans on p2m entry update Andres Lagar-Cavilla
2011-11-24  9:48   ` Jan Beulich
2011-11-24  9:51     ` Jan Beulich
2011-11-24 15:24       ` Andres Lagar-Cavilla
2011-11-24 15:53         ` Tim Deegan
2011-11-23 21:11 ` [PATCH 06 of 14] Don't lose track of the log dirty bitmap Andres Lagar-Cavilla
2011-11-24 16:07   ` Tim Deegan
2011-11-24 16:11     ` Andres Lagar-Cavilla
2011-11-24 17:46     ` Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 07 of 14] Trivial fix for rc val in hap track dirty vram Andres Lagar-Cavilla
2011-11-24  9:59   ` Jan Beulich
2011-11-24 15:38     ` Keir Fraser
2011-11-23 21:11 ` [PATCH 08 of 14] Properly compare "pci" token when groking serial port config Andres Lagar-Cavilla
2011-11-24 10:03   ` Jan Beulich
2011-11-23 21:11 ` [PATCH 09 of 14] Allow log dirty mode to be used in conjunction with paging Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 10 of 14] Prevent the hypervisor from BUGging if xc_hvm_modified_memory is called on a shared page Andres Lagar-Cavilla
2011-11-23 21:11 ` [PATCH 11 of 14] ASSERT we are putting the right gfn in the XNEMAPSPACE_gmfn* cases Andres Lagar-Cavilla
2011-11-24  9:23 ` [PATCH 00 of 14] MM Fixes Jan Beulich
2011-11-24 11:38 ` Ian Jackson
2011-11-24 13:40   ` Andres Lagar-Cavilla
2011-11-24 16:37 ` Tim Deegan

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.