summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/tlb.c
AgeCommit message (Expand)Author
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-06RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu
2026-04-04riscv: fix various typos in comments and codeSean Chang
2025-11-24RISC-V: KVM: Flush VS-stage TLB after VCPU migration for Andes coresHui Min Mina Chou
2025-07-28RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIsAnup Patel
2025-07-28RISC-V: KVM: Add vmid field to struct kvm_riscv_hfenceAnup Patel
2025-07-28RISC-V: KVM: Factor-out MMU related declarations into separate headersAnup Patel
2025-07-28RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()Anup Patel
2025-07-28RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSHAnup Patel
2025-07-28RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()Anup Patel
2024-10-28RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEsAnup Patel
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang
2023-06-06RISC-V: KVM: use bitmap_zero() APIYe Xingchen
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-07RISC-V: KVM: Increment firmware pmu eventsAtish Patra
2023-01-31riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()Andrew Jones
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel
2022-10-02riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel