summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+11
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-107/+295
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+7
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-6/+3
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-99/+290
2025-11-26Merge tag 'kvm-x86-generic-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2025-11-25KVM: Fix last_boosted_vcpu index assignment bugWanpeng Li-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding-7/+11
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson-3/+3
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson-3/+0
2025-11-04KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dyingSean Christopherson-13/+32
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner-0/+7
2025-10-20KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslotSean Christopherson-14/+8
2025-10-20KVM: guest_memfd: Add gmem_inode.flags field instead of using i_privateSean Christopherson-6/+9
2025-10-20KVM: guest_memfd: Enforce NUMA mempolicy using shared policyShivank Garg-2/+56
2025-10-20KVM: guest_memfd: Add slab-allocated inode cacheShivank Garg-1/+76
2025-10-20KVM: guest_memfd: Use guest mem inodes instead of anonymous inodesAckerley Tng-19/+79
2025-10-20KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inodeSean Christopherson-4/+5
2025-10-20KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"Sean Christopherson-45/+53
2025-10-20KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()Sean Christopherson-4/+2
2025-10-20KVM: guest_memfd: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes-2/+2
2025-10-20KVM: guest_memfd: remove redundant gmem variable initializationShivank Garg-1/+0
2025-10-20KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()Shivank Garg-6/+6
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-28/+52
2025-10-13KVM: Explicitly allocate/setup irqfd cleanup as per-CPU workqueueMarco Crivellari-1/+1
2025-10-10KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson-12/+3
2025-10-10KVM: Explicitly mark KVM_GUEST_MEMFD as depending on KVM_GENERIC_MMU_NOTIFIERSean Christopherson-0/+1
2025-10-10KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHAREDSean Christopherson-20/+44
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson-2/+7
2025-10-10KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson-2/+5
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson-1/+1
2025-09-30KVM: Export KVM-internal symbols for sub-modules onlySean Christopherson-67/+67
2025-09-30Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+2
2025-09-30Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+1
2025-09-30Merge tag 'kvm-x86-generic-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-8/+35
2025-09-23KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATESean Christopherson-1/+2
2025-09-15KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()Keir Fraser-2/+9
2025-09-15KVM: Implement barriers before accessing kvm->buses[] on SRCU read pathsKeir Fraser-6/+26
2025-09-10KVM: TDX: Do not retry locally when the retry is caused by invalid memslotSean Christopherson-0/+1
2025-08-27KVM: Allow and advertise support for host mmap() on guest_memfd filesFuad Tabba-1/+8
2025-08-27KVM: guest_memfd: Track guest_memfd mmap support in memslotFuad Tabba-0/+2
2025-08-27KVM: guest_memfd: Add plumbing to host to map guest_memfd pagesFuad Tabba-0/+70
2025-08-27KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit buildsFuad Tabba-2/+2
2025-08-27KVM: Fix comments that refer to slots_lockFuad Tabba-1/+1
2025-08-27KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()Fuad Tabba-1/+1
2025-08-27KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATEFuad Tabba-6/+5
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba-9/+9
2025-08-19KVM: remove redundant __GFP_NOWARNQianfeng Rong-1/+1