summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64/radix_tlb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman2023-10-181-8/+1
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-121/+151
|\
| * powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy2023-08-141-119/+121
| * powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin2023-08-021-1/+29
| * powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2023-08-021-1/+1
* | powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-181-0/+7
* | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-4/+4
* | mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-181-0/+4
|/
* powerpc/64s/radix: Fix exit lazy tlb mm switch with irqs enabledNicholas Piggin2023-06-091-1/+9
* lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-291-2/+2
* powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell2023-02-161-7/+4
* powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushesNicholas Piggin2023-02-081-11/+10
* powerpc/64s/radix: mm->context.id should always be validNicholas Piggin2023-02-081-18/+21
* powerpc/64s/radix: Remove need_flush_all test from radix__tlb_flushNicholas Piggin2023-02-081-1/+1
* powerpc/64s: POWER10 nest MMU does not require flush escalation workaroundNicholas Piggin2022-07-271-3/+11
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-3/+3
* powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entryAneesh Kumar K.V2021-08-131-2/+14
* powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-081-17/+27
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-221-4/+174
|\
| * KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-4/+0
| * KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao2021-06-211-0/+174
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-171-46/+0
|\|
| * KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-101-46/+0
* | powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V2021-06-171-9/+17
|/
* powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman2021-02-111-0/+2
* powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin2021-02-081-7/+13
* powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin2021-02-081-4/+56
* powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin2021-02-081-10/+6
* powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin2021-02-081-13/+25
* powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin2021-02-081-82/+94
* powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin2021-02-081-6/+21
* powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V2020-11-191-7/+16
* powerpc/64s: Add cp_abort after tlbiel to invalidate copy-buffer addressNicholas Piggin2020-10-061-6/+6
* powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin2020-09-161-7/+16
* powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSENicholas Piggin2020-07-161-7/+75
* powerpc/book3s64/radix/tlb: Determine hugepage flush correctlyAneesh Kumar K.V2020-05-201-3/+1
* powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin2020-03-171-1/+6
* powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe2020-01-251-0/+3
* powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V2019-11-051-2/+1
* powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V2019-11-051-8/+3
* powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V2019-11-051-60/+6
* powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-241-8/+72
* powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-241-2/+2
* powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-18/+172
* powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin2019-09-051-4/+8
* powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin2019-09-051-92/+25
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-20/+20
|\
| * powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada2019-07-031-16/+16
| * powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin2019-07-031-3/+3