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 kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html