summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslotSean Christopherson2021-11-221-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-182-2/+2
|\
| * KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * riscv: kvm: fix non-kernel-doc comment blockRandy Dunlap2021-11-181-1/+1
* | Documentation: update vcpu-requests.rst referenceMauro Carvalho Chehab2021-11-171-1/+1
|/
* RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui2021-11-011-9/+9
* RISC-V: KVM: remove unneeded semicolonran jianping2021-11-014-8/+8
* RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-311-2/+2
* RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2021-10-313-172/+168
* riscv: do not select non-existing config ANON_INODESLukas Bulwahn2021-10-221-1/+0
* RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-044-0/+199
* RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2021-10-041-0/+104
* RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-042-0/+265
* RISC-V: KVM: Add timer functionalityAtish Patra2021-10-044-1/+241
* RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-043-5/+87
* RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-044-16/+664
* RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-046-2/+225
* RISC-V: KVM: Handle WFI exits for VCPUAnup Patel2021-10-041-0/+76
* RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-046-4/+623
* RISC-V: KVM: Implement VCPU world-switchAnup Patel2021-10-043-3/+232
* RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel2021-10-041-3/+238
* RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel2021-10-041-13/+171
* RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel2021-10-041-9/+46
* RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-047-0/+665