summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-81/+81
2026-08-18Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+11
2026-08-18Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-53/+25
2026-08-18Merge tag 'kvm-x86-generic-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+9
2026-08-18Merge tag 'kvm-x86-maintainers-7.3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini4-27/+36
2026-08-05KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.hSean Christopherson4-27/+36
2026-08-05mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-1/+1
2026-08-01KVM: Check for duplicate vcpu_id as early as possibleDmytro Maluka1-1/+8
2026-07-28KVM: Harden kvm_vcpu_map() against double-mapping and thus leaking referencesSean Christopherson1-0/+3
2026-07-27KVM: guest_memfd: Make private exactly what can be mapped on page faultSean Christopherson1-46/+7
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson1-1/+1
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson2-3/+3
2026-07-27KVM: guest_memfd: Only "prepare" folios for private pagesAckerley Tng1-1/+2
2026-07-27KVM: guest_memfd: Add helpers to query SHARED vs. PRIVATE for a given pageSean Christopherson1-1/+11
2026-07-27KVM: guest_memfd: Drop the redundant printk on arch gmem_prepare() failureSean Christopherson1-7/+3
2026-07-27KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate itSean Christopherson2-3/+7
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson1-5/+1
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-11/+5
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson1-0/+4
2026-07-08KVM: Remove kvm_debugfs_dir on kvm_init() error pathsleixiang1-0/+1
2026-07-08KVM: Remove kvm_debugfs_dir on kvm_init() error pathsleixiang1-0/+1
2026-07-08KVM: Initialize a vCPU's index to '-1' while it's being createdSean Christopherson1-0/+8
2026-07-06KVM: Move kvm_io_bus_get_dev() locking responsibilities to callersMarc Zyngier1-11/+5
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+5
2026-06-24KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unali...Sean Christopherson1-7/+5
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-84/+63
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2026-06-12Merge tag 'kvm-x86-vfio-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-63/+35
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+4
2026-06-12Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-9/+14
2026-06-12Merge tag 'kvm-x86-generic-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-10/+10
2026-06-08KVM: guest_memfd: fix NUMA interleave index double-countingMichael S. Tsirkin1-3/+4
2026-06-04libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callersJohn Hubbard1-2/+0
2026-06-03KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dyingSean Christopherson1-1/+2
2026-06-03KVM: guest_memfd: Treat memslot binding offset+size as unsigned valuesSean Christopherson2-6/+9
2026-05-26KVM: guest_memfd: Return -EEXIST for overlapping bindingsZongyao Chen1-0/+1
2026-05-26KVM: SEV: Pin source page for write when adding CPUID data for SNP guestSean Christopherson1-2/+4
2026-05-13KVM: VFIO: update coherency only if file was deletedCarlos López1-10/+4
2026-05-13KVM: VFIO: deduplicate file release logicCarlos López1-21/+18
2026-05-13KVM: VFIO: use mutex guard in kvm_vfio_file_set_spapr_tce()Carlos López1-14/+6
2026-05-13KVM: VFIO: clean up control flow in kvm_vfio_file_add()Carlos López1-20/+9
2026-05-13KVM: Rename invalidate_begin to invalidate_start for consistencyTakahiro Itazuri2-10/+10
2026-05-12KVM: Reject wrapped offset in kvm_reset_dirty_gfn()Aaron Sacks1-1/+2
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-20/+28
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+11
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+7
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-11/+20
2026-04-13Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-6/+6
2026-04-13Merge tag 'kvm-x86-gmem-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+2
2026-04-05mm: change to return bool for the MMU notifier's young flag checkBaolin Wang1-20/+11