summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/aia_device.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-28RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()Anup Patel1-4/+2
2025-05-27RISC-V: KVM: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky1-32/+2
2025-05-21KVM: RISC-V: remove unnecessary SBI reset stateRadim Krčmář1-3/+1
2024-06-26RISC-V: KVM: Share APLIC and IMSIC defines with irqchip driversAnup Patel1-1/+1
2024-05-31RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li1-2/+2
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel1-2/+27
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel1-0/+25
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel1-0/+623