summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)Author
2025-02-21riscv: KVM: Remove unnecessary vcpu kickBillXiang
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
2024-10-28RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macrosAnup 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-28RISC-V: KVM: Order the object files alphabeticallyAnup Patel
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou
2024-10-25KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guestSean Christopherson
2024-10-25KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lockSean Christopherson
2024-10-25KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installedSean Christopherson
2024-10-24RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guestsSamuel Holland
2024-10-20RISCV: KVM: use raw_spinlock for critical section in imsicCyan Yang
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson
2024-08-19RISC-V: KVM: Don't zero-out PMU snapshot area before freeing dataAnup Patel
2024-08-19RISC-V: KVM: Fix sbiret init before forwarding to userspaceAndrew Jones
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus 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-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-07-03Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt