summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/64/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-1/+1
* powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy2023-10-191-15/+0
* powerpc/nohash: Refactor pte_clear()Christophe Leroy2023-10-191-7/+0
* powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy2023-10-191-15/+0
* powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy2023-10-191-18/+1
* powerpc/nohash: Deduplicate pte helpersChristophe Leroy2023-10-191-25/+0
* powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy2023-10-191-6/+0
* powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy2023-10-191-9/+0
* powerpc/nohash: Refactor pte_update()Christophe Leroy2023-10-191-17/+0
* powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy2023-10-191-2/+0
* powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-191-0/+1
* powerpc: Remove pte_ERROR()Christophe Leroy2023-10-191-2/+0
* powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy2023-10-091-1/+1
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-1/+1
|\
| * powerpc: Make virt_to_pfn() a static inlineLinus Walleij2023-08-161-1/+1
* | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
|/
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+21
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc/64e: Reorganise virtual memoryChristophe Leroy2022-06-291-3/+4
* powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-1/+1
* powerpc/64e: Remove unused REGION related macrosChristophe Leroy2022-06-291-12/+0
* powerpc: Remove _PAGE_SAO stub for book3e/64Christophe Leroy2022-06-291-2/+0
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-3/+0
|\
| * powerpc/nohash: Remove pte_same()Christophe Leroy2022-02-031-3/+0
* | powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)2022-03-211-0/+1
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+1
* powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-0/+6
* powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-281-5/+0
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+5
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-04-221-1/+4
* Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+2
* powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-221-2/+0
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-22/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-27/+1
|\
| * powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2020-05-261-27/+1
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-3/+3
|/
* powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-271-0/+1
* powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-031-4/+0
* powerpc/nohash64: clean pgtable.hChristophe Leroy2019-05-021-5/+0
* powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-201-1/+2
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-3/+1
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-0/+1
|\ \
| * | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+1
| |/
* | powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-141-4/+0
* | powerpc/nohash/64: do not include pte-common.hChristophe Leroy2018-10-141-1/+16
* | powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-141-0/+5
* | powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy2018-10-141-0/+20
* | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-2/+1
|/