summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash/8xx.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-1/+1
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy1-3/+8
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy1-2/+7
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy1-1/+49
2020-05-26powerpc/8xx: Map IMMR with a huge pageChristophe Leroy1-6/+2
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+52
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy1-102/+1
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy1-18/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy1-4/+11
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-2/+3
2020-01-23powerpc/8xx: Fix permanently mapped IMMR region.Christophe Leroy1-6/+7
2019-12-16powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Christophe Leroy1-1/+1
2019-11-18powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy1-3/+49
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-03powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy1-0/+239