summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
* powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V2022-09-301-3/+1
* powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2022-09-282-3/+5
* powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy2022-09-261-6/+3
* powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy2022-09-261-19/+0
* powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman2022-09-261-7/+0
* powerpc/mm/64s: Drop pgd_huge()Michael Ellerman2022-09-262-19/+0
* powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin2022-09-082-0/+59
* powerpc/mm: Support execute-only memory on the Radix MMURussell Currey2022-08-261-0/+2
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-062-3/+26
|\
| * powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin2022-07-271-3/+23
| * powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-291-0/+3
* | docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
|/
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-287-13/+43
|\
| * powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...Christophe Leroy2022-05-241-0/+2
| * powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-223-3/+16
| * powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-052-6/+6
| * powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-051-4/+0
| * powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-052-0/+19
* | powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand2022-05-091-1/+20
* | powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand2022-05-091-7/+5
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-2/+2
|\
| * powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy2022-03-081-2/+2
* | powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo2022-03-051-1/+1
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+2
* powerpc/pseries: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy2021-12-091-0/+9
* powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-091-6/+0
* powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-091-21/+20
* powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-091-6/+4
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-093-4/+31
* powerpc/64s: Always define arch unmapped area callsNicholas Piggin2021-12-092-4/+6
* powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-4/+0
* powerpc/64s: Get LPID bit width from device treeNicholas Piggin2021-11-301-4/+5
* powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-223-0/+15
* powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
* powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-081-0/+2
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+4
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+5
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-232-0/+5
|\
| * KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-0/+4
| * powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-211-0/+1
* | powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-0/+3
* | powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy2021-06-171-2/+1
|/
* powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-04-221-1/+3
* powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman2021-04-081-0/+1
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-081-2/+4
* powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy2021-03-291-22/+2
* powerpc: Remove duplicate includesZhang Yunkai2021-03-241-1/+0
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-226-8/+30
|\