summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu_sbi_base.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel1-1/+1
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra1-11/+8
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra1-2/+6
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel1-6/+5
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel1-1/+0
2022-12-07RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel1-1/+0
2022-02-02RISC-V: KVM: Fix SBI implementation versionAnup Patel1-1/+2
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel1-0/+27
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra1-0/+72