index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6 days
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
12 days
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
12 days
Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
12 days
Merge tag 'kvm-x86-generic-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
13 days
KVM: Fix last_boosted_vcpu index assignment bug
Wanpeng Li
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
2025-11-05
KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
Sean Christopherson
2025-11-05
KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
Sean Christopherson
2025-11-04
KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dying
Sean Christopherson
2025-11-04
rseq, virt: Retrigger RSEQ after vcpu_run()
Thomas Gleixner
2025-10-20
KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslot
Sean Christopherson
2025-10-20
KVM: guest_memfd: Add gmem_inode.flags field instead of using i_private
Sean Christopherson
2025-10-20
KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
Shivank Garg
2025-10-20
KVM: guest_memfd: Add slab-allocated inode cache
Shivank Garg
2025-10-20
KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
Ackerley Tng
2025-10-20
KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inode
Sean Christopherson
2025-10-20
KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"
Sean Christopherson
2025-10-20
KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()
Sean Christopherson
2025-10-20
KVM: guest_memfd: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
2025-10-20
KVM: guest_memfd: remove redundant gmem variable initialization
Shivank Garg
2025-10-20
KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()
Shivank Garg
2025-10-18
Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-10-13
KVM: Explicitly allocate/setup irqfd cleanup as per-CPU workqueue
Marco Crivellari
2025-10-10
KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
Sean Christopherson
2025-10-10
KVM: Explicitly mark KVM_GUEST_MEMFD as depending on KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2025-10-10
KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHARED
Sean Christopherson
2025-10-10
KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
Sean Christopherson
2025-10-10
KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS
Sean Christopherson
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-09-30
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
2025-09-30
KVM: Export KVM-internal symbols for sub-modules only
Sean Christopherson
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-generic-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2025-09-23
KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
Sean Christopherson
2025-09-15
KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
Keir Fraser
2025-09-15
KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
Keir Fraser
2025-09-10
KVM: TDX: Do not retry locally when the retry is caused by invalid memslot
Sean Christopherson
2025-08-27
KVM: Allow and advertise support for host mmap() on guest_memfd files
Fuad Tabba
2025-08-27
KVM: guest_memfd: Track guest_memfd mmap support in memslot
Fuad Tabba
2025-08-27
KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
Fuad Tabba
2025-08-27
KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
Fuad Tabba
2025-08-27
KVM: Fix comments that refer to slots_lock
Fuad Tabba
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
2025-08-27
KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
Fuad Tabba
2025-08-27
KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
2025-08-19
KVM: remove redundant __GFP_NOWARN
Qianfeng Rong
[next]