aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm/book3s/64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-79/+12
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand1-76/+4
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray1-0/+7
2022-11-30powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray2-37/+0
2022-11-30powerpc/mm: Remove empty hash__ functionsBenjamin Gray2-46/+9
2022-10-18powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin1-0/+6
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V1-3/+1
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2-3/+5
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy1-6/+3
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy1-19/+0
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman1-7/+0
2022-09-26powerpc/mm/64s: Drop pgd_huge()Michael Ellerman2-19/+0
2022-09-08powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin2-0/+59
2022-08-26powerpc/mm: Support execute-only memory on the Radix MMURussell Currey1-0/+2
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-3/+26
2022-07-27powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin1-3/+23
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy1-0/+3
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-13/+43
2022-05-24powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is setChristophe Leroy1-0/+2
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens3-3/+16
2022-05-09powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand1-1/+20
2022-05-09powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand1-7/+5
2022-05-05powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2-6/+6
2022-05-05powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy1-4/+0
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy2-0/+19
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2022-03-08powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy1-2/+2
2022-03-05powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo1-1/+1
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy1-0/+2
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy1-0/+9
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy1-6/+0
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy1-21/+20
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy1-6/+4
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin3-4/+31
2021-12-09powerpc/64s: Always define arch unmapped area callsNicholas Piggin2-4/+6
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin1-4/+0
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin1-4/+5
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley3-0/+15
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy1-1/+1
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V1-0/+2
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+4
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+5
2021-06-23Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-0/+5
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao1-0/+4
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao1-0/+1
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-0/+3
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy1-2/+1
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy1-1/+3