linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Reduce memory usage for mm_context_t
@ 2019-04-08 13:19 Aneesh Kumar K.V
  2019-04-08 13:19 ` [PATCH v2 1/3] powerpc/mm: Add helpers for accessing hash translation related variables Aneesh Kumar K.V
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aneesh Kumar K.V @ 2019-04-08 13:19 UTC (permalink / raw)
  To: npiggin, benh, paulus, mpe, Christophe Leroy
  Cc: Aneesh Kumar K.V, linuxppc-dev

This patch moves hash translation related context variables to another structure
and runtime allocate that based on translation mode.

Aneesh Kumar K.V (3):
  powerpc/mm: Add helpers for accessing hash translation related
    variables
  powerpc/mm: Move slb_addr_linit to early_init_mmu
  powerpc/mm: Reduce memory usage for mm_context_t for radix

 arch/powerpc/include/asm/book3s/64/mmu-hash.h | 35 +++++++-
 arch/powerpc/include/asm/book3s/64/mmu.h      | 88 +++++++++++++------
 arch/powerpc/include/asm/nohash/32/mmu-8xx.h  | 50 +++++++++++
 arch/powerpc/kernel/paca.c                    | 12 +--
 arch/powerpc/kernel/setup-common.c            |  7 +-
 arch/powerpc/mm/hash_utils_64.c               | 14 +--
 arch/powerpc/mm/mmu_context_book3s64.c        | 16 +++-
 arch/powerpc/mm/slb.c                         |  2 +-
 arch/powerpc/mm/slice.c                       | 49 +++++------
 arch/powerpc/mm/subpage-prot.c                |  8 +-
 arch/powerpc/mm/tlb_nohash.c                  |  6 ++
 11 files changed, 211 insertions(+), 76 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-04-08 13:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-08 13:19 [PATCH v2 0/3] Reduce memory usage for mm_context_t Aneesh Kumar K.V
2019-04-08 13:19 ` [PATCH v2 1/3] powerpc/mm: Add helpers for accessing hash translation related variables Aneesh Kumar K.V
2019-04-08 13:19 ` [PATCH v2 2/3] powerpc/mm: Move slb_addr_linit to early_init_mmu Aneesh Kumar K.V
2019-04-08 13:19 ` [PATCH v2 3/3] powerpc/mm: Reduce memory usage for mm_context_t for radix Aneesh Kumar K.V

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).