summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu_exit.c
AgeCommit message (Expand)Author
2023-06-06RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen
2023-02-07RISC-V: KVM: Redirect illegal instruction traps to guestAndy Chiu
2023-02-07RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()Anup Patel
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel
2022-07-29RISC-V: KVM: Fix variable spelling mistakeZhang Jiaming
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-11-01RISC-V: KVM: remove unneeded semicolonran jianping
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra
2021-10-04RISC-V: KVM: Handle WFI exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel