summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-075-4/+1
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-075-4/+1
* | powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS codeMichael Ellerman2020-07-291-44/+3
|/
* powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha2020-06-221-0/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-3/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-052-119/+112
|\
| * powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2020-05-281-2/+2
| * powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy2020-05-261-3/+8
| * powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy2020-05-261-2/+7
| * powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2020-05-261-1/+49
| * powerpc/8xx: Map IMMR with a huge pageChristophe Leroy2020-05-261-6/+2
| * powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-261-0/+52
| * powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy2020-05-261-102/+1
| * powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2020-05-261-18/+1
| * powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-261-4/+11
| * powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-2/+3
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-7/+8
* | powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy2020-04-221-0/+3
|/
* powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor2020-03-171-1/+11
* powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-2/+2
* powerpc/8xx: Fix permanently mapped IMMR region.Christophe Leroy2020-01-231-6/+7
* powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Christophe Leroy2019-12-161-1/+1
* powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy2019-11-181-3/+49
* powerpc/fsl_booke/kaslr: support nokaslr cmdline parameterJason Yan2019-11-131-0/+7
* powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan2019-11-132-0/+12
* powerpc/fsl_booke/32: randomize the kernel image offsetJason Yan2019-11-131-2/+323
* powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan2019-11-133-2/+68
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-0/+2
* powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Christophe Leroy2019-08-201-2/+14
* powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy2019-08-121-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-309-51/+9
* powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy2019-05-031-2/+2
* powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy2019-05-032-29/+20
* powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-032-44/+0
* powerpc/book3e: drop mmu_get_tsize()Christophe Leroy2019-05-031-5/+0
* powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-031-3/+1
* powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy2019-05-0311-0/+4392