aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/pgtable_64.c
AgeCommit message (Expand)Author
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-05powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin
2019-06-19powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey
2019-05-03powerpc: remove the __kernel_io_end exportChristoph Hellwig
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy
2019-04-28powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King
2019-04-21powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V
2018-05-15powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V
2018-05-15powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman
2017-07-04powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh