aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy1-0/+19
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual1-19/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+5
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-0/+6
2021-06-21powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe1-0/+1
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-0/+4
2021-03-24powerpc: Remove duplicate includesZhang Yunkai1-2/+0
2021-01-30powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater1-0/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-0/+7
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-19/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-5/+5
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+2
2020-03-13powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy1-1/+3
2020-02-26powerpc/32: drop get_pteptr()Christophe Leroy1-0/+5
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy1-0/+12
2020-01-23powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy1-6/+0
2019-11-18powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy1-4/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+0
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-0/+2
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy1-12/+0
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+24
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V1-0/+14
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-0/+24
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey1-0/+6
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy1-3/+0
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig1-1/+0
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig1-1/+0
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy1-1/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy1-0/+4
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy1-0/+25
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-0/+10
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy1-0/+19
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-9/+1
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V1-9/+1
2017-08-15powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy1-1/+1
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+7
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy1-0/+2
2016-07-26powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V1-4/+2
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins1-1/+0
2016-02-16powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy1-0/+3
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V1-6/+0
2015-12-14powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V1-191/+1
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V1-0/+4
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V1-3/+3
2015-08-07powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood1-0/+11