index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device()
Li kunyu
2022-08-19
1
-1
/
+1
*
KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow()
Li kunyu
2022-08-19
1
-1
/
+1
*
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
2
-33
/
+36
*
KVM: Move coalesced MMIO initialization (back) into kvm_create_vm()
Sean Christopherson
2022-08-19
1
-5
/
+6
*
KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
Sean Christopherson
2022-08-19
1
-10
/
+4
*
KVM: Properly unwind VM creation if creating debugfs fails
Sean Christopherson
2022-08-19
1
-8
/
+8
*
KVM: Actually create debugfs in kvm_create_vm()
Oliver Upton
2022-08-10
1
-17
/
+19
*
KVM: Pass the name of the VM fd to kvm_create_vm_debugfs()
Oliver Upton
2022-08-10
1
-3
/
+6
*
KVM: Get an fd before creating the VM
Oliver Upton
2022-08-10
1
-13
/
+17
*
KVM: Shove vcpu stats_id init into kvm_vcpu_init()
Oliver Upton
2022-08-10
1
-4
/
+4
*
KVM: Shove vm stats_id init into kvm_create_vm()
Oliver Upton
2022-08-10
1
-3
/
+3
*
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
2
-138
/
+312
|
\
|
*
KVM: debugfs: expose pid of vcpu threads
Vineeth Pillai
2022-06-24
1
-2
/
+13
|
*
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2022-06-24
1
-3
/
+30
|
*
KVM: Do not zero initialize 'pfn' in hva_to_pfn()
Sean Christopherson
2022-06-20
1
-1
/
+1
|
*
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2022-06-20
1
-14
/
+52
|
*
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
2022-06-20
1
-4
/
+4
|
*
KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page()
Sean Christopherson
2022-06-20
1
-20
/
+11
|
*
KVM: Don't WARN if kvm_pfn_to_page() encounters a "reserved" pfn
Sean Christopherson
2022-06-20
1
-3
/
+1
|
*
KVM: Avoid pfn_to_page() and vice versa when releasing pages
Sean Christopherson
2022-06-20
1
-21
/
+43
|
*
KVM: Don't set Accessed/Dirty bits for ZERO_PAGE
Sean Christopherson
2022-06-20
1
-2
/
+14
|
*
KVM: Drop bogus "pfn != 0" guard from kvm_release_pfn()
Sean Christopherson
2022-06-20
1
-3
/
+0
|
*
KVM: Rename ack_flush() to ack_kick()
Lai Jiangshan
2022-06-15
1
-2
/
+2
|
*
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
2
-85
/
+165
|
|
\
|
|
*
KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
Zeng Guang
2022-06-08
1
-4
/
+6
|
|
*
Merge branch 'kvm-5.20-early-patches' into HEAD
Paolo Bonzini
2022-06-07
2
-81
/
+159
|
|
|
\
|
|
|
*
KVM: Do not pin pages tracked by gfn=>pfn caches
Sean Christopherson
2022-05-25
1
-16
/
+20
|
|
|
*
KVM: Fix multiple races in gfn=>pfn cache refresh
Sean Christopherson
2022-05-25
2
-71
/
+131
|
|
|
*
KVM: Fully serialize gfn=>pfn cache refresh via mutex
Sean Christopherson
2022-05-25
1
-0
/
+12
|
|
|
*
KVM: Do not incorporate page offset into gfn=>pfn cache user address
Sean Christopherson
2022-05-25
1
-2
/
+0
|
|
|
*
KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
Sean Christopherson
2022-05-25
1
-0
/
+8
|
|
|
*
KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
Sean Christopherson
2022-05-25
1
-7
/
+3
|
|
*
|
Merge branch 'kvm-5.19-early-fixes' into HEAD
Paolo Bonzini
2022-06-07
1
-1
/
+4
|
|
|
\
\
*
|
|
|
|
KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache
Anup Patel
2022-07-29
1
-1
/
+3
|
/
/
/
/
*
|
|
|
KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking
Maxim Levitsky
2022-06-09
1
-2
/
+6
*
|
|
|
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-06-09
3
-188
/
+146
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-06-01
1
-186
/
+143
|
|
\
\
|
|
*
|
kvm/vfio: Fix potential deadlock problem in vfio
Wan Jiabing
2022-05-17
1
-1
/
+1
|
|
*
|
kvm/vfio: Remove vfio_group from kvm
Jason Gunthorpe
2022-05-13
1
-43
/
+8
|
|
*
|
vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()
Jason Gunthorpe
2022-05-13
1
-8
/
+8
|
|
*
|
vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()
Jason Gunthorpe
2022-05-13
1
-8
/
+8
|
|
*
|
vfio: Remove vfio_external_group_match_file()
Jason Gunthorpe
2022-05-13
1
-18
/
+1
|
|
*
|
vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
Jason Gunthorpe
2022-05-13
1
-25
/
+12
|
|
*
|
kvm/vfio: Store the struct file in the kvm_vfio_group
Jason Gunthorpe
2022-05-13
1
-30
/
+29
|
|
*
|
kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions
Jason Gunthorpe
2022-05-13
1
-101
/
+124
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-26
1
-1
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
KVM: Free new dirty bitmap if creating a new memslot fails
Sean Christopherson
2022-05-20
1
-1
/
+1
|
*
|
|
KVM: eventfd: Fix false positive RCU usage warning
Wanpeng Li
2022-05-20
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
KVM: Don't null dereference ops->destroy
Alexey Kardashevskiy
2022-06-07
1
-1
/
+4
|
|
/
|
/
|
*
|
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
3
-13
/
+34
|
\
|
[next]