summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu.c
AgeCommit message (Expand)AuthorFilesLines
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