summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy1-0/+3
2024-03-07mm/treewide: drop pXd_large()Peter Xu1-4/+0
2024-03-07mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu1-24/+0
2024-03-07mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu1-1/+1
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann1-2/+8
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy1-0/+6
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy1-0/+19
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy1-0/+10
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)1-0/+12
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V1-0/+21
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V1-0/+6
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He1-10/+0
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij1-2/+2
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-3/+0
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-7/+0
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy1-0/+19
2022-07-18powerpc/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/p...Linus 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-16powerpc: 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/po...Linus Torvalds1-0/+2
2020-06-05powerpc: 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-25mm: 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-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus 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-04powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-0/+24
2019-05-02powerpc/mm: Warn if W+X pages found on bootRussell Currey1-0/+6
2019-05-02powerpc/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-18powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-0/+10