aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui1-9/+9
2021-11-01RISC-V: KVM: remove unneeded semicolonran jianping4-8/+8
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel1-2/+2
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel3-172/+168
2021-10-22riscv: do not select non-existing config ANON_INODESLukas Bulwahn1-1/+0
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra4-0/+199
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra1-0/+104
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra2-0/+265
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra4-1/+241
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel3-5/+87
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel4-16/+664
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel6-2/+225
2021-10-04RISC-V: KVM: Handle WFI exits for VCPUAnup Patel1-0/+76
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel6-4/+623
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel3-3/+232
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel1-3/+238
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel1-13/+171
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel1-9/+46
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel7-0/+665