index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-81
/
+81
2026-08-18
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+11
2026-08-18
Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-53
/
+25
2026-08-18
Merge tag 'kvm-x86-generic-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+9
2026-08-18
Merge tag 'kvm-x86-maintainers-7.3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
4
-27
/
+36
2026-08-05
KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.h
Sean Christopherson
4
-27
/
+36
2026-08-04
mm: use linear_page_[index, delta]() consistently
Lorenzo Stoakes
1
-1
/
+1
2026-07-31
KVM: Check for duplicate vcpu_id as early as possible
Dmytro Maluka
1
-1
/
+8
2026-07-28
KVM: Harden kvm_vcpu_map() against double-mapping and thus leaking references
Sean Christopherson
1
-0
/
+3
2026-07-27
KVM: guest_memfd: Make private exactly what can be mapped on page fault
Sean Christopherson
1
-46
/
+7
2026-07-27
KVM: guest_memfd: Explicitly pass number of pages to make_private() hook
Sean Christopherson
1
-1
/
+1
2026-07-27
KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT
Sean Christopherson
2
-3
/
+3
2026-07-27
KVM: guest_memfd: Only "prepare" folios for private pages
Ackerley Tng
1
-1
/
+2
2026-07-27
KVM: guest_memfd: Add helpers to query SHARED vs. PRIVATE for a given page
Sean Christopherson
1
-1
/
+11
2026-07-27
KVM: guest_memfd: Drop the redundant printk on arch gmem_prepare() failure
Sean Christopherson
1
-7
/
+3
2026-07-27
KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate it
Sean Christopherson
2
-3
/
+7
2026-07-27
KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...
Sean Christopherson
1
-5
/
+1
2026-07-15
Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-11
/
+5
2026-07-10
KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
Sean Christopherson
1
-0
/
+4
2026-07-08
KVM: Remove kvm_debugfs_dir on kvm_init() error paths
leixiang
1
-0
/
+1
2026-07-08
KVM: Remove kvm_debugfs_dir on kvm_init() error paths
leixiang
1
-0
/
+1
2026-07-08
KVM: Initialize a vCPU's index to '-1' while it's being created
Sean Christopherson
1
-0
/
+8
2026-07-06
KVM: Move kvm_io_bus_get_dev() locking responsibilities to callers
Marc Zyngier
1
-11
/
+5
2026-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+5
2026-06-24
KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unali...
Sean Christopherson
1
-7
/
+5
2026-06-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-84
/
+63
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2026-06-12
Merge tag 'kvm-x86-vfio-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-63
/
+35
2026-06-12
Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+4
2026-06-12
Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-9
/
+14
2026-06-12
Merge tag 'kvm-x86-generic-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-10
/
+10
2026-06-08
KVM: guest_memfd: fix NUMA interleave index double-counting
Michael S. Tsirkin
1
-3
/
+4
2026-06-04
libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers
John Hubbard
1
-2
/
+0
2026-06-03
KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying
Sean Christopherson
1
-1
/
+2
2026-06-03
KVM: guest_memfd: Treat memslot binding offset+size as unsigned values
Sean Christopherson
2
-6
/
+9
2026-05-26
KVM: guest_memfd: Return -EEXIST for overlapping bindings
Zongyao Chen
1
-0
/
+1
2026-05-26
KVM: SEV: Pin source page for write when adding CPUID data for SNP guest
Sean Christopherson
1
-2
/
+4
2026-05-13
KVM: VFIO: update coherency only if file was deleted
Carlos López
1
-10
/
+4
2026-05-13
KVM: VFIO: deduplicate file release logic
Carlos López
1
-21
/
+18
2026-05-13
KVM: VFIO: use mutex guard in kvm_vfio_file_set_spapr_tce()
Carlos López
1
-14
/
+6
2026-05-13
KVM: VFIO: clean up control flow in kvm_vfio_file_add()
Carlos López
1
-20
/
+9
2026-05-13
KVM: Rename invalidate_begin to invalidate_start for consistency
Takahiro Itazuri
2
-10
/
+10
2026-05-12
KVM: Reject wrapped offset in kvm_reset_dirty_gfn()
Aaron Sacks
1
-1
/
+2
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+28
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-21
/
+11
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+7
2026-04-13
Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-11
/
+20
2026-04-13
Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-6
/
+6
2026-04-13
Merge tag 'kvm-x86-gmem-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+2
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
1
-20
/
+11
[next]