summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nohash
AgeCommit message (Expand)AuthorFilesLines
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-1/+10
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-67/+70
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+5
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)1-11/+5
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy1-0/+3
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij2-2/+2
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy2-24/+44
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy2-21/+21
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2-17/+0
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy2-8/+11
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy2-10/+4
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe3-5/+5
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand7-28/+63
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-3/+16
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra1-1/+1
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray1-0/+7
2022-11-24powerpc/8xx: Reverse order entries are written by __set_pte_at()Christophe Leroy1-1/+1
2022-11-24powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy1-2/+8
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2-2/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy5-10/+10
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy3-7/+7
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy1-2/+1
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy1-19/+0
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy1-6/+0
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-1/+1
2022-06-29powerpc/64e: Reorganise virtual memoryChristophe Leroy1-3/+4
2022-06-29powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy1-1/+1
2022-06-29powerpc/64e: Remove unused REGION related macrosChristophe Leroy1-12/+0
2022-06-29powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy1-1/+4
2022-06-29powerpc: Remove _PAGE_SAO stub for book3e/64Christophe Leroy1-2/+0
2022-05-08powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy1-1/+11
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-6/+0
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-4/+4
2022-03-23mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-2/+2
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)2-4/+4
2022-02-03powerpc/nohash: Remove pte_same()Christophe Leroy2-6/+0
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2-0/+2
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy1-0/+6
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy1-0/+110
2021-12-09powerpc/kuap: Add kuap_lock()Christophe Leroy1-0/+4
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy1-6/+0
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy1-26/+2
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy1-10/+10
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy1-1/+0
2021-12-09powerpc/8xx: Activate KUEP at all timeChristophe Leroy1-4/+2