summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2021-12-201-3/+11
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+1
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-5/+5
* powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy2019-08-271-127/+1
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-3/+0
* powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy2019-08-271-24/+0
* powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy2019-08-271-33/+0
* powerpc/mm: rework io-workaround invocation.Christophe Leroy2019-08-271-8/+9
* powerpc/mm: drop function __ioremap()Christophe Leroy2019-08-271-7/+0
* powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy2019-08-271-10/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-10/+29
|\
| * powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2019-07-051-1/+1
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-3/+9
| * powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-191-1/+1
| * powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin2019-06-191-7/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-031-0/+3
* powerpc: remove the __kernel_io_end exportChristoph Hellwig2019-05-031-1/+0
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-021-1/+1
* powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King2019-04-281-1/+1
* powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V2019-04-211-0/+5
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-2/+0
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-0/+2
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-7/+7
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-19/+18
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-7/+3
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-131-0/+10
* powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V2018-10-031-1/+1
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-2/+0
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-114/+0
* powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V2018-05-151-4/+5
* powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V2018-05-151-56/+0
* powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-311-5/+0
* powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-0/+1
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+2
* powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy2018-02-131-0/+2
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-13/+1
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-1/+1
* | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-151-1/+1
|/
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+2
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+8
* powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-041-1/+3
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-041-0/+13
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+1
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-2/+6