summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-09-012-15/+1
|\
| * riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-191-11/+1
| * riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley2022-08-191-4/+0
* | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-2/+2
|/
* RISC-V: KVM: Support sstc extensionAtish Patra2022-08-122-7/+145
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-5/+4
|\
| * KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-4/+1
* | RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel2022-07-291-0/+16
* | RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()Anup Patel2022-07-291-1/+1
* | RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel2022-07-291-4/+14
* | RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel2022-07-292-16/+190
* | RISC-V: KVM: Add extensible system instruction emulation frameworkAnup Patel2022-07-291-9/+73
* | RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel2022-07-293-483/+528
* | RISC-V: KVM: move preempt_disable() call in kvm_arch_vcpu_ioctl_runNikolay Borisov2022-07-291-3/+2
* | RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov2022-07-292-4/+4
* | RISC-V: KVM: Fix variable spelling mistakeZhang Jiaming2022-07-292-7/+7
* | RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra2022-07-292-66/+109
* | RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Anup Patel2022-07-111-0/+2
* | riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti2022-07-111-1/+1
|/
* 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