summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)Author
2022-09-01Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley
2022-08-19riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng
2022-08-12RISC-V: KVM: Support sstc extensionAtish Patra
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-29RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel
2022-07-29RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()Anup Patel
2022-07-29RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel
2022-07-29RISC-V: KVM: Add extensible system instruction emulation frameworkAnup Patel
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel
2022-07-29RISC-V: KVM: move preempt_disable() call in kvm_arch_vcpu_ioctl_runNikolay Borisov
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov
2022-07-29RISC-V: KVM: Fix variable spelling mistakeZhang Jiaming
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra
2022-07-11RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Anup Patel
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack
2022-06-09RISC-V: KVM: fix typos in commentsJulia Lawall
2022-05-20RISC-V: KVM: Introduce ISA extension registerAtish Patra
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel
2022-05-20RISC-V: KVM: Treat SBI HFENCE calls as NOPsAnup Patel
2022-05-20RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson
2022-04-20RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra
2022-04-20RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra
2022-04-09RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner
2022-04-09RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callAnup Patel
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel
2022-03-11RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel
2022-03-11RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen
2022-03-11RISC-V: KVM: remove unneeded semicolonYang Li
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-02RISC-V: KVM: Fix SBI implementation versionAnup Patel
2022-02-02RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale
2022-02-02kvm/riscv: rework guest entry logicMark Rutland
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-06KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel