summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/vcpu_sbi.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-191-11/+1
* KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-2/+3
* RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2022-03-111-0/+2
* RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel2022-03-111-0/+17
* RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel2022-01-061-0/+4
* RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra2022-01-061-0/+4
* RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra2022-01-061-0/+7
* RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2022-01-061-1/+2
* RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra2022-01-061-131/+17
* RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra2022-01-061-32/+115
* KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-1/+1
* riscv: kvm: fix non-kernel-doc comment blockRandy Dunlap2021-11-181-1/+1
* RISC-V: KVM: remove unneeded semicolonran jianping2021-11-011-1/+1
* RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-041-0/+185