summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-12-07RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel1-0/+27
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2-6/+11
2022-12-07RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel1-14/+22
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel4-4/+0
2022-12-07RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel1-1/+0
2022-12-07RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel1-4/+7
2022-12-07RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET1-3/+1
2022-12-07RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel1-2/+3
2022-12-07RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu1-1/+1
2022-12-07RISC-V: KVM: Add exit logic to main.cXiakaiPan1-0/+6
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2-2/+18
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini5-161/+96
2022-10-02RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang2-12/+7
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang1-0/+2
2022-10-02RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng1-1/+1
2022-10-02RISC-V: KVM: Expose Zicbom to the guestAndrew Jones1-2/+7
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones1-0/+8
2022-10-02RISC-V: KVM: Make ISA ext mappings explicitAndrew Jones1-11/+14
2022-10-02RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale1-0/+2
2022-10-02RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel1-0/+2
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel1-12/+48
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones1-31/+8
2022-10-02riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones1-112/+17
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini1-1/+0
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-1/+0
2022-09-01Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2-15/+1
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley1-11/+1
2022-08-19riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley1-4/+0
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