aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/pgtable.h
AgeCommit message (Expand)Author
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Christophe Leroy
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-11-24powerpc/8xx: Reverse order entries are written by __set_pte_at()Christophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers
2020-10-16powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V
2018-10-14powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy
2018-10-14powerpc/nohash/64: do not include pte-common.hChristophe Leroy
2018-10-14powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy
2018-10-14powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy
2018-08-23powerpc/nohash: fix pte_access_permitted()Christophe Leroy
2018-05-07powerpc/nohash: Use IS_ENABLED() to simplify __set_pte_at()Christophe Leroy
2018-05-07powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy
2018-01-16powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy
2017-12-22powerpc/mm: Add proper pte access check helper for other platformsAneesh Kumar K.V
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman