aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'kvm-riscv-6.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini14-91/+119
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-3/+2
2025-11-24RISC-V: KVM: Flush VS-stage TLB after VCPU migration for Andes coresHui Min Mina Chou4-24/+45
2025-11-24RISC-V: KVM: Fix guest page fault within HLV* instructionsFangyu Yu1-0/+22
2025-11-24KVM: riscv: Support enabling dirty log gradually in small chunksDong Yang1-1/+4
2025-11-24RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILEBillXiang1-1/+1
2025-11-24RISC-V: KVM: Add SBI MPXY extension support for GuestAnup Patel2-0/+11
2025-11-24RISC-V: KVM: Add separate source for forwarded SBI extensionsAnup Patel4-19/+28
2025-11-24RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handlerAnup Patel5-49/+11
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-2/+2
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson1-1/+0
2025-10-24RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAPFangyu Yu1-23/+2
2025-10-17RISC-V: KVM: Read HGEIP CSR on the correct cpuFangyu Yu1-2/+14
2025-10-16RISC-V: KVM: Fix check for local interrupts on riscv32Samuel Holland1-1/+1
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+2
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-150/+886
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson1-1/+1
2025-09-30entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM properSean Christopherson1-2/+1
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-127/+1
2025-09-16riscv: Move all duplicate insn parsing macros into asm/insn.hAlexandre Ghiti1-126/+0
2025-09-16riscv: Strengthen duplicate and inconsistent definition of RV_X()Alexandre Ghiti1-1/+1
2025-09-16RISC-V: KVM: Implement get event info functionAtish Patra2-0/+62
2025-09-16RISC-V: KVM: No need of explicit writable slot checkAtish Patra2-16/+4
2025-09-16RISC-V: KVM: Add support for Raw event v2Atish Patra1-0/+4
2025-09-16RISC-V: KVM: Implement ONE_REG interface for SBI FWFT stateAnup Patel1-13/+184
2025-09-16RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementationAnup Patel2-28/+28
2025-09-16RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensionsAnup Patel3-74/+165
2025-09-16RISC-V: KVM: Introduce feature specific reset for SBI FWFTAnup Patel1-2/+28
2025-09-16RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()Anup Patel1-1/+2
2025-09-16RISC-V: KVM: Prevent HGATP_MODE_BARE passedGuo Ren (Alibaba DAMO Academy)2-19/+41
2025-09-16RISC-V: KVM: Remove unnecessary HGATP csr_readGuo Ren (Alibaba DAMO Academy)1-4/+1
2025-09-16RISC-V: KVM: Write hgatp register with valid mode bitsFangyu Yu1-1/+2
2025-09-16RISC-V: KVM: Allow bfloat16 extension for Guest/VMQuan Zhou1-0/+6
2025-09-16RISC-V: KVM: Allow Zicbop extension for Guest/VMQuan Zhou1-0/+2
2025-09-16RISC-V: KVM: Provide UAPI for Zicbop block sizeQuan Zhou1-0/+14
2025-09-16RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isaQuan Zhou1-6/+6
2025-09-16RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland2-1/+90
2025-09-08RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEGClément Léger1-0/+41
2025-09-08RISC-V: KVM: add support for FWFT SBI extensionClément Léger3-0/+221
2025-08-25RISC-V: KVM: fix stack overrun when loading vlenbRadim Krčmář1-0/+2
2025-08-25RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() commentQuan Zhou1-1/+1
2025-08-25RISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap()Fangyu Yu1-1/+4
2025-07-28RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()Quan Zhou1-2/+3
2025-07-28RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAsQuan Zhou1-2/+3
2025-07-28RISC-V: KVM: Enable ring-based dirty memory trackingQuan Zhou2-2/+17
2025-07-28RISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmapSamuel Holland1-30/+53
2025-07-28RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIsAnup Patel4-44/+62
2025-07-28RISC-V: KVM: Factor-out g-stage page table managementAnup Patel8-410/+448
2025-07-28RISC-V: KVM: Add vmid field to struct kvm_riscv_hfenceAnup Patel1-14/+16
2025-07-28RISC-V: KVM: Introduce struct kvm_gstage_mappingAnup Patel2-26/+35