开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
8 hours
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Mark Brown
2 days
KVM: Move kvm_io_bus_get_dev() locking responsibilities to callers
Marc Zyngier
2026-06-12
Merge tag 'kvm-x86-generic-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-06-03
KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying
Sean Christopherson
2026-05-13
KVM: Rename invalidate_begin to invalidate_start for consistency
Takahiro Itazuri
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-04-13
Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-04-13
Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
2026-04-05
KVM: remove hugetlb.h inclusion
David Hildenbrand (Arm)
2026-03-11
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2026-03-04
KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more
Sean Christopherson
2026-03-04
KVM: x86: Move kvm_rebooting to x86
Sean Christopherson
2026-03-02
KVM: Mark halt poll and other module parameters with appropriate memory attri...
Li RongQing
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-08
KVM: Use vCPU specific memslots in __kvm_vcpu_map()
Sean Christopherson
2026-01-08
KVM: Add a simplified wrapper for registering perf callbacks
Sean Christopherson
2026-01-08
KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Sean Christopherson
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-12-17
perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-12-02
KVM: Harden and prepare for modifying existing guest_memfd memslots
Sean Christopherson
2025-12-02
KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing memslot
Sean Christopherson
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-25
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-04
rseq, virt: Retrigger RSEQ after vcpu_run()
Thomas Gleixner
2025-10-20
KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
Ackerley Tng
2025-10-10
KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
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-09-30
KVM: Export KVM-internal symbols for sub-modules only
Sean Christopherson
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 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
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: 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 CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
2025-07-29
Merge tag 'kvm-x86-dirty_ring-6.17' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-generic-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
[next]