linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add 4 level page table for 64k book3s config
@ 2016-03-01  4:15 Aneesh Kumar K.V
  2016-03-01  4:15 ` [PATCH 1/4] powerpc/mm: Split pgtable types to separate header Aneesh Kumar K.V
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Aneesh Kumar K.V @ 2016-03-01  4:15 UTC (permalink / raw)
  To: benh, paulus, mpe; +Cc: linuxppc-dev, Aneesh Kumar K.V

This series move book3s config with 64k linux page size to a 4 level
linux page table setup. This makes it similar to PowerISA 3.0 radix
setup which inturn will enable us to support both hash and radix
MMU model using single kernel.


Aneesh Kumar K.V (3):
  powerpc/mm: Split pgtable types to separate header
  powerpc/mm: Don't have conditional defines for real_pte_t
  powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table

Kirill A. Shutemov (1):
  mm: Some arch may want to use HPAGE_PMD related values as variables

 arch/powerpc/Kconfig                          |   1 +
 arch/powerpc/include/asm/book3s/64/hash-4k.h  |  33 +-------
 arch/powerpc/include/asm/book3s/64/hash-64k.h |  31 ++++----
 arch/powerpc/include/asm/book3s/64/hash.h     |  11 +++
 arch/powerpc/include/asm/book3s/64/pgtable.h  |  30 ++++++--
 arch/powerpc/include/asm/page.h               | 104 +-------------------------
 arch/powerpc/include/asm/pgalloc-64.h         |  28 ++++++-
 arch/powerpc/include/asm/pgtable-types.h      | 103 +++++++++++++++++++++++++
 arch/powerpc/mm/init_64.c                     |  21 ++++--
 arch/powerpc/mm/pgtable_64.c                  |   7 ++
 include/linux/bug.h                           |   9 +++
 include/linux/huge_mm.h                       |   3 -
 mm/huge_memory.c                              |  17 ++++-
 13 files changed, 227 insertions(+), 171 deletions(-)
 create mode 100644 arch/powerpc/include/asm/pgtable-types.h

-- 
2.5.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-04  0:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  4:15 [PATCH 0/4] Add 4 level page table for 64k book3s config Aneesh Kumar K.V
2016-03-01  4:15 ` [PATCH 1/4] powerpc/mm: Split pgtable types to separate header Aneesh Kumar K.V
2016-03-04  0:40   ` [1/4] " Michael Ellerman
2016-03-01  4:15 ` [PATCH 2/4] powerpc/mm: Don't have conditional defines for real_pte_t Aneesh Kumar K.V
2016-03-04  0:40   ` [2/4] " Michael Ellerman
2016-03-01  4:15 ` [PATCH 3/4] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table Aneesh Kumar K.V
2016-03-04  0:40   ` [3/4] " Michael Ellerman
2016-03-01  4:15 ` [PATCH 4/4] mm: Some arch may want to use HPAGE_PMD related values as variables Aneesh Kumar K.V
2016-03-04  0:40   ` [4/4] " Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).