summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/vcpu_exit.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: Handle breakpoint exits for VCPUChao Du2024-04-081-0/+4
* RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen2023-06-061-0/+2
* RISC-V: KVM: Redirect illegal instruction traps to guestAndy Chiu2023-02-071-0/+6
* RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()Anup Patel2023-02-071-0/+3
* riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones2022-10-021-31/+8
* RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel2022-07-291-483/+7
* RISC-V: KVM: Fix variable spelling mistakeZhang Jiaming2022-07-291-3/+3
* RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-201-3/+3
* KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-2/+2
* KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson2022-04-211-2/+2
* RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2022-03-111-6/+16
* KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* RISC-V: KVM: remove unneeded semicolonran jianping2021-11-011-3/+3
* RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-041-0/+4
* RISC-V: KVM: Handle WFI exits for VCPUAnup Patel2021-10-041-0/+76
* RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-041-3/+589
* RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-041-0/+35