summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu1-0/+18
2023-08-08RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel1-528/+1
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel1-0/+2
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel1-0/+2
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu1-0/+2
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen1-0/+22
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen1-0/+1
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-42/+152
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel1-19/+34
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel1-0/+8
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel1-21/+67
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel1-5/+40
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel1-0/+2
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel1-0/+4
2023-03-15RISC-V: KVM: Expose Zicboz to the guestAndrew Jones1-0/+4
2023-03-15RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones1-0/+7
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra1-0/+7
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 Patel1-0/+6
2022-12-07RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel1-14/+22
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: Exit run-loop immediately if xfer_to_guest failsAnup Patel1-2/+3
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel1-0/+3
2022-10-02RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang1-12/+6
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang1-0/+2
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-08-12RISC-V: KVM: Support sstc extensionAtish Patra1-1/+7
2022-07-29RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel1-0/+16
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel1-14/+20
2022-07-29RISC-V: KVM: move preempt_disable() call in kvm_arch_vcpu_ioctl_runNikolay Borisov1-3/+2
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra1-51/+97
2022-07-11RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Anup Patel1-0/+2
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 Patel1-0/+11
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel1-2/+22
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel1-1/+1
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel1-5/+5
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson1-8/+8
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson1-8/+8
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: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel1-2/+0
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-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+23