summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/aia.c
AgeCommit message (Expand)Author
2024-12-06RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRsAnup Patel
2024-10-28RISC-V: KVM: Don't setup SGEI for zero guest external interruptsAnup Patel
2024-10-28RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()Anup Patel
2024-06-26RISC-V: KVM: Use IMSIC guest files when availableAnup Patel
2024-06-26RISC-V: KVM: Share APLIC and IMSIC defines with irqchip driversAnup Patel
2024-04-26RISC-V: KVM: Add perf sampling support for guestsAtish Patra
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang
2023-08-08RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknownDaniel Henrique Barboza
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel
2023-06-18RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zeroAnup Patel
2023-06-18RISC-V: KVM: Add IMSIC related definesAnup Patel
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel