summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/32/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy2023-10-191-16/+0
* powerpc/nohash: Refactor pte_clear()Christophe Leroy2023-10-191-3/+0
* powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy2023-10-191-16/+0
* powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy2023-10-191-11/+0
* powerpc/nohash: Deduplicate pte helpersChristophe Leroy2023-10-191-36/+0
* powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy2023-10-191-7/+1
* powerpc/nohash: Refactor pte_update()Christophe Leroy2023-10-191-33/+0
* powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy2023-10-191-5/+2
* powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy2023-10-191-56/+1
* powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy2023-10-191-8/+0
* powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-191-1/+8
* powerpc: Remove pte_ERROR()Christophe Leroy2023-10-191-3/+0
* 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-2/+2
|/
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-5/+17
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-2/+8
|\
| * powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy2022-11-241-2/+8
* | mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra2022-12-151-1/+1
|/
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-261-3/+3
* 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-4/+3
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+1
* powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-281-0/+2
* powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2021-10-281-9/+8
* powerpc/32: Don't use a struct based type for pte_tChristophe Leroy2021-10-221-1/+1
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
* powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-0/+2
* powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy2020-09-151-6/+12
* powerpc/8xx: Modify ptep_get()Christophe Leroy2020-06-221-10/+12
* powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy2020-06-201-0/+10
* powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport2020-06-171-5/+3
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-15/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-72/+48
|\
| * powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-281-1/+0
| * powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy2020-05-281-15/+0
| * powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-261-3/+7
| * powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-261-7/+6
| * powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-261-1/+2
| * powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy2020-05-261-4/+25
| * powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy2020-05-261-6/+7
| * powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy2020-05-261-2/+3
| * powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy2020-05-261-22/+4
| * powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2020-05-261-17/+0
| * powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-111-1/+1
| * powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-1/+1
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+0
|/