summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nohash/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy1-11/+31
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy1-4/+0
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy1-1/+1
2024-04-26mm/treewide: remove pXd_huge()Peter Xu1-10/+0
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy1-1/+1
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy1-7/+3
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy1-6/+7
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy1-3/+6
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy1-1/+1
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy1-14/+0
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy1-0/+17
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy1-0/+5
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy1-0/+16
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy1-0/+11
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy1-0/+36
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy1-0/+6
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy1-0/+3
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy1-0/+42
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy1-0/+3
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Christophe Leroy1-17/+0
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy1-15/+0
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy1-10/+0
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy1-0/+2
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)1-11/+5
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+16
2022-11-24powerpc/8xx: Reverse order entries are written by __set_pte_at()Christophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy1-2/+1
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy1-19/+0
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy1-6/+0
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-1/+1
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers1-2/+2
2020-10-16powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V1-5/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy1-2/+0
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy1-1/+1
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy1-0/+13
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy1-0/+4
2018-10-18powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-1/+0
2018-10-14powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy1-6/+18
2018-10-14powerpc/nohash/64: do not include pte-common.hChristophe Leroy1-0/+28
2018-10-14powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy1-0/+10
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-2/+1
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy1-0/+28
2018-10-14powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy1-28/+0
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-0/+2
2018-08-23powerpc/nohash: fix pte_access_permitted()Christophe Leroy1-6/+3
2018-05-07powerpc/nohash: Use IS_ENABLED() to simplify __set_pte_at()Christophe Leroy1-15/+8
2018-05-07powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy1-35/+4