summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu1-15/+12
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-10/+0
2024-03-07mm/treewide: drop pXd_large()Peter Xu1-3/+1
2024-03-07mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu1-6/+4
2024-03-07mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu1-14/+2
2024-03-03powerpc: Refactor __kernel_map_pages()Christophe Leroy1-10/+0
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)1-8/+2
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray1-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy1-3/+1
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy1-15/+5
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy1-10/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy1-0/+1
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy1-2/+0
2023-09-01powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar1-1/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+1
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V1-11/+144
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand1-76/+4
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt1-1/+1
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy1-6/+3
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy1-19/+0
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman1-7/+0
2022-09-08powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin1-0/+3
2022-08-26powerpc/mm: Support execute-only memory on the Radix MMURussell Currey1-0/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+3
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens1-0/+3
2022-05-10powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand1-1/+20
2022-05-10powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand1-7/+5
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy1-0/+2
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley1-0/+10
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+4
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+5
2021-06-16powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-0/+3
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy1-1/+3
2021-04-08powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman1-0/+1
2021-02-08powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin1-3/+20
2020-11-19powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V1-1/+16
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+7
2020-10-16powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V1-6/+9
2020-10-16powerpc/mm: add DEBUG_VM WARN for pmd_clearAneesh Kumar K.V1-0/+14
2020-09-15powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V1-0/+7
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio1-5/+3
2020-07-21powerpc/64s: Remove PROT_SAO supportNicholas Piggin1-3/+5
2020-07-20powerpc/book3s64/pkeys: Move pkey related bits in the linux page tableAneesh Kumar K.V1-9/+8
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-43/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-11/+39
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport1-27/+33