index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
kvm_vcpu_sbi.h
Age
Commit message (
Expand
)
Author
12 days
RISC-V: KVM: add SBI extension reset callback
Clément Léger
12 days
RISC-V: KVM: add SBI extension init()/deinit() functions
Clément Léger
2025-05-21
RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
Radim Krčmář
2025-05-21
KVM: RISC-V: refactor sbi reset request
Radim Krčmář
2024-12-30
RISC-V: KVM: Add SBI system suspend support
Andrew Jones
2023-12-30
RISC-V: KVM: Add support for SBI STA registers
Andrew Jones
2023-12-30
RISC-V: KVM: Add support for SBI extension registers
Andrew Jones
2023-12-30
RISC-V: KVM: Add SBI STA extension skeleton
Andrew Jones
2023-12-29
RISC-V: KVM: Make SBI uapi consistent with ISA uapi
Andrew Jones
2023-10-20
RISC-V: KVM: Forward SBI DBCN extension to user-space
Anup Patel
2023-10-20
RISC-V: KVM: Allow some SBI extensions to be disabled by default
Anup Patel
2023-10-20
RISC-V: KVM: Change the SBI specification version to v2.0
Anup Patel
2023-06-19
riscv: kvm: define vcpu_sbi_ext_pmu in header
Ben Dooks
2023-06-06
RISC-V: KVM: Probe for SBI extension status
Andrew Jones
2023-06-06
RISC-V: KVM: Convert extension_disabled[] to ext_status[]
Andrew Jones
2023-04-21
RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Anup Patel
2023-02-07
RISC-V: KVM: Modify SBI extension handler to return SBI error code
Atish Patra
2023-02-07
RISC-V: KVM: Define a probe function for SBI extension data structures
Atish Patra
2022-12-07
RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
2022-10-02
RISC-V: KVM: Change the SBI specification version to v1.0
Anup Patel
2022-08-19
riscv: kvm: move extern sbi_ext declarations to a header
Conor Dooley
2022-03-11
RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() function
Anup Patel
2022-03-11
RISC-V: KVM: Upgrade SBI spec version to v0.3
Anup Patel
2022-01-06
RISC-V: KVM: Add SBI v0.2 base extension
Atish Patra
2022-01-06
RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
Atish Patra
2022-01-06
RISC-V: KVM: Mark the existing SBI implementation as v0.1
Atish Patra