summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2024-10-04RISC-V: KVM: Don't zero-out PMU snapshot area before freeing dataAnup Patel1-12/+2
2024-10-04RISC-V: KVM: Fix sbiret init before forwarding to userspaceAndrew Jones1-2/+2
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-18/+101
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+30
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt3-0/+18
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones3-0/+18
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-1/+1
2024-07-03Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt1-1/+1
2024-07-03perf: RISC-V: Check standard event availabilitySamuel Holland1-1/+1
2024-06-26RISC-V: KVM: Allow Zcmop extension for Guest/VMClément Léger1-0/+2
2024-06-26RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VMClément Léger1-0/+8
2024-06-26RISC-V: KVM: Allow Zimop extension for Guest/VMClément Léger1-0/+2
2024-06-26RISC-V: KVM: Redirect AMO load/store access fault traps to guestYu-Wei Hsu1-0/+2
2024-06-26RISCV: KVM: add tracepoints for entry and exit eventsShenlin Liang2-0/+74
2024-06-26RISC-V: KVM: Use IMSIC guest files when availableAnup Patel1-13/+20
2024-06-26RISC-V: KVM: Share APLIC and IMSIC defines with irqchip driversAnup Patel4-4/+4
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-1/+1
2024-05-31RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou1-2/+2
2024-05-31RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini11-71/+378
2024-04-26RISC-V: KVM: Improve firmware counter read functionAtish Patra2-2/+7
2024-04-26RISC-V: KVM: Support 64 bit firmware counters on RV32Atish Patra2-1/+49
2024-04-26RISC-V: KVM: Add perf sampling support for guestsAtish Patra4-7/+87
2024-04-26RISC-V: KVM: Implement SBI PMU Snapshot featureAtish Patra2-1/+123
2024-04-26RISC-V: KVM: No need to exit to the user space if perf event failedAtish Patra2-8/+12
2024-04-26RISC-V: KVM: No need to update the counter value during resetAtish Patra1-6/+2
2024-04-26RISC-V: KVM: Fix the initial sample period valueAtish Patra1-1/+1
2024-04-22RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic nameAtish Patra1-2/+2
2024-04-22RISCV: KVM: Introduce vcpu->reset_cntx_lockYong-Xuan Wang2-0/+9
2024-04-22RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang3-27/+67
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-20/+0
2024-04-08RISC-V: KVM: Handle breakpoint exits for VCPUChao Du1-0/+4
2024-04-08RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()Chao Du3-18/+17
2024-03-26RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel1-3/+18
2024-03-25RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel1-3/+13
2024-03-25RISC-V: KVM: Remove second semicolonColin Ian King1-1/+1
2024-03-11Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-0/+17
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini1-8/+12
2024-03-06RISC-V: KVM: Allow Zacas extension for Guest/VMAnup Patel1-0/+2
2024-03-06RISC-V: KVM: Allow Ztso extension for Guest/VMAnup Patel1-0/+2
2024-03-06RISC-V: KVM: Forward SEED CSR access to user spaceAnup Patel1-0/+13
2024-02-14Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini1-8/+12
2024-02-09RISC-V: KVM: Use correct restricted typesAndrew Jones1-8/+12
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-0/+1
2024-01-19RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel1-0/+2
2024-01-19RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel1-0/+4
2024-01-19RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel1-0/+2