summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel2023-09-211-1/+4
* RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel2023-09-211-1/+1
* Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-318-585/+1129
|\
| * KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu2023-08-092-0/+384
| * RISC-V: KVM: Improve vector save/restore functionsAndrew Jones2023-08-082-31/+21
| * RISC-V: KVM: Improve vector save/restore errorsAndrew Jones2023-08-081-27/+33
| * RISC-V: KVM: avoid EBUSY when writing the same isa_ext valDaniel Henrique Barboza2023-08-081-0/+3
| * RISC-V: KVM: avoid EBUSY when writing the same machine ID valDaniel Henrique Barboza2023-08-081-0/+6
| * RISC-V: KVM: avoid EBUSY when writing same ISA valDaniel Henrique Barboza2023-08-081-0/+7
| * RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_onceDaniel Henrique Barboza2023-08-081-2/+2
| * RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REGDaniel Henrique Barboza2023-08-081-1/+2
| * RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)Daniel Henrique Barboza2023-08-081-2/+10
| * RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailableDaniel Henrique Barboza2023-08-081-3/+3
| * RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknownDaniel Henrique Barboza2023-08-085-37/+39
| * RISC-V: KVM: provide UAPI for host SATP modeDaniel Henrique Barboza2023-08-081-0/+7
| * RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interfaceAnup Patel2023-08-081-6/+7
| * RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VMAnup Patel2023-08-081-0/+8
| * RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VMAnup Patel2023-08-081-0/+4
| * RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensionsAnup Patel2023-08-081-29/+124
| * RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel2023-08-083-528/+550
* | Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-1/+1
|\ \
| * | KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson2023-08-171-1/+1
| |/
* / KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack2023-08-171-6/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0312-30/+2836
|\
| * RISC-V: KVM: Remove unneeded semicolonYang Li2023-06-202-8/+8
| * RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel2023-06-201-0/+2
| * riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks2023-06-191-3/+1
| * RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel2023-06-192-2/+197
| * RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel2023-06-192-0/+915
| * RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel2023-06-182-0/+68
| * RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel2023-06-182-0/+577
| * RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel2023-06-183-0/+635
| * RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel2023-06-183-0/+130
| * RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zeroAnup Patel2023-06-181-1/+9
| * RISC-V: KVM: Add IMSIC related definesAnup Patel2023-06-181-2/+1
| * RISC-V: KVM: Implement guest external interrupt line managementAnup Patel2023-06-183-1/+248
| * RISC-V: KVM: Probe for SBI extension statusAndrew Jones2023-06-061-12/+39
| * RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones2023-06-061-3/+6
| * RISC-V: KVM: Rename dis_idx to ext_idxAndrew Jones2023-06-061-17/+17
| * RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen2023-06-061-0/+2
| * RISC-V: KVM: use bitmap_zero() APIYe Xingchen2023-06-061-1/+1
* | riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-081-0/+2
* | riscv: KVM: Add vector lazy save/restore supportVincent Chen2023-06-083-0/+209
* | riscv: kvm: Add V extension to KVM ISAVincent Chen2023-06-081-0/+1
|/
* Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-1/+1
|\
| * RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-0511-79/+822
|\ \
| * | RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2023-04-211-0/+322
| * | RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel2023-04-211-19/+34
| * | RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2023-04-211-0/+8