summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/32
AgeCommit message (Expand)AuthorLines
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+11
2026-01-26powerpc/mm: support page table checkRohan McLure-1/+6
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/32s: Fix segments setup when TASK_SIZE is not a multiple of 256MChristophe Leroy-1/+4
2026-01-07powerpc/uaccess: Remove unused size and from parameters from allow_access_user()Christophe Leroy-2/+1
2025-11-18powerpc, mm: Fix mprotect on book3s 32-bitDave Vasilevsky-1/+4
2025-09-15powerpc/603: Really copy kernel PGD entries into all PGDIRsChristophe Leroy-2/+8
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-12/+12
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2024-08-30powerpc/32s: Reduce default size of module/execmem areaChristophe Leroy-1/+2
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy-2/+0
2023-10-23powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy-1/+1
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy-36/+12
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy-3/+12
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy-10/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy-1/+8
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy-3/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-115/+85
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)-5/+0
2023-08-18powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy-46/+31
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy-9/+37
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy-9/+9
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy-46/+19
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy-9/+0
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy-5/+0
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy-4/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand-5/+33
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray-0/+9
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy-2/+1
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy-19/+0
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-15/+22
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)-2/+2
2022-02-03powerpc/32s: Make pte_update() non atomic on 603 coreChristophe Leroy-15/+22
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy-0/+1
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy-0/+2
2021-12-09powerpc/kuap: Add kuap_lock()Christophe Leroy-5/+9
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy-5/+0
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy-29/+5
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy-11/+11
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy-0/+5
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy-35/+76
2021-12-09powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy-2/+1
2021-10-07powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy-0/+8
2021-08-19powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy-0/+20
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy-2/+1