summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/vcpu_sbi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: Add support for SBI STA registersAndrew Jones2023-12-301-0/+5
* RISC-V: KVM: Add support for SBI extension registersAndrew Jones2023-12-301-0/+58
* RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones2023-12-301-0/+4
* RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones2023-12-291-32/+43
* RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel2023-10-201-0/+4
* RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel2023-10-201-29/+28
* RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknownDaniel Henrique Barboza2023-08-081-7/+9
* riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks2023-06-191-3/+1
* RISC-V: KVM: Probe for SBI extension statusAndrew Jones2023-06-061-12/+39
* RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones2023-06-061-3/+6
* RISC-V: KVM: Rename dis_idx to ext_idxAndrew Jones2023-06-061-17/+17
* RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2023-04-211-17/+230
* RISC-V: KVM: Add SBI PMU extension supportAtish Patra2023-02-071-0/+11
* RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra2023-02-071-37/+24
* 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