summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2024-11-17RISCV: KVM: use raw_spinlock for critical section in imsicCyan Yang1-4/+4
2024-10-04RISC-V: KVM: Fix sbiret init before forwarding to userspaceAndrew Jones1-2/+2
2024-09-12riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-11/+11
2024-07-11RISC-V: KVM: Fix the initial sample period valueAtish Patra1-1/+1
2024-06-21RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou1-2/+2
2024-06-21RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
2024-04-10RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel1-3/+18
2024-04-10RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel1-3/+13
2024-01-10RISCV: KVM: update external interrupt atomically for IMSIC swfileYong-Xuan Wang1-0/+13
2023-09-21RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel1-1/+4
2023-09-21RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel1-1/+1
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini8-585/+1129
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson1-1/+1
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack1-6/+0
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu2-0/+384
2023-08-08RISC-V: KVM: Improve vector save/restore functionsAndrew Jones2-31/+21
2023-08-08RISC-V: KVM: Improve vector save/restore errorsAndrew Jones1-27/+33
2023-08-08RISC-V: KVM: avoid EBUSY when writing the same isa_ext valDaniel Henrique Barboza1-0/+3
2023-08-08RISC-V: KVM: avoid EBUSY when writing the same machine ID valDaniel Henrique Barboza1-0/+6
2023-08-08RISC-V: KVM: avoid EBUSY when writing same ISA valDaniel Henrique Barboza1-0/+7
2023-08-08RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_onceDaniel Henrique Barboza1-2/+2
2023-08-08RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REGDaniel Henrique Barboza1-1/+2
2023-08-08RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)Daniel Henrique Barboza1-2/+10
2023-08-08RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailableDaniel Henrique Barboza1-3/+3
2023-08-08RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknownDaniel Henrique Barboza5-37/+39
2023-08-08RISC-V: KVM: provide UAPI for host SATP modeDaniel Henrique Barboza1-0/+7
2023-08-08RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interfaceAnup Patel1-6/+7
2023-08-08RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VMAnup Patel1-0/+8
2023-08-08RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VMAnup Patel1-0/+4
2023-08-08RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensionsAnup Patel1-29/+124
2023-08-08RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel3-528/+550
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-30/+2836
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li2-8/+8
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel1-0/+2
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks1-3/+1
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel2-2/+197
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel2-0/+915
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel2-0/+68
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel2-0/+577
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel3-0/+635
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel3-0/+130
2023-06-18RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zeroAnup Patel1-1/+9
2023-06-18RISC-V: KVM: Add IMSIC related definesAnup Patel1-2/+1
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel3-1/+248
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu1-0/+2
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen3-0/+209
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen1-0/+1
2023-06-06RISC-V: KVM: Probe for SBI extension statusAndrew Jones1-12/+39
2023-06-06RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones1-3/+6