aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kvm/vcpu_sbi_hsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21KVM: RISC-V: refactor sbi reset requestRadim Krčmář1-12/+1
2025-02-17riscv: KVM: Fix hart suspend_type useAndrew Jones1-1/+2
2025-02-17riscv: KVM: Fix hart suspend status checkAndrew Jones1-4/+4
2024-04-22RISCV: KVM: Introduce vcpu->reset_cntx_lockYong-Xuan Wang1-0/+3
2024-04-22RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang1-12/+27
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra1-14/+14
2023-02-07RISC-V: KVM: Return correct code for hsm stop functionAtish Patra1-1/+1
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel1-1/+0
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callAnup Patel1-0/+14
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel1-2/+2
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+105