summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu.c
AgeCommit message (Expand)Author
2024-11-21RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang
2024-10-28RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()Anup Patel
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRsAnup Patel
2024-10-28RISC-V: KVM: Save/restore SCOUNTEREN in C sourceAnup Patel
2024-10-28RISC-V: KVM: Save/restore HSTATUS in C sourceAnup Patel
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones
2024-06-26RISCV: KVM: add tracepoints for entry and exit eventsShenlin Liang
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack
2024-04-26RISC-V: KVM: Add perf sampling support for guestsAtish Patra
2024-04-22RISCV: KVM: Introduce vcpu->reset_cntx_lockYong-Xuan Wang
2024-04-22RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang
2024-04-08RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()Chao Du
2023-12-30RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones
2023-12-30RISC-V: KVM: Add steal-update vcpu requestAndrew Jones
2023-12-29RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run()Chao Du
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel
2023-10-12RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale
2023-10-12RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale
2023-10-12RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale
2023-10-12RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu
2023-08-08RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel
2023-03-14RISC-V: KVM: Expose Zicboz to the guestAndrew Jones
2023-03-14RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra
2022-12-07RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel
2022-12-07RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel
2022-12-07RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel
2022-12-07RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel
2022-10-02RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang