index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
/
tlbflush.c
Age
Commit message (
Expand
)
Author
2024-01-20
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-11
riscv: Add support for BATCHED_UNMAP_TLB_FLUSH
Alexandre Ghiti
2023-12-14
mm: Introduce flush_cache_vmap_early()
Alexandre Ghiti
2023-11-06
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2023-11-06
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
2023-11-06
riscv: Improve flush_tlb_range() for hugetlb pages
Alexandre Ghiti
2023-11-06
riscv: Improve tlb_flush()
Alexandre Ghiti
2023-04-08
RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
2023-03-21
riscv: mm: Fix incorrect ASID argument when flushing TLB
Dylan Jhong
2023-03-09
Revert "riscv: mm: notify remote harts about mmu cache updates"
Sergey Matyukevich
2022-12-08
riscv: mm: notify remote harts about mmu cache updates
Sergey Matyukevich
2022-01-20
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
2021-06-30
riscv: add ASID-based tlbflushing methods
Guo Ren
2021-06-30
riscv: pass the mm_struct to __sbi_tlb_flush_range
Christoph Hellwig
2021-05-22
riscv: mm: add THP support on 64-bit
Nanyong Sun
2021-05-22
riscv: mm: add param stride for __sbi_tlb_flush_range
Nanyong Sun
2019-10-29
RISC-V: Issue a tlb page flush if possible
Atish Patra
2019-10-29
RISC-V: Issue a local tlbflush if possible.
Atish Patra
2019-10-29
RISC-V: Do not invoke SBI call if cpumask is empty
Atish Patra
2019-09-05
riscv: move the TLB flush logic out of line
Christoph Hellwig