summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/vcpu_sbi.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini1-2/+3
2022-03-11RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel1-0/+2
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel1-0/+17
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel1-0/+4
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+4
2022-01-06RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra1-0/+7
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra1-1/+2
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra1-131/+17
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra1-32/+115
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier1-1/+1
2021-11-18riscv: kvm: fix non-kernel-doc comment blockRandy Dunlap1-1/+1
2021-11-01RISC-V: KVM: remove unneeded semicolonran jianping1-1/+1
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra1-0/+185