summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()Chao Du1-0/+1
2023-12-01KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang1-1/+0
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel1-0/+118
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+4
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel1-0/+4
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-2/+1
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