summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
46 hoursMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-20/+28
4 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+11
6 daysMerge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+7
6 daysMerge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-11/+20
6 daysMerge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-6/+6
6 daysMerge tag 'kvm-x86-gmem-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+2
14 daysmm: change to return bool for the MMU notifier's young flag checkBaolin Wang1-20/+11
14 daysKVM: remove hugetlb.h inclusionDavid Hildenbrand (Arm)1-1/+0
2026-03-26kvm: Use private inode list instead of i_private_listJan Kara1-5/+7
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2-11/+11
2026-03-04KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once moreSean Christopherson1-4/+13
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson1-7/+7
2026-03-03KVM: guest_memfd: Don't set FGP_ACCESSED when getting foliosAckerley Tng1-3/+2
2026-03-03KVM: Mark halt poll and other module parameters with appropriate memory attri...Li RongQing1-6/+6
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini1-0/+1
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini2-24/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-29/+27
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+5
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2026-02-11Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-63/+76
2026-01-15KVM: guest_memfd: GUP source pages prior to populating guest memoryMichael Roth1-27/+56
2026-01-15KVM: guest_memfd: Remove preparation trackingMichael Roth1-32/+12
2026-01-15KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()Michael Roth1-13/+17
2026-01-15KVM: Don't clobber irqfd routing type when deassigning irqfdSean Christopherson1-20/+24
2026-01-08KVM: Use vCPU specific memslots in __kvm_vcpu_map()Sean Christopherson1-1/+1
2026-01-08KVM: Add a simplified wrapper for registering perf callbacksSean Christopherson1-2/+3
2026-01-08KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson2-11/+11
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+16
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson1-0/+3
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+11
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-107/+295
2025-12-02KVM: Harden and prepare for modifying existing guest_memfd memslotsSean Christopherson1-0/+15
2025-12-02KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing memslotSean Christopherson1-1/+1
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-6/+3
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-99/+290
2025-11-26Merge tag 'kvm-x86-generic-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2025-11-25KVM: Fix last_boosted_vcpu index assignment bugWanpeng Li1-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding1-7/+11
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-3/+3
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson1-3/+0
2025-11-04KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dyingSean Christopherson1-13/+32
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner1-0/+7
2025-10-20KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslotSean Christopherson1-14/+8
2025-10-20KVM: guest_memfd: Add gmem_inode.flags field instead of using i_privateSean Christopherson1-6/+9
2025-10-20KVM: guest_memfd: Enforce NUMA mempolicy using shared policyShivank Garg1-2/+56
2025-10-20KVM: guest_memfd: Add slab-allocated inode cacheShivank Garg1-1/+76
2025-10-20KVM: guest_memfd: Use guest mem inodes instead of anonymous inodesAckerley Tng3-19/+79
2025-10-20KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inodeSean Christopherson1-4/+5