summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-311-4/+7
* RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2022-10-212-2/+18
* Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-035-161/+96
|\
| * RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang2022-10-022-12/+7
| * RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang2022-10-021-0/+2
| * RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng2022-10-021-1/+1
| * RISC-V: KVM: Expose Zicbom to the guestAndrew Jones2022-10-021-2/+7
| * RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones2022-10-021-0/+8
| * RISC-V: KVM: Make ISA ext mappings explicitAndrew Jones2022-10-021-11/+14
| * RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale2022-10-021-0/+2
| * RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel2022-10-021-0/+2
| * RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel2022-10-021-12/+48
| * riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones2022-10-021-31/+8
| * riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones2022-10-021-112/+17
* | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-301-1/+0
|\ \ | |/ |/|
| * KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+0
* | 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