From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andres Lagar-Cavilla Subject: [PATCH 0 of 9] MM Bug fixes Date: Tue, 29 Nov 2011 15:21:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ian.campbell@citrix.com, andres@gridcentric.ca, tim@xen.org, keir.xen@gmail.com, JBeulich@suse.com, ian.jackson@citrix.com, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org 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 Signed-off-by: Adin Scannell 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(-)