| From: |
| Joerg Roedel <joerg.roedel@amd.com> |
| To: |
| Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com> |
| Subject: |
| [PATCH 0/7] Support for GB pages in KVM |
| Date: |
| Fri, 27 Mar 2009 15:31:52 +0100 |
| Message-ID: |
| <1238164319-16092-1-git-send-email-joerg.roedel@amd.com> |
| Cc: |
| kvm@vger.kernel.org, linux-kernel@vger.kernel.org |
| Archive-link: |
| Article, Thread
|
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/