1. e8069f5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 9 months ago
  2. 255006a Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 9 months ago
  3. d74669e Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 9 months ago
  4. cc74404 Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 1 year, 9 months ago
  5. 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 9 months ago
  6. 2230f9e1 KVM: Avoid illegal stage2 mapping on invalid memory slot by Gavin Shan · 1 year, 9 months ago
  7. c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 9 months ago
  8. 8351039 Merge branch kvm-arm64/eager-page-splitting into kvmarm/next by Oliver Upton · 1 year, 9 months ago
  9. cc77b95 kvm/eventfd: use list_for_each_entry when deassign ioeventfd by Wei Wang · 2 years, 1 month ago
  10. 5ea5ca3 KVM: destruct kvm_io_device while unregistering it from kvm_io_bus by Wei Wang · 2 years, 1 month ago
  11. ca5e863 mm/gup: remove vmas parameter from get_user_pages_remote() by Lorenzo Stoakes · 1 year, 10 months ago
  12. 54d0206 mm/gup: remove unused vmas parameter from get_user_pages() by Lorenzo Stoakes · 1 year, 10 months ago
  13. 5f643e4 KVM: Clean up kvm_vm_ioctl_create_vcpu() by Michal Luczaj · 1 year, 10 months ago
  14. 0a8a5f2 KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page by Sean Christopherson · 1 year, 10 months ago
  15. 70b0bc4 KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx() by Michal Luczaj · 2 years ago
  16. 76021e9 KVM: Protect vcpu->pid dereference via debugfs with RCU by Sean Christopherson · 2 years, 1 month ago
  17. afb2acb KVM: Fix vcpu_array[0] races by Michal Luczaj · 1 year, 10 months ago
  18. e0ceec2 KVM: Don't enable hardware after a restart/shutdown is initiated by Sean Christopherson · 1 year, 10 months ago
  19. 6735150 KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown by Sean Christopherson · 1 year, 10 months ago
  20. 26f4571 KVM: arm64: Export kvm_are_all_memslots_empty() by Ricardo Koller · 1 year, 11 months ago
  21. c8c655c3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 11 months ago
  22. 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, 11 months ago
  23. 52882b9 KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent by Alexey Kardashevskiy · 2 years, 11 months ago
  24. fef8f2b KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking by Dmytro Maluka · 2 years ago
  25. d583fbd KVM: irqfd: Make resampler_list an RCU list by Dmytro Maluka · 2 years ago
  26. b0d2370 KVM: Fix comments that refer to the non-existent install_new_memslots() by Jun Miao · 2 years, 1 month ago
  27. 4c8c3c7 treewide: Trace IPIs sent via smp_send_reschedule() by Valentin Schneider · 2 years ago
  28. 14aa40a kvm: kvm_main: Remove unnecessary (void*) conversions by Li kunyu · 2 years, 3 months ago
  29. f15ba52 KVM: Standardize on "int" return types instead of "long" in kvm_main.c by Thomas Huth · 2 years, 1 month ago
  30. 3343633 Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 2 years, 1 month ago
  31. b1cb1fa KVM: Destroy target device if coalesced MMIO unregistration fails by Sean Christopherson · 2 years, 3 months ago
  32. dc7c31e Merge branch 'kvm-v6.2-rc4-fixes' into HEAD by Paolo Bonzini · 2 years, 2 months ago
  33. 7bf70db Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 2 years, 2 months ago
  34. 51cdc8bc kvm/vfio: Fix potential deadlock on vfio group_lock by Yi Liu · 2 years, 2 months ago
  35. 42a9000 KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule by David Woodhouse · 2 years, 2 months ago
  36. 9f1a4c0 KVM: Clean up error labels in kvm_init() by Sean Christopherson · 2 years, 4 months ago
  37. 441f7bf KVM: Opt out of generic hardware enabling on s390 and PPC by Sean Christopherson · 2 years, 4 months ago
  38. 35774a9 KVM: Register syscore (suspend/resume) ops early in kvm_init() by Sean Christopherson · 2 years, 4 months ago
  39. e6fb7d6 KVM: Make hardware_enable_failed a local variable in the "enable all" path by Isaku Yamahata · 2 years, 4 months ago
  40. 37d2588 KVM: Use a per-CPU variable to track which CPUs have enabled virtualization by Sean Christopherson · 2 years, 4 months ago
  41. 667a83b KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit() by Isaku Yamahata · 2 years, 4 months ago
  42. 0bf5049 KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock by Isaku Yamahata · 2 years, 4 months ago
  43. 2c106f2 KVM: Ensure CPU is stable during low level hardware enable/disable by Sean Christopherson · 2 years, 4 months ago
  44. e4aa7f8 KVM: Disable CPU hotplug during hardware enabling/disabling by Chao Gao · 2 years, 4 months ago
  45. aaf12a7 KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section by Chao Gao · 2 years, 4 months ago
  46. 81a1cf9 KVM: Drop kvm_arch_check_processor_compat() hook by Sean Christopherson · 2 years, 4 months ago
  47. a578a0a KVM: Drop kvm_arch_{init,exit}() hooks by Sean Christopherson · 2 years, 4 months ago
  48. 63a1bd8 KVM: Drop arch hardware (un)setup hooks by Sean Christopherson · 2 years, 4 months ago
  49. 73b8dc0 KVM: Teardown VFIO ops earlier in kvm_exit() by Sean Christopherson · 2 years, 4 months ago
  50. c965022 KVM: Allocate cpus_hardware_enabled after arch hardware setup by Sean Christopherson · 2 years, 4 months ago
  51. 5910ccf KVM: Initialize IRQ FD after arch hardware setup by Sean Christopherson · 2 years, 4 months ago
  52. 2b012812 KVM: Register /dev/kvm as the _very_ last thing during initialization by Sean Christopherson · 2 years, 4 months ago
  53. fc471e8 Merge branch 'kvm-late-6.1' into HEAD by Paolo Bonzini · 2 years, 3 months ago
  54. a549688 Merge branch 'kvm-late-6.1-fixes' into HEAD by Paolo Bonzini · 2 years, 3 months ago
  55. a303def kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK() by Lai Jiangshan · 2 years, 3 months ago
  56. 8fa590b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 2 years, 3 months ago
  57. 9352e74 Merge remote-tracking branch 'kvm/queue' into HEAD by Paolo Bonzini · 2 years, 3 months ago
  58. 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, 3 months ago
  59. a937f37 Merge branch kvm-arm64/dirty-ring into kvmarm-master/next by Marc Zyngier · 2 years, 3 months ago
  60. 5656374 Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD by Paolo Bonzini · 2 years, 3 months ago
  61. dd03cc9 KVM: Remove stale comment about KVM_REQ_UNHALT by Sean Christopherson · 2 years, 4 months ago
  62. 06e155c KVM: Skip unnecessary "unmap" if gpc is already valid during refresh by Sean Christopherson · 2 years, 5 months ago
  63. 58f5ee5 KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers by Sean Christopherson · 2 years, 5 months ago
  64. 5762cb1 KVM: Do not partially reinitialize gfn=>pfn cache during activation by Sean Christopherson · 2 years, 5 months ago
  65. 9f87791 KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache by Sean Christopherson · 2 years, 5 months ago
  66. 0318f20 KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh() by Michal Luczaj · 2 years, 5 months ago
  67. 2a0b128 KVM: Clean up hva_to_pfn_retry() by Michal Luczaj · 2 years, 5 months ago
  68. e308c24 KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check() by Michal Luczaj · 2 years, 5 months ago
  69. 8c82a0b KVM: Store immutable gfn_to_pfn_cache properties by Michal Luczaj · 2 years, 5 months ago
  70. c1a81f3 KVM: x86: Remove unused argument in gpc_unmap_khva() by Michal Luczaj · 2 years, 5 months ago
  71. aba3cae KVM: Shorten gfn_to_pfn_cache function names by Michal Luczaj · 2 years, 5 months ago
  72. 79268e9 Merge branch 'kvm-dwmw2-fixes' into HEAD by Paolo Bonzini · 2 years, 4 months ago
  73. fe08e36 Merge branch 'kvm-dwmw2-fixes' into HEAD by Paolo Bonzini · 2 years, 4 months ago
  74. 8332f0e KVM: Update gfn_to_pfn_cache khva when it moves within the same page by David Woodhouse · 2 years, 4 months ago
  75. 6c7b220 KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeed by Paolo Bonzini · 2 years, 4 months ago
  76. 9eb8ca0 KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL by David Matlack · 2 years, 4 months ago
  77. 175d5dc KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling by David Matlack · 2 years, 4 months ago
  78. 97b6847 KVM: Cap vcpu->halt_poll_ns before halting rather than after by David Matlack · 2 years, 4 months ago
  79. c57351a KVM: Push dirty information unconditionally to backup bitmap by Gavin Shan · 2 years, 4 months ago
  80. 86bdf3e KVM: Support dirty ring in conjunction with bitmap by Gavin Shan · 2 years, 4 months ago
  81. cf87ac739 KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL by Gavin Shan · 2 years, 4 months ago
  82. d663b8a KVM: replace direct irq.h inclusion by Paolo Bonzini · 2 years, 4 months ago
  83. c8b88b3 kvm: Add interruptible flag to __gfn_to_pfn_memslot() by Peter Xu · 2 years, 5 months ago
  84. fe5ed56 kvm: Add KVM_PFN_ERR_SIGPENDING by Peter Xu · 2 years, 5 months ago
  85. 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, 4 months ago
  86. 7a2726e KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them by Gavin Shan · 2 years, 5 months ago
  87. ecbcf03 KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache by Sean Christopherson · 2 years, 5 months ago
  88. 52491a38 KVM: Initialize gfn_to_pfn_cache locks in dedicated helper by Michal Luczaj · 2 years, 5 months ago
  89. 180418e KVM: debugfs: Return retval of simple_attr_open() if it fails by Hou Wenlong · 2 years, 5 months ago
  90. ed51862 kvm: Add support for arch compat vm ioctls by Alexander Graf · 2 years, 5 months ago
  91. d3cf405 Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 2 years, 5 months ago
  92. 819da99 vfio: Hold a reference to the iommu_group in kvm for SPAPR by Jason Gunthorpe · 2 years, 5 months ago
  93. 4b22ef0 vfio: Add vfio_file_is_group() by Jason Gunthorpe · 2 years, 5 months ago
  94. 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, 5 months ago
  95. 17601bf KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option by Marc Zyngier · 2 years, 6 months ago
  96. 8929bc9 KVM: Use acquire/release semantics when accessing dirty ring GFN state by Marc Zyngier · 2 years, 6 months ago
  97. c59fb12 KVM: remove KVM_REQ_UNHALT by Paolo Bonzini · 2 years, 6 months ago
  98. 5a2a961 KVM: fix memoryleak in kvm_init() by Miaohe Lin · 2 years, 7 months ago
  99. eceb6e1 KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() by Li kunyu · 2 years, 7 months ago
  100. 2824913 KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() by Li kunyu · 2 years, 7 months ago