From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: [RFC PATCH 0/4] KVM: ARM: Support transparent huge pages and hugetlbfs Date: Fri, 2 Nov 2012 11:03:18 +0100 Message-ID: <1351850602-4781-1-git-send-email-c.dall@virtualopensystems.com> Cc: kvm@vger.kernel.org, Christoffer Dall To: kvmarm@lists.cs.columbia.edu Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:33632 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753491Ab2KBKDe (ORCPT ); Fri, 2 Nov 2012 06:03:34 -0400 Received: by mail-bk0-f46.google.com with SMTP id jk13so1310415bkc.19 for ; Fri, 02 Nov 2012 03:03:33 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: The following series implements support for transparent huge pages and hugetlbfs for KVM/ARM. The patch series is based on kvm-arm-v13-vgic-timers with Will Deacon's hugetlb branch series merged. These patches can also be fetched from here: git://github.com/virtualopensystems/linux-kvm-arm.git kvm-arm-hugetlb Christoffer Dall (4): KVM: ARM: Report support of mmu notifiers to user space KVM: ARM: Fixup trace ipa printing KVM: ARM: Improve stage2_clear_pte KVM: ARM: Transparent huge pages and hugetlbfs support arch/arm/include/asm/kvm_host.h | 6 +- arch/arm/kvm/arm.c | 1 + arch/arm/kvm/mmu.c | 248 +++++++++++++++++++++++++++++---------- arch/arm/kvm/trace.h | 8 +- 4 files changed, 191 insertions(+), 72 deletions(-) -- 1.7.9.5