[PATCH 0/7] Support for GB pages in KVM

From: Joerg Roedel
Date: Fri Mar 27 2009 - 10:32:38 EST


Hi,

this patchset extends the KVM MMU implementation to support 1GB pages as
supported by AMD family 16 processors. These patches enable support for
1 GB pages with Nested Paging. Support for these pages in the shadow
paging code was also developed but does not run stable yet. The patch
for shadow-paging support is not included in this series and will be
sent out seperatly.

Joerg

git diff --stat avi/master..

arch/ia64/kvm/process.c | 5 -
arch/ia64/kvm/vmm_ivt.S | 18 ++--
arch/ia64/kvm/vtlb.c | 3 +-
arch/x86/include/asm/kvm_host.h | 29 ++++-
arch/x86/kvm/mmu.c | 232 +++++++++++++++++++++++++++------------
arch/x86/kvm/paging_tmpl.h | 48 ++++++---
arch/x86/kvm/svm.c | 7 +
arch/x86/kvm/vmx.c | 19 ++-
arch/x86/kvm/x86.c | 6 +-
include/linux/kvm.h | 1 +
include/linux/kvm_host.h | 2 +-
mm/hugetlb.c | 1 +
virt/kvm/kvm_main.c | 26 +++++



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/