summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng1-2/+2
2022-08-12RISC-V: KVM: Support sstc extensionAtish Patra2-7/+145
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-5/+4
2022-07-29RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel1-0/+16
2022-07-29RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()Anup Patel1-1/+1
2022-07-29RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel1-4/+14
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel2-16/+190
2022-07-29RISC-V: KVM: Add extensible system instruction emulation frameworkAnup Patel1-9/+73
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel3-483/+528
2022-07-29RISC-V: KVM: move preempt_disable() call in kvm_arch_vcpu_ioctl_runNikolay Borisov1-3/+2
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov2-4/+4
2022-07-29RISC-V: KVM: Fix variable spelling mistakeZhang Jiaming2-7/+7
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra2-66/+109
2022-07-11RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Anup Patel1-0/+2
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti1-1/+1
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack1-4/+1
2022-06-09RISC-V: KVM: fix typos in commentsJulia Lawall1-1/+1
2022-05-20RISC-V: KVM: Introduce ISA extension registerAtish Patra1-0/+99
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel2-0/+34
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel6-53/+310
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel5-78/+217
2022-05-20RISC-V: KVM: Treat SBI HFENCE calls as NOPsAnup Patel1-1/+5
2022-05-20RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel2-1/+13
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel6-136/+136
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini1-2/+3
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini1-2/+3
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2-10/+10
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson2-10/+10
2022-04-20RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra1-7/+12
2022-04-20RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra1-3/+1
2022-04-09RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner1-0/+1
2022-04-09RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel1-2/+0
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callAnup Patel1-0/+14
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel1-6/+16
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel1-2/+2
2022-03-11RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2-0/+46
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel2-16/+19
2022-03-11RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen1-26/+34
2022-03-11RISC-V: KVM: remove unneeded semicolonYang Li1-1/+1
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-20/+10
2022-02-02RISC-V: KVM: Fix SBI implementation versionAnup Patel1-1/+2
2022-02-02RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale1-0/+4
2022-02-02kvm/riscv: rework guest entry logicMark Rutland1-17/+27
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra4-20/+10
2022-01-06KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen1-0/+8
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2-0/+8
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel2-0/+31
2022-01-06RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() staticJisheng Zhang1-1/+1
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra4-0/+133
2022-01-06RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra3-0/+143