summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/tlbflush.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-201-7/+2
* riscv: add ASID-based tlbflushing methodsGuo Ren2021-06-301-7/+40
* riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig2021-06-301-9/+6
* riscv: mm: add THP support on 64-bitNanyong Sun2021-05-221-0/+7
* riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun2021-05-221-5/+5
* RISC-V: Issue a tlb page flush if possibleAtish Patra2019-10-291-1/+4
* RISC-V: Issue a local tlbflush if possible.Atish Patra2019-10-291-2/+17
* RISC-V: Do not invoke SBI call if cpumask is emptyAtish Patra2019-10-291-0/+3
* riscv: move the TLB flush logic out of lineChristoph Hellwig2019-09-051-0/+35