summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64/radix_tlb.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-27powerpc/64s: POWER10 nest MMU does not require flush escalation workaroundNicholas Piggin1-3/+11
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V1-3/+3
2021-08-13powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entryAneesh Kumar K.V1-2/+14
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V1-17/+27
2021-06-23Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-4/+174
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao1-4/+0
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao1-0/+174
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-46/+0
2021-06-17powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V1-9/+17
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin1-46/+0
2021-02-11powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman1-0/+2
2021-02-09powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin1-7/+13
2021-02-09powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin1-4/+56
2021-02-09powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin1-10/+6
2021-02-09powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin1-13/+25
2021-02-09powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin1-82/+94
2021-02-09powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin1-6/+21
2020-11-19powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V1-7/+16
2020-10-06powerpc/64s: Add cp_abort after tlbiel to invalidate copy-buffer addressNicholas Piggin1-6/+6
2020-09-16powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin1-7/+16
2020-07-16powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSENicholas Piggin1-7/+75
2020-05-20powerpc/book3s64/radix/tlb: Determine hugepage flush correctlyAneesh Kumar K.V1-3/+1
2020-03-18powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin1-1/+6
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe1-0/+3
2019-11-05powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V1-2/+1
2019-11-05powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V1-8/+3
2019-11-05powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V1-60/+6
2019-09-24powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V1-8/+72
2019-09-24powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V1-2/+2
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin1-18/+172
2019-09-05powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin1-4/+8
2019-09-05powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin1-92/+25
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-20/+20
2019-07-03ocxl: Allow contexts to be attached with a NULL mmAlastair D'Silva1-0/+5
2019-07-03powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada1-16/+16
2019-07-03powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin1-3/+3
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-14powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada1-4/+4
2019-05-14powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada1-1/+1
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-0/+1101