summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nohash/32/pgtable.h
AgeCommit message (Expand)Author
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 pte_update()Christophe Leroy
2023-10-19powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy
2023-10-19powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra
2022-11-24powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)
2022-02-03powerpc/nohash: Remove pte_same()Christophe Leroy
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy
2021-10-28powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy
2021-10-28powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy
2021-10-22powerpc/32: Don't use a struct based type for pte_tChristophe Leroy
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy
2020-09-15powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy
2020-06-22powerpc/8xx: Modify ptep_get()Christophe Leroy
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy
2020-05-28powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy
2020-05-26powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy
2020-05-26powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy
2020-05-26powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy