summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)Author
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu
2023-08-08RISC-V: KVM: Improve vector save/restore functionsAndrew Jones
2023-08-08RISC-V: KVM: Improve vector save/restore errorsAndrew Jones
2023-08-08RISC-V: KVM: avoid EBUSY when writing the same isa_ext valDaniel Henrique Barboza
2023-08-08RISC-V: KVM: avoid EBUSY when writing the same machine ID valDaniel Henrique Barboza
2023-08-08RISC-V: KVM: avoid EBUSY when writing same ISA valDaniel Henrique Barboza
2023-08-08RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_onceDaniel Henrique Barboza
2023-08-08RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REGDaniel Henrique Barboza
2023-08-08RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)Daniel Henrique Barboza
2023-08-08RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailableDaniel Henrique Barboza
2023-08-08RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknownDaniel Henrique Barboza
2023-08-08RISC-V: KVM: provide UAPI for host SATP modeDaniel Henrique Barboza
2023-08-08RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interfaceAnup Patel
2023-08-08RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VMAnup Patel
2023-08-08RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VMAnup Patel
2023-08-08RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensionsAnup Patel
2023-08-08RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel
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-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen
2023-06-06RISC-V: KVM: Probe for SBI extension statusAndrew Jones
2023-06-06RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones
2023-06-06RISC-V: KVM: Rename dis_idx to ext_idxAndrew Jones
2023-06-06RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen
2023-06-06RISC-V: KVM: use bitmap_zero() APIYe Xingchen
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel