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