summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vm.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov1-1/+3
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel1-4/+4
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+3
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier1-9/+1
2021-11-18KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov1-1/+1
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra1-1/+1
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel1-0/+1
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel1-6/+0
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel1-0/+6
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel1-0/+1
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel1-0/+95