[PATCH for-4.8_set1 00/12] Radix fixes for 4.8

Aneesh Kumar K.V aneesh.kumar at linux.vnet.ibm.com
Wed Jul 13 19:35:19 AEST 2016


Hi,

This series include cleanup and fixes for radix MMU mode. I also added a
patch that provides a kernel command line option to disable radix.

Aneesh Kumar K.V (11):
  powerpc/mm/radix: Update LPCR HR bit as per ISA
  powerpc/mm: use _raw variant of page table accessors
  powerpc/mm: Compile out radix related functions if RADIX_MMU is
    disabled
  powerpc/mm: Clear top 16 bits of va only on older cpus
  powerpc/mm: Print formation regarding the the MMU mode
  powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0
  powerpc/mm/radix: Update PID switch sequence
  powerpc/mm/radix: Update machine call back to support new HCALL.
  powerpc/mm/radix: Add LPID based tlb flush helpers
  powerpc/mm: Cleanup LPCR defines
  powerpc/mm/radix: Add a kernel command line to disable radix

Balbir Singh (1):
  Fix .long's in mm/tlb-radix.c to more meaningful

 Documentation/kernel-parameters.txt                |  3 +
 arch/powerpc/include/asm/book3s/64/mmu.h           |  5 ++
 arch/powerpc/include/asm/book3s/64/pgtable-4k.h    |  6 +-
 arch/powerpc/include/asm/book3s/64/pgtable-64k.h   |  6 +-
 arch/powerpc/include/asm/book3s/64/pgtable.h       | 99 +++++++++++++++-------
 .../powerpc/include/asm/book3s/64/tlbflush-radix.h |  4 +-
 arch/powerpc/include/asm/machdep.h                 |  3 +-
 arch/powerpc/include/asm/mmu.h                     |  9 +-
 arch/powerpc/include/asm/pgtable-be-types.h        | 15 ++++
 arch/powerpc/include/asm/ppc-opcode.h              | 17 ++++
 arch/powerpc/include/asm/reg.h                     | 55 ++++++------
 arch/powerpc/kernel/cputable.c                     |  4 +-
 arch/powerpc/kernel/prom.c                         | 13 +++
 arch/powerpc/mm/hash_native_64.c                   | 16 +++-
 arch/powerpc/mm/hash_utils_64.c                    | 12 +--
 arch/powerpc/mm/mmu_context_book3s64.c             |  5 +-
 arch/powerpc/mm/pgtable-radix.c                    | 16 ++--
 arch/powerpc/mm/tlb-radix.c                        | 65 ++++++++++++--
 18 files changed, 260 insertions(+), 93 deletions(-)

-- 
2.7.4



More information about the Linuxppc-dev mailing list