summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)Author
13 daysRISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualizationAnup Patel
13 daysRISC-V: KVM: Disable vstimecmp before exiting to user-spaceAnup Patel
2025-06-17RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel
2025-06-17RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel
2025-05-27RISC-V: KVM: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky
2025-05-24RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář
2025-05-21RISC-V: KVM: Remove scounteren initializationAtish Patra
2025-05-21KVM: RISC-V: remove unnecessary SBI reset stateRadim Krčmář
2025-05-21KVM: RISC-V: refactor sbi reset requestRadim Krčmář
2025-05-21KVM: RISC-V: refactor vector state resetRadim Krčmář
2025-05-21RISC-V: KVM: Remove experimental tag for RISC-VAtish Patra
2025-05-01KVM: RISC-V: reset smstateen CSRsRadim Krčmář
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-20RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowedChao Du
2025-03-19RISC-V: KVM: Teardown riscv specific bits after kvm_exitAtish Patra
2025-03-19RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VMClément Léger
2025-03-06RISC-V: KVM: Disable the kernel perf counter during configureAtish Patra
2025-02-21riscv: KVM: Remove unnecessary vcpu kickBillXiang
2025-02-18riscv: kvm: Switch to use hrtimer_setup()Nam Cao
2025-02-17riscv: KVM: Fix SBI sleep_type useAndrew Jones
2025-02-17riscv: KVM: Fix SBI TIME error generationAndrew Jones
2025-02-17riscv: KVM: Fix SBI IPI error generationAndrew Jones
2025-02-17riscv: KVM: Fix hart suspend_type useAndrew Jones
2025-02-17riscv: KVM: Fix hart suspend status checkAndrew Jones
2024-12-30RISC-V: KVM: Add new exit statstics for redirected trapsAtish Patra
2024-12-30RISC-V: KVM: Update firmware counters for various eventsAtish Patra
2024-12-30RISC-V: KVM: Redirect instruction access fault trap to guestQuan Zhou
2024-12-30RISC-V: KVM: Allow Ziccrse extension for Guest/VMQuan Zhou
2024-12-30RISC-V: KVM: Allow Zabha extension for Guest/VMQuan Zhou
2024-12-30RISC-V: KVM: Allow Svvptc extension for Guest/VMQuan Zhou
2024-12-30RISC-V: KVM: Add SBI system suspend supportAndrew Jones
2024-12-06RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2024-11-21RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang
2024-11-11Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-11-05riscv: kvm: Fix out-of-bounds array accessBjörn Töpel
2024-11-05RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang
2024-10-28RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEsAnup Patel
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 AIA CSRsAnup Patel
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRsAnup Patel
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel
2024-10-28RISC-V: KVM: Don't setup SGEI for zero guest external interruptsAnup Patel
2024-10-28RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()Anup Patel