1. c8c655c3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 9 months ago
  2. f20730e Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 9 months ago
  3. 52882b9 KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent by Alexey Kardashevskiy · 2 years, 9 months ago
  4. fef8f2b KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking by Dmytro Maluka · 1 year, 10 months ago
  5. d583fbd KVM: irqfd: Make resampler_list an RCU list by Dmytro Maluka · 1 year, 10 months ago
  6. b0d2370 KVM: Fix comments that refer to the non-existent install_new_memslots() by Jun Miao · 2 years ago
  7. 4c8c3c7 treewide: Trace IPIs sent via smp_send_reschedule() by Valentin Schneider · 1 year, 11 months ago
  8. 14aa40a kvm: kvm_main: Remove unnecessary (void*) conversions by Li kunyu · 2 years, 2 months ago
  9. f15ba52 KVM: Standardize on "int" return types instead of "long" in kvm_main.c by Thomas Huth · 2 years ago
  10. 3343633 Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 2 years ago
  11. b1cb1fa KVM: Destroy target device if coalesced MMIO unregistration fails by Sean Christopherson · 2 years, 1 month ago
  12. dc7c31e Merge branch 'kvm-v6.2-rc4-fixes' into HEAD by Paolo Bonzini · 2 years, 1 month ago
  13. 7bf70db Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 2 years ago
  14. 51cdc8bc kvm/vfio: Fix potential deadlock on vfio group_lock by Yi Liu · 2 years ago
  15. 42a9000 KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule by David Woodhouse · 2 years, 1 month ago
  16. 9f1a4c0 KVM: Clean up error labels in kvm_init() by Sean Christopherson · 2 years, 2 months ago
  17. 441f7bf KVM: Opt out of generic hardware enabling on s390 and PPC by Sean Christopherson · 2 years, 2 months ago
  18. 35774a9 KVM: Register syscore (suspend/resume) ops early in kvm_init() by Sean Christopherson · 2 years, 2 months ago
  19. e6fb7d6 KVM: Make hardware_enable_failed a local variable in the "enable all" path by Isaku Yamahata · 2 years, 2 months ago
  20. 37d2588 KVM: Use a per-CPU variable to track which CPUs have enabled virtualization by Sean Christopherson · 2 years, 2 months ago
  21. 667a83b KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit() by Isaku Yamahata · 2 years, 2 months ago
  22. 0bf5049 KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock by Isaku Yamahata · 2 years, 2 months ago
  23. 2c106f2 KVM: Ensure CPU is stable during low level hardware enable/disable by Sean Christopherson · 2 years, 2 months ago
  24. e4aa7f8 KVM: Disable CPU hotplug during hardware enabling/disabling by Chao Gao · 2 years, 2 months ago
  25. aaf12a7 KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section by Chao Gao · 2 years, 2 months ago
  26. 81a1cf9 KVM: Drop kvm_arch_check_processor_compat() hook by Sean Christopherson · 2 years, 2 months ago
  27. a578a0a KVM: Drop kvm_arch_{init,exit}() hooks by Sean Christopherson · 2 years, 2 months ago
  28. 63a1bd8 KVM: Drop arch hardware (un)setup hooks by Sean Christopherson · 2 years, 2 months ago
  29. 73b8dc0 KVM: Teardown VFIO ops earlier in kvm_exit() by Sean Christopherson · 2 years, 2 months ago
  30. c965022 KVM: Allocate cpus_hardware_enabled after arch hardware setup by Sean Christopherson · 2 years, 2 months ago
  31. 5910ccf KVM: Initialize IRQ FD after arch hardware setup by Sean Christopherson · 2 years, 2 months ago
  32. 2b012812 KVM: Register /dev/kvm as the _very_ last thing during initialization by Sean Christopherson · 2 years, 2 months ago
  33. fc471e8 Merge branch 'kvm-late-6.1' into HEAD by Paolo Bonzini · 2 years, 1 month ago
  34. a549688 Merge branch 'kvm-late-6.1-fixes' into HEAD by Paolo Bonzini · 2 years, 1 month ago
  35. a303def kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK() by Lai Jiangshan · 2 years, 2 months ago
  36. 8fa590b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 2 years, 1 month ago
  37. 9352e74 Merge remote-tracking branch 'kvm/queue' into HEAD by Paolo Bonzini · 2 years, 2 months ago
  38. eb56189 Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 2 years, 2 months ago
  39. a937f37 Merge branch kvm-arm64/dirty-ring into kvmarm-master/next by Marc Zyngier · 2 years, 2 months ago
  40. 5656374 Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD by Paolo Bonzini · 2 years, 2 months ago
  41. dd03cc9 KVM: Remove stale comment about KVM_REQ_UNHALT by Sean Christopherson · 2 years, 2 months ago
  42. 06e155c KVM: Skip unnecessary "unmap" if gpc is already valid during refresh by Sean Christopherson · 2 years, 4 months ago
  43. 58f5ee5 KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers by Sean Christopherson · 2 years, 4 months ago
  44. 5762cb1 KVM: Do not partially reinitialize gfn=>pfn cache during activation by Sean Christopherson · 2 years, 4 months ago
  45. 9f87791 KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache by Sean Christopherson · 2 years, 4 months ago
  46. 0318f20 KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh() by Michal Luczaj · 2 years, 4 months ago
  47. 2a0b128 KVM: Clean up hva_to_pfn_retry() by Michal Luczaj · 2 years, 4 months ago
  48. e308c24 KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check() by Michal Luczaj · 2 years, 4 months ago
  49. 8c82a0b KVM: Store immutable gfn_to_pfn_cache properties by Michal Luczaj · 2 years, 4 months ago
  50. c1a81f3 KVM: x86: Remove unused argument in gpc_unmap_khva() by Michal Luczaj · 2 years, 4 months ago
  51. aba3cae KVM: Shorten gfn_to_pfn_cache function names by Michal Luczaj · 2 years, 4 months ago
  52. 79268e9 Merge branch 'kvm-dwmw2-fixes' into HEAD by Paolo Bonzini · 2 years, 2 months ago
  53. fe08e36 Merge branch 'kvm-dwmw2-fixes' into HEAD by Paolo Bonzini · 2 years, 2 months ago
  54. 8332f0e KVM: Update gfn_to_pfn_cache khva when it moves within the same page by David Woodhouse · 2 years, 2 months ago
  55. 6c7b220 KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeed by Paolo Bonzini · 2 years, 2 months ago
  56. 9eb8ca0 KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL by David Matlack · 2 years, 2 months ago
  57. 175d5dc KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling by David Matlack · 2 years, 2 months ago
  58. 97b6847 KVM: Cap vcpu->halt_poll_ns before halting rather than after by David Matlack · 2 years, 2 months ago
  59. c57351a KVM: Push dirty information unconditionally to backup bitmap by Gavin Shan · 2 years, 3 months ago
  60. 86bdf3e KVM: Support dirty ring in conjunction with bitmap by Gavin Shan · 2 years, 3 months ago
  61. cf87ac739 KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL by Gavin Shan · 2 years, 3 months ago
  62. d663b8a KVM: replace direct irq.h inclusion by Paolo Bonzini · 2 years, 3 months ago
  63. c8b88b3 kvm: Add interruptible flag to __gfn_to_pfn_memslot() by Peter Xu · 2 years, 4 months ago
  64. fe5ed56 kvm: Add KVM_PFN_ERR_SIGPENDING by Peter Xu · 2 years, 4 months ago
  65. f4298ca Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 2 years, 3 months ago
  66. 7a2726e KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them by Gavin Shan · 2 years, 3 months ago
  67. ecbcf03 KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache by Sean Christopherson · 2 years, 4 months ago
  68. 52491a38 KVM: Initialize gfn_to_pfn_cache locks in dedicated helper by Michal Luczaj · 2 years, 4 months ago
  69. 180418e KVM: debugfs: Return retval of simple_attr_open() if it fails by Hou Wenlong · 2 years, 3 months ago
  70. ed51862 kvm: Add support for arch compat vm ioctls by Alexander Graf · 2 years, 3 months ago
  71. d3cf405 Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 2 years, 4 months ago
  72. 819da99 vfio: Hold a reference to the iommu_group in kvm for SPAPR by Jason Gunthorpe · 2 years, 4 months ago
  73. 4b22ef0 vfio: Add vfio_file_is_group() by Jason Gunthorpe · 2 years, 4 months ago
  74. fe4d9e4 Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 2 years, 4 months ago
  75. 17601bf KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option by Marc Zyngier · 2 years, 4 months ago
  76. 8929bc9 KVM: Use acquire/release semantics when accessing dirty ring GFN state by Marc Zyngier · 2 years, 4 months ago
  77. c59fb12 KVM: remove KVM_REQ_UNHALT by Paolo Bonzini · 2 years, 4 months ago
  78. 5a2a961 KVM: fix memoryleak in kvm_init() by Miaohe Lin · 2 years, 5 months ago
  79. eceb6e1 KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() by Li kunyu · 2 years, 5 months ago
  80. 2824913 KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() by Li kunyu · 2 years, 5 months ago
  81. 20ec3eb KVM: Rename mmu_notifier_* to mmu_invalidate_* by Chao Peng · 2 years, 6 months ago
  82. c2b8239 KVM: Move coalesced MMIO initialization (back) into kvm_create_vm() by Sean Christopherson · 2 years, 6 months ago
  83. 405294f KVM: Unconditionally get a ref to /dev/kvm module when creating a VM by Sean Christopherson · 2 years, 6 months ago
  84. 4ba4f41 KVM: Properly unwind VM creation if creating debugfs fails by Sean Christopherson · 2 years, 6 months ago
  85. b74ed7a KVM: Actually create debugfs in kvm_create_vm() by Oliver Upton · 2 years, 6 months ago
  86. 59f82aa KVM: Pass the name of the VM fd to kvm_create_vm_debugfs() by Oliver Upton · 2 years, 6 months ago
  87. 20020f4 KVM: Get an fd before creating the VM by Oliver Upton · 2 years, 6 months ago
  88. 58fc1166 KVM: Shove vcpu stats_id init into kvm_vcpu_init() by Oliver Upton · 2 years, 6 months ago
  89. f2759c0 KVM: Shove vm stats_id init into kvm_create_vm() by Oliver Upton · 2 years, 6 months ago
  90. 63f4b21 Merge remote-tracking branch 'kvm/next' into kvm-next-5.20 by Paolo Bonzini · 2 years, 6 months ago
  91. 4ab0e47 KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache by Anup Patel · 2 years, 6 months ago
  92. e36de87 KVM: debugfs: expose pid of vcpu threads by Vineeth Pillai · 2 years, 8 months ago
  93. 837f66c KVM: Allow for different capacities in kvm_mmu_memory_cache structs by David Matlack · 2 years, 7 months ago
  94. 943dfea KVM: Do not zero initialize 'pfn' in hva_to_pfn() by Sean Christopherson · 2 years, 9 months ago
  95. b14b269 KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page() by Sean Christopherson · 2 years, 9 months ago
  96. 284dc49 KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page() by Sean Christopherson · 2 years, 9 months ago
  97. b1624f9 KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page() by Sean Christopherson · 2 years, 9 months ago
  98. 6573a69 KVM: Don't WARN if kvm_pfn_to_page() encounters a "reserved" pfn by Sean Christopherson · 2 years, 9 months ago
  99. 8e1c691 KVM: Avoid pfn_to_page() and vice versa when releasing pages by Sean Christopherson · 2 years, 9 months ago
  100. a1040b0 KVM: Don't set Accessed/Dirty bits for ZERO_PAGE by Sean Christopherson · 2 years, 9 months ago