summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-054-20/+10
|\
| * RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-204-20/+10
* | RISC-V: KVM: Fix SBI implementation versionAnup Patel2022-02-021-1/+2
* | RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale2022-02-021-0/+4
* | kvm/riscv: rework guest entry logicMark Rutland2022-02-021-17/+27
|/
* KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen2022-01-061-0/+8
* RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2022-01-062-0/+8
* RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel2022-01-062-0/+31
* RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() staticJisheng Zhang2022-01-061-1/+1
* RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra2022-01-064-0/+133
* RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra2022-01-063-0/+143
* RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2022-01-063-1/+75
* RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra2022-01-063-131/+144
* RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra2022-01-061-32/+115
* KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2022-01-062-55/+16
* KVM: RISC-V: Use Makefile.kvm for common filesDavid Woodhouse2021-12-091-5/+1
* KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* KVM: RISC-V: Use "new" memslot instead of userspace memory regionSean Christopherson2021-12-081-9/+13
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-3/+4
* KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-082-2/+2
* KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-9/+1
* KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslotSean Christopherson2021-11-221-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-182-2/+2
|\
| * KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * riscv: kvm: fix non-kernel-doc comment blockRandy Dunlap2021-11-181-1/+1
* | Documentation: update vcpu-requests.rst referenceMauro Carvalho Chehab2021-11-171-1/+1
|/
* RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui2021-11-011-9/+9
* RISC-V: KVM: remove unneeded semicolonran jianping2021-11-014-8/+8
* RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-311-2/+2
* RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2021-10-313-172/+168
* riscv: do not select non-existing config ANON_INODESLukas Bulwahn2021-10-221-1/+0
* RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-044-0/+199
* RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2021-10-041-0/+104
* RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-042-0/+265
* 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