summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/kvm_vcpu_sbi.h
AgeCommit message (Expand)Author
2023-12-30RISC-V: KVM: Add support for SBI STA registersAndrew Jones
2023-12-30RISC-V: KVM: Add support for SBI extension registersAndrew Jones
2023-12-30RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones
2023-12-29RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel
2023-10-20RISC-V: KVM: Change the SBI specification version to v2.0Anup Patel
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks
2023-06-06RISC-V: KVM: Probe for SBI extension statusAndrew Jones
2023-06-06RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra
2022-12-07RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel
2022-10-02RISC-V: KVM: Change the SBI specification version to v1.0Anup Patel
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra