aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 5-161/+96
2022-10-02RISC-V: KVM: Use generic guest entry infrastructureGravatar Jisheng Zhang 2-12/+7
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statGravatar Jisheng Zhang 1-0/+2
2022-10-02RISC-V: KVM: add __init annotation to riscv_kvm_init()Gravatar Xiu Jianfeng 1-1/+1
2022-10-02RISC-V: KVM: Expose Zicbom to the guestGravatar Andrew Jones 1-2/+7
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeGravatar Andrew Jones 1-0/+8
2022-10-02RISC-V: KVM: Make ISA ext mappings explicitGravatar Andrew Jones 1-11/+14
2022-10-02RISC-V: KVM: Allow Guest use Zihintpause extensionGravatar Mayuresh Chitale 1-0/+2
2022-10-02RISC-V: KVM: Allow Guest use Svinval extensionGravatar Anup Patel 1-0/+2
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableGravatar Anup Patel 1-12/+48
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsGravatar Andrew Jones 1-31/+8
2022-10-02riscv: KVM: Apply insn-def to hfence encodingsGravatar Andrew Jones 1-112/+17
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADGravatar Paolo Bonzini 1-1/+0
2022-09-26KVM: remove KVM_REQ_UNHALTGravatar Paolo Bonzini 1-1/+0
2022-09-01Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Gravatar Paolo Bonzini 2-15/+1
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerGravatar Conor Dooley 1-11/+1
2022-08-19riscv: kvm: vcpu_timer: fix unused variable warningsGravatar Conor Dooley 1-4/+0
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Gravatar Chao Peng 1-2/+2
2022-08-12RISC-V: KVM: Support sstc extensionGravatar Atish Patra 2-7/+145
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Gravatar Paolo Bonzini 1-5/+4
2022-07-29RISC-V: KVM: Add support for Svpbmt inside Guest/VMGravatar Anup Patel 1-0/+16
2022-07-29RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()Gravatar Anup Patel 1-1/+1
2022-07-29RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsGravatar Anup Patel 1-4/+14
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkGravatar Anup Patel 2-16/+190
2022-07-29RISC-V: KVM: Add extensible system instruction emulation frameworkGravatar Anup Patel 1-9/+73
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesGravatar Anup Patel 3-483/+528
2022-07-29RISC-V: KVM: move preempt_disable() call in kvm_arch_vcpu_ioctl_runGravatar Nikolay Borisov 1-3/+2
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionGravatar Nikolay Borisov 2-4/+4
2022-07-29RISC-V: KVM: Fix variable spelling mistakeGravatar Zhang Jiaming 2-7/+7
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapGravatar Atish Patra 2-66/+109
2022-07-11RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Gravatar Anup Patel 1-0/+2
2022-07-11riscv: Fix missing PAGE_PFN_MASKGravatar Alexandre Ghiti 1-1/+1
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsGravatar David Matlack 1-4/+1
2022-06-09RISC-V: KVM: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-05-20RISC-V: KVM: Introduce ISA extension registerGravatar Atish Patra 1-0/+99
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesGravatar Anup Patel 2-0/+34
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsGravatar Anup Patel 6-53/+310
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsGravatar Anup Patel 5-78/+217
2022-05-20RISC-V: KVM: Treat SBI HFENCE calls as NOPsGravatar Anup Patel 1-1/+5
2022-05-20RISC-V: KVM: Add Sv57x4 mode support for G-stageGravatar Anup Patel 2-1/+13
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableGravatar Anup Patel 6-136/+136
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADGravatar Paolo Bonzini 1-2/+3
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTGravatar Paolo Bonzini 1-2/+3
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedGravatar Sean Christopherson 2-10/+10
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copyGravatar Sean Christopherson 2-10/+10
2022-04-20RISC-V: KVM: Restrict the extensions that can be disabledGravatar Atish Patra 1-7/+12
2022-04-20RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionGravatar Atish Patra 1-3/+1
2022-04-09RISC-V: KVM: include missing hwcap.h into vcpu_fpGravatar Heiko Stuebner 1-0/+1
2022-04-09RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Gravatar Anup Patel 1-2/+0
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callGravatar Anup Patel 1-0/+14