summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash
AgeCommit message (Expand)AuthorLines
2026-03-04powerpc/e500: Always use 64 bits PTEChristophe Leroy-62/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+12
2026-01-26powerpc/mm: support page table checkRohan McLure-1/+7
2026-01-26powerpc/mm: implement *_user_accessible_page() for ptesRohan McLure-0/+5
2026-01-07powerpc/32: Automatically adapt TASK_SIZE based on constraintsChristophe Leroy-4/+0
2026-01-07powerpc/uaccess: Remove unused size and from parameters from allow_access_user()Christophe Leroy-4/+2
2025-09-15powerpc/603: Really copy kernel PGD entries into all PGDIRsChristophe Leroy-1/+1
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-28/+28
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+9
2024-08-30powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...Christophe Leroy-1/+1
2024-08-30powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy-1/+2
2024-08-30powerpc/8xx: Copy kernel PGD entries into all PGDIRsChristophe Leroy-1/+7
2024-08-22powerpc/mm: Fix return type of pgd_val()Christophe Leroy-2/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-134/+133
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy-4/+0
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy-42/+67
2024-07-12powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy-15/+22
2024-07-12powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy-3/+0
2024-07-12powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy-7/+2
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy-53/+42
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy-1/+1
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy-12/+3
2024-07-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman-2/+1
2024-06-28powerpc: Remove core support for 40xChristophe Leroy-148/+2
2024-04-25mm/treewide: remove pXd_huge()Peter Xu-10/+0
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-485/+248
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy-1/+3
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy-7/+3
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy-17/+3
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy-18/+4
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy-29/+13
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy-13/+7
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy-4/+15
2023-10-19powerpc/8xx: Use generic permission masksChristophe Leroy-8/+5
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy-1/+1
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy-43/+0
2023-10-19powerpc/e500: Simplify pte_mkexec()Christophe Leroy-4/+1
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy-31/+17
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy-10/+5
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy-31/+16
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy-29/+12
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy-61/+36
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy-13/+7
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy-9/+3
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy-50/+42
2023-10-19powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy-5/+2
2023-10-19powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy-56/+58
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy-10/+3
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Christophe Leroy-17/+0