summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
28 hoursMerge branch 'next' of https://github.com/kvm-x86/linux.gitMark Brown
3 daysKVM: guest_memfd: implement userfaultfd operationsNikita Kalyazin
3 daysmm: change to return bool for the MMU notifier's young flag checkBaolin Wang
3 daysKVM: remove hugetlb.h inclusionDavid Hildenbrand (Arm)
2026-03-13Merge branch 'vmxon'Sean Christopherson
2026-03-13Merge branch 'misc'Sean Christopherson
2026-03-13Merge branch 'gmem'Sean Christopherson
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini
2026-03-04KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once moreSean Christopherson
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson
2026-03-02KVM: guest_memfd: Don't set FGP_ACCESSED when getting foliosAckerley Tng
2026-03-02KVM: Mark halt poll and other module parameters with appropriate memory attri...Li RongQing
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-02-11Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-01-15KVM: guest_memfd: GUP source pages prior to populating guest memoryMichael Roth
2026-01-15KVM: guest_memfd: Remove preparation trackingMichael Roth
2026-01-15KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()Michael Roth
2026-01-14KVM: Don't clobber irqfd routing type when deassigning irqfdSean Christopherson
2026-01-08KVM: Use vCPU specific memslots in __kvm_vcpu_map()Sean Christopherson
2026-01-08KVM: Add a simplified wrapper for registering perf callbacksSean Christopherson
2026-01-08KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-02KVM: Harden and prepare for modifying existing guest_memfd memslotsSean Christopherson
2025-12-02KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing memslotSean Christopherson
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-26Merge tag 'kvm-x86-generic-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-25KVM: Fix last_boosted_vcpu index assignment bugWanpeng Li
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson
2025-11-04KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dyingSean Christopherson
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner
2025-10-20KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslotSean Christopherson
2025-10-20KVM: guest_memfd: Add gmem_inode.flags field instead of using i_privateSean Christopherson
2025-10-20KVM: guest_memfd: Enforce NUMA mempolicy using shared policyShivank Garg
2025-10-20KVM: guest_memfd: Add slab-allocated inode cacheShivank Garg
2025-10-20KVM: guest_memfd: Use guest mem inodes instead of anonymous inodesAckerley Tng
2025-10-20KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inodeSean Christopherson
2025-10-20KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"Sean Christopherson
2025-10-20KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()Sean Christopherson