summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* 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