summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vm.c
AgeCommit message (Expand)Author
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-11-18KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel