summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/64
AgeCommit message (Expand)AuthorLines
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-6/+6
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy-1/+1
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy-15/+0
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy-7/+0
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy-15/+0
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy-18/+1
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy-25/+0
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy-6/+0
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy-9/+0
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy-17/+0
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy-2/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy-0/+1
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy-2/+0
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+1
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-3/+21
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy-1/+1
2022-06-29powerpc/64e: Reorganise virtual memoryChristophe Leroy-3/+4
2022-06-29powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy-1/+1
2022-06-29powerpc/64e: Remove unused REGION related macrosChristophe Leroy-12/+0
2022-06-29powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy-1/+4
2022-06-29powerpc: Remove _PAGE_SAO stub for book3e/64Christophe Leroy-2/+0
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+0
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)-0/+1
2022-02-03powerpc/nohash: Remove pte_same()Christophe Leroy-3/+0
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy-0/+1
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy-0/+6
2021-10-28powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy-5/+0
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V-1/+5
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V-1/+5
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual-2/+0
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy-1/+4
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio-0/+2
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin-2/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-26/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-27/+1
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport-20/+20
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy-27/+1
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-4/+1
2019-05-03powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy-11/+0
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy-2/+0
2019-05-03powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy-43/+0
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy-22/+0
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy-25/+0
2019-05-03powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy-10/+0
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy-6/+0
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy-22/+15