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