summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/vm.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov2022-07-291-1/+3
* RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-201-4/+4
* RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2022-01-061-0/+3
* KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-9/+1
* KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
* RISC-V: KVM: Add timer functionalityAtish Patra2021-10-041-1/+1
* RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-041-0/+1
* RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-041-6/+0
* RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-041-0/+6
* RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-041-0/+1
* RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-041-0/+95