summaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson1-1/+1
2025-09-30KVM: Export KVM-internal symbols for sub-modules onlySean Christopherson3-67/+67
2025-09-30Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2025-09-30Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-09-30Merge tag 'kvm-x86-generic-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-8/+35
2025-09-23KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATESean Christopherson1-1/+2
2025-09-15KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()Keir Fraser1-2/+9
2025-09-15KVM: Implement barriers before accessing kvm->buses[] on SRCU read pathsKeir Fraser1-6/+26
2025-09-10KVM: TDX: Do not retry locally when the retry is caused by invalid memslotSean Christopherson1-0/+1
2025-08-27KVM: Allow and advertise support for host mmap() on guest_memfd filesFuad Tabba2-1/+8
2025-08-27KVM: guest_memfd: Track guest_memfd mmap support in memslotFuad Tabba1-0/+2
2025-08-27KVM: guest_memfd: Add plumbing to host to map guest_memfd pagesFuad Tabba1-0/+70
2025-08-27KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit buildsFuad Tabba1-2/+2
2025-08-27KVM: Fix comments that refer to slots_lockFuad Tabba1-1/+1
2025-08-27KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()Fuad Tabba1-1/+1
2025-08-27KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATEFuad Tabba2-6/+5
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba4-9/+9
2025-08-19KVM: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-07-29Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux in...Paolo Bonzini1-3/+0
2025-07-29Merge tag 'kvm-x86-dirty_ring-6.17' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2-35/+83
2025-07-29Merge tag 'kvm-x86-generic-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-12/+3
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-180/+171
2025-06-25KVM: guest_memfd: Remove redundant kvm_gmem_getattr implementationShivank Garg1-11/+0
2025-06-25VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()Sean Christopherson1-3/+0
2025-06-24KVM: Allow CPU to reschedule while setting per-page memory attributesLiam Merwick1-0/+3
2025-06-23KVM: Drop sanity check that per-VM list of irqfds is uniqueSean Christopherson1-11/+0
2025-06-23KVM: Disallow binding multiple irqfds to an eventfd with a priority waiterSean Christopherson1-18/+37
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-0/+1
2025-06-23KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lockSean Christopherson1-3/+18
2025-06-23KVM: Add irqfd to KVM's list via the vfs_poll() callbackSean Christopherson1-43/+55
2025-06-23KVM: Initialize irqfd waitqueue callback when adding to the queueSean Christopherson1-6/+7
2025-06-23KVM: Acquire SCRU lock outside of irqfds.lock during assignmentSean Christopherson1-3/+16
2025-06-23KVM: Use a local struct to do the initial vfs_poll() on an irqfdSean Christopherson1-9/+17
2025-06-23KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()Sean Christopherson1-9/+1
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson1-9/+6
2025-06-20KVM: fix typo in kvm_vm_set_mem_attributes() commentLiam Merwick1-1/+1
2025-06-20KVM: Add trace_kvm_vm_set_mem_attributes()Liam Merwick1-0/+2
2025-06-20KVM: Pass new routing entries and irqfd when updating IRTEsSean Christopherson1-6/+5
2025-06-20KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()Sean Christopherson1-2/+0
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson1-1/+4
2025-06-20irqbypass: Use xarray to track producers and consumersSean Christopherson1-36/+38
2025-06-20irqbypass: Use guard(mutex) in lieu of manual lock+unlockSean Christopherson1-28/+10
2025-06-20irqbypass: Use paired consumer/producer to disconnect during unregisterSean Christopherson1-40/+8
2025-06-20irqbypass: Explicitly track producer and consumer bindingsSean Christopherson1-0/+9
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson2-20/+31
2025-06-20irqbypass: Drop superfluous might_sleep() annotationsSean Christopherson1-8/+0
2025-06-20irqbypass: Drop pointless and misleading THIS_MODULE get/putSean Christopherson1-20/+0
2025-06-20KVM: Assert that slots_lock is held when resetting per-vCPU dirty ringsSean Christopherson1-0/+8