summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-051-0/+4
|\
| * RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-211-0/+4
* | KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
|/
* 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