summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: fix typos in commentsJulia Lawall2022-06-091-1/+1
* RISC-V: KVM: Introduce ISA extension registerAtish Patra2022-05-201-0/+99
* RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel2022-05-202-0/+34
* RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel2022-05-206-53/+310
* RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel2022-05-205-78/+217
* RISC-V: KVM: Treat SBI HFENCE calls as NOPsAnup Patel2022-05-201-1/+5
* RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel2022-05-202-1/+13
* RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-206-136/+136
* Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-2/+3
|\
| * KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-2/+3
* | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-212-10/+10
* | KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson2022-04-212-10/+10
* | RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra2022-04-201-7/+12
* | RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra2022-04-201-3/+1
|/
* RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner2022-04-091-0/+1
* RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel2022-04-091-2/+0
* RISC-V: KVM: Implement SBI HSM suspend callAnup Patel2022-03-111-0/+14
* RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2022-03-111-6/+16
* RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-111-2/+2
* RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2022-03-112-0/+46
* RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel2022-03-112-16/+19
* RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen2022-03-111-26/+34
* RISC-V: KVM: remove unneeded semicolonYang Li2022-03-111-1/+1
* 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
|/