summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
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-21/+61
2026-01-26powerpc/mm: support page table checkRohan McLure-10/+35
2026-01-26powerpc/mm: implement *_user_accessible_page() for ptesRohan McLure-0/+17
2026-01-20powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky-9/+0
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky-2/+0
2026-01-20powerpc/mm: implement arch_flush_lazy_mmu_mode()Kevin Brodsky-3/+12
2026-01-07powerpc/uaccess: Remove unused size and from parameters from allow_access_user()Christophe Leroy-4/+2
2025-11-18powerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom-1/+0
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-32/+32
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple-75/+5
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes-1/+1
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)-1/+0
2025-03-16mm/hugetlb: enable bootmem allocation from CMA areasFrank van der Linden-0/+6
2025-02-10powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inlineChristophe Leroy-2/+10
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+3
2024-09-01mm/powerpc: add missing pud helpersPeter Xu-0/+3
2024-08-29powerpc/64s/mm: Move __real_pte stubs into hash-4k.hMichael Ellerman-26/+20
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy-130/+52
2024-04-25mm/treewide: remove pXd_huge()Peter Xu-35/+0
2024-04-25mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu-27/+14
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-16/+2
2024-03-07powerpc/64s: Fix get_hugepd_cache_index() build failureMichael Ellerman-2/+2
2024-03-06mm/treewide: drop pXd_large()Peter Xu-3/+1
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu-6/+4
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu-14/+2
2024-03-03powerpc: Refactor __kernel_map_pages()Christophe Leroy-14/+0
2023-12-07powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)-7/+2
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)-8/+2
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy-3/+1
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy-15/+5
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-0/+1
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy-2/+0
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-38/+25
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)-5/+1
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V-0/+11
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V-0/+2
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V-11/+199
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple-0/+1
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V-4/+1
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin-1/+1
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy-11/+12
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy-5/+0
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy-10/+10
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy-8/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-2/+2