summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/tlbflush.h
AgeCommit message (Expand)Author
2023-12-07powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer
2023-03-28powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray
2023-02-17powerpc/64s: Prevent fallthrough to hash TLB flush when using radixBenjamin Gray
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray
2022-11-30powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray
2022-11-30powerpc/mm: Remove empty hash__ functionsBenjamin Gray
2022-09-08powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin
2022-07-27powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan
2019-11-05powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin
2018-06-03powerpc/64s/radix: do not flush TLB on spurious faultNicholas Piggin
2018-01-19powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-28powerpc/mm: Export flush_all_mm()Frederic Barrat
2016-08-01powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V
2016-08-01powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V
2016-06-10powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V
2016-05-01powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V