summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64
AgeCommit message (Expand)Author
2022-09-26powerpc/mm/64s: Drop pgd_huge()Michael Ellerman
2022-09-08powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin
2022-08-26powerpc/mm: Support execute-only memory on the Radix MMURussell Currey
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-07-27powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-24powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...Christophe Leroy
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens
2022-05-09powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand
2022-05-09powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand
2022-05-05powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy
2022-05-05powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-08powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy
2022-03-05powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin
2021-12-09powerpc/64s: Always define arch unmapped area callsNicholas Piggin
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-06-23Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy
2021-04-08powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman
2021-04-08powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe
2021-03-29powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy
2021-03-24powerpc: Remove duplicate includesZhang Yunkai
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-09powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin
2021-02-09powerpc/64s: move the hash fault handling logic to CNicholas Piggin
2021-02-06powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V