summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/32
AgeCommit message (Expand)AuthorLines
2026-03-04powerpc/e500: Always use 64 bits PTEChristophe Leroy-62/+1
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-2/+1
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-13/+13
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+2
2024-08-30powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy-1/+2
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-65/+46
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-49/+42
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy-9/+2
2024-06-28powerpc: Remove core support for 40xChristophe Leroy-144/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-272/+83
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy-0/+1
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-18/+4
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy-7/+0
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy-0/+6
2023-10-19powerpc/8xx: Use generic permission masksChristophe Leroy-8/+5
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy-14/+0
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy-16/+0
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy-3/+0
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy-16/+0
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy-11/+0
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy-36/+0
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy-7/+1
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy-33/+0
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-8/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy-2/+8
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy-3/+0
2023-10-19powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy-3/+0
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+7
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy-0/+7
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts-1/+2
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-33/+31
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij-1/+1
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy-9/+21
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy-10/+10
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy-9/+0
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy-6/+5
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy-6/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-4/+4
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-24/+26
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+8
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra-1/+1
2022-11-24powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy-2/+8
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy-1/+1