summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable.h
AgeCommit message (Expand)AuthorLines
2024-09-17mm: always define pxx_pgprot()Peter Xu-0/+1
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy-0/+3
2024-03-06mm/treewide: drop pXd_large()Peter Xu-4/+0
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu-24/+0
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu-1/+1
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand-0/+2
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann-2/+8
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy-0/+6
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy-0/+19
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy-0/+10
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+2
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)-0/+12
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V-0/+21
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V-0/+6
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He-10/+0
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij-2/+2
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann-3/+0
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-7/+0
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy-0/+19
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual-19/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+5
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual-0/+6
2021-06-21powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe-0/+1
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy-0/+4
2021-03-24powerpc: Remove duplicate includesZhang Yunkai-2/+0
2021-01-30powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater-0/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-0/+7
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-19/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-2/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+2
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport-5/+5
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy-0/+2
2020-03-13powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy-1/+3
2020-02-26powerpc/32: drop get_pteptr()Christophe Leroy-0/+5
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy-0/+12
2020-01-23powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy-6/+0
2019-11-18powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy-4/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-1/+0
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy-0/+2
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy-12/+0
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+24
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V-0/+14
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V-0/+24
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey-0/+6
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy-3/+0
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig-1/+0
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig-1/+0
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy-1/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy-0/+4
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy-0/+25