aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/tlbflush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-30riscv: add ASID-based tlbflushing methodsGuo Ren1-7/+40
2021-06-30riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig1-9/+6
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun1-0/+7
2021-05-22riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun1-5/+5
2019-10-29RISC-V: Issue a tlb page flush if possibleAtish Patra1-1/+4
2019-10-29RISC-V: Issue a local tlbflush if possible.Atish Patra1-2/+17
2019-10-29RISC-V: Do not invoke SBI call if cpumask is emptyAtish Patra1-0/+3
2019-09-05riscv: move the TLB flush logic out of lineChristoph Hellwig1-0/+35