summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-89/+465
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+11
2024-01-08Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-01-08KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini1-1/+1
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini10-84/+476
2023-12-30RISC-V: KVM: Implement SBI STA extensionAndrew Jones2-2/+95
2023-12-30RISC-V: KVM: Add support for SBI STA registersAndrew Jones3-14/+83
2023-12-30RISC-V: KVM: Add support for SBI extension registersAndrew Jones2-4/+96
2023-12-30RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones2-0/+12
2023-12-30RISC-V: KVM: Add steal-update vcpu requestAndrew Jones2-0/+9
2023-12-30RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones3-0/+52
2023-12-29RISC-V: KVM: Fix indentation in kvm_riscv_vcpu_set_reg_csr()Anup Patel1-1/+1
2023-12-29RISC-V: KVM: add vector registers and CSRs in KVM_GET_REG_LISTDaniel Henrique Barboza1-0/+55
2023-12-29RISC-V: KVM: add 'vlenb' Vector CSRDaniel Henrique Barboza1-0/+15
2023-12-29RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()Daniel Henrique Barboza1-0/+1
2023-12-29RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones3-41/+59
2023-12-29RISC-V: KVM: Don't add SBI multi regs in get-reg-listAndrew Jones1-34/+2
2023-12-29RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run()Chao Du1-2/+1
2023-12-29riscv: kvm: use ".L" local labels in assembly when applicableClément Léger1-2/+2
2023-12-29riscv: kvm: Use SYM_*() assembly macros instead of deprecated onesClément Léger1-16/+12
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-11/+11
2023-12-13RISCV: KVM: update external interrupt atomically for IMSIC swfileYong-Xuan Wang1-0/+13
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-1/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-1/+0
2023-12-01KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang1-1/+0
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-1/+1
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-1/+1
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-6/+6
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang6-6/+6
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel2-0/+36
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel2-29/+34
2023-10-12RISC-V: KVM: Allow Zicond extension for Guest/VMAnup Patel1-0/+2
2023-10-12RISCV: KVM: Add sstateen0 to ONE_REGMayuresh Chitale1-2/+62
2023-10-12RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale1-0/+12
2023-10-12RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale1-0/+16
2023-10-12RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale2-1/+20
2023-10-12RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale1-13/+14
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