summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-11RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Anup Patel1-0/+2
2022-05-20RISC-V: KVM: Introduce ISA extension registerAtish Patra1-0/+99
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel1-0/+11
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel1-2/+22
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel1-1/+1
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel1-5/+5
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson1-8/+8
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson1-8/+8
2022-04-20RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra1-7/+12
2022-04-20RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra1-3/+1
2022-04-09RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel1-2/+0
2022-02-02RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale1-0/+4
2022-02-02kvm/riscv: rework guest entry logicMark Rutland1-17/+27
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+23
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson1-2/+3
2021-11-17Documentation: update vcpu-requests.rst referenceMauro Carvalho Chehab1-1/+1
2021-11-01RISC-V: KVM: remove unneeded semicolonran jianping1-2/+2
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel1-172/+0
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra1-0/+9
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra1-0/+104
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra1-0/+91
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra1-0/+14
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel1-0/+9
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel1-2/+28
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel1-3/+238
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel1-13/+171
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel1-9/+46
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel1-0/+314