LWN.net Logo

16G huge page support for powerpc

From:  Jon Tollefson <kniht@linux.vnet.ibm.com>
To:  linux-kernel@vger.kernel.org, Linux Memory Management List <linux-mm@kvack.org>, linuxppc-dev <linuxppc-dev@ozlabs.org>
Subject:  [PATCH 0/4] 16G huge page support for powerpc
Date:  Wed, 26 Mar 2008 16:20:45 -0500
Message-ID:  <47EABE2D.7080400@linux.vnet.ibm.com>
Cc:  Andi Kleen <andi@firstfloor.org>, Paul Mackerras <paulus@samba.org>, Adam Litke <agl@linux.vnet.ibm.com>
Archive-link:  Article, Thread


This patch set builds on Andi Kleen's patches for GB pages for hugetlb
posted on March 16th.  This set adds support for 16G huge pages on
ppc64.  Supporting multiple huge page sizes on ppc64 as defined in
Andi's patches is not a part of this set; that will be included in a
future patch.

The first patch here adds an arch callback since the 16G pages are not
allocated from bootmem.  The 16G pages have to be reserved prior to
boot-time.  The location of these pages are indicated in the device tree.

Support for 16G pages requires a POWER5+ or later machine and a little
bit of memory.

Jon


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds