summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+32
2023-02-17powerpc/64s: Prevent fallthrough to hash TLB flush when using radixBenjamin Gray1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-2/+0
2023-02-03powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand1-5/+33
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman1-0/+2
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-79/+21
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand1-76/+4
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2-0/+16
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 Leroy2-8/+4
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy2-38/+0
2022-09-26powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy1-5/+10
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-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus 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/p...Linus Torvalds7-13/+43
2022-05-24powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...Christophe Leroy1-0/+2
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens3-3/+16
2022-05-10powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand1-1/+20
2022-05-10powerpc/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/p...Linus Torvalds2-17/+24
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+2
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)1-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-02-03powerpc/32s: Make pte_update() non atomic on 603 coreChristophe Leroy1-15/+22
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2-0/+3
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe 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: Add kuap_lock()Christophe Leroy1-5/+9
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2-11/+0
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2-50/+25
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy2-17/+15
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy1-0/+5
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2-35/+76
2021-12-09powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy1-2/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin4-4/+35