[go: up one dir, main page]

  1. 5932007 KVM: Register /dev/kvm as the _very_ last thing during initialization by Sean Christopherson · 2 years, 8 months ago
  2. ccf6a7fb KVM: Destroy target device if coalesced MMIO unregistration fails by Sean Christopherson · 2 years, 8 months ago
  3. 6eb0fc9 kvm/vfio: Fix potential deadlock on vfio group_lock by Yi Liu · 2 years, 9 months ago
  4. fe08e36 Merge branch 'kvm-dwmw2-fixes' into HEAD by Paolo Bonzini · 3 years ago
  5. 8332f0e KVM: Update gfn_to_pfn_cache khva when it moves within the same page by David Woodhouse · 3 years ago
  6. 9eb8ca0 KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL by David Matlack · 3 years ago
  7. 175d5dc KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling by David Matlack · 3 years ago
  8. 97b6847 KVM: Cap vcpu->halt_poll_ns before halting rather than after by David Matlack · 3 years ago
  9. 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 · 3 years ago
  10. 7a2726e KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them by Gavin Shan · 3 years ago
  11. ecbcf03 KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache by Sean Christopherson · 3 years ago
  12. 52491a38 KVM: Initialize gfn_to_pfn_cache locks in dedicated helper by Michal Luczaj · 3 years ago
  13. 180418e KVM: debugfs: Return retval of simple_attr_open() if it fails by Hou Wenlong · 3 years ago
  14. ed51862 kvm: Add support for arch compat vm ioctls by Alexander Graf · 3 years ago
  15. d3cf405 Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 1 month ago
  16. 819da99 vfio: Hold a reference to the iommu_group in kvm for SPAPR by Jason Gunthorpe · 3 years, 1 month ago
  17. 4b22ef0 vfio: Add vfio_file_is_group() by Jason Gunthorpe · 3 years, 1 month ago
  18. fe4d9e4 Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 1 month ago
  19. 17601bf KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option by Marc Zyngier · 3 years, 1 month ago
  20. 8929bc9 KVM: Use acquire/release semantics when accessing dirty ring GFN state by Marc Zyngier · 3 years, 1 month ago
  21. c59fb12 KVM: remove KVM_REQ_UNHALT by Paolo Bonzini · 3 years, 1 month ago
  22. 5a2a961 KVM: fix memoryleak in kvm_init() by Miaohe Lin · 3 years, 1 month ago
  23. eceb6e1 KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() by Li kunyu · 3 years, 2 months ago
  24. 2824913 KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() by Li kunyu · 3 years, 2 months ago
  25. 20ec3eb KVM: Rename mmu_notifier_* to mmu_invalidate_* by Chao Peng · 3 years, 2 months ago
  26. c2b8239 KVM: Move coalesced MMIO initialization (back) into kvm_create_vm() by Sean Christopherson · 3 years, 2 months ago
  27. 405294f KVM: Unconditionally get a ref to /dev/kvm module when creating a VM by Sean Christopherson · 3 years, 2 months ago
  28. 4ba4f41 KVM: Properly unwind VM creation if creating debugfs fails by Sean Christopherson · 3 years, 2 months ago
  29. b74ed7a KVM: Actually create debugfs in kvm_create_vm() by Oliver Upton · 3 years, 3 months ago
  30. 59f82aa KVM: Pass the name of the VM fd to kvm_create_vm_debugfs() by Oliver Upton · 3 years, 3 months ago
  31. 20020f4 KVM: Get an fd before creating the VM by Oliver Upton · 3 years, 3 months ago
  32. 58fc1166 KVM: Shove vcpu stats_id init into kvm_vcpu_init() by Oliver Upton · 3 years, 3 months ago
  33. f2759c0 KVM: Shove vm stats_id init into kvm_create_vm() by Oliver Upton · 3 years, 3 months ago
  34. 63f4b21 Merge remote-tracking branch 'kvm/next' into kvm-next-5.20 by Paolo Bonzini · 3 years, 3 months ago
  35. 4ab0e47 KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache by Anup Patel · 3 years, 3 months ago
  36. e36de87 KVM: debugfs: expose pid of vcpu threads by Vineeth Pillai · 3 years, 4 months ago
  37. 837f66c KVM: Allow for different capacities in kvm_mmu_memory_cache structs by David Matlack · 3 years, 4 months ago
  38. 943dfea KVM: Do not zero initialize 'pfn' in hva_to_pfn() by Sean Christopherson · 3 years, 4 months ago
  39. b14b269 KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page() by Sean Christopherson · 3 years, 4 months ago
  40. 284dc49 KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page() by Sean Christopherson · 3 years, 4 months ago
  41. b1624f9 KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page() by Sean Christopherson · 3 years, 4 months ago
  42. 6573a69 KVM: Don't WARN if kvm_pfn_to_page() encounters a "reserved" pfn by Sean Christopherson · 3 years, 4 months ago
  43. 8e1c691 KVM: Avoid pfn_to_page() and vice versa when releasing pages by Sean Christopherson · 3 years, 4 months ago
  44. a1040b0 KVM: Don't set Accessed/Dirty bits for ZERO_PAGE by Sean Christopherson · 3 years, 4 months ago
  45. 28b85ae KVM: Drop bogus "pfn != 0" guard from kvm_release_pfn() by Sean Christopherson · 3 years, 4 months ago
  46. f24b44e KVM: Rename ack_flush() to ack_kick() by Lai Jiangshan · 3 years, 5 months ago
  47. e15f5e6 Merge branch 'kvm-5.20-early' by Paolo Bonzini · 3 years, 5 months ago
  48. 18869f2 KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking by Maxim Levitsky · 3 years, 5 months ago
  49. 66da650 Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 3 years, 5 months ago
  50. 1d5e740 KVM: Move kvm_arch_vcpu_precreate() under kvm->lock by Zeng Guang · 3 years, 5 months ago
  51. b31455e Merge branch 'kvm-5.20-early-patches' into HEAD by Paolo Bonzini · 3 years, 5 months ago
  52. a280e35 Merge branch 'kvm-5.19-early-fixes' into HEAD by Paolo Bonzini · 3 years, 5 months ago
  53. e8bc242 KVM: Don't null dereference ops->destroy by Alexey Kardashevskiy · 3 years, 5 months ago
  54. 1768821 Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 5 months ago
  55. bf90954 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 5 months ago
  56. 8516578 KVM: Do not pin pages tracked by gfn=>pfn caches by Sean Christopherson · 3 years, 5 months ago
  57. 58cd407 KVM: Fix multiple races in gfn=>pfn cache refresh by Sean Christopherson · 3 years, 5 months ago
  58. 93984f1 KVM: Fully serialize gfn=>pfn cache refresh via mutex by Sean Christopherson · 3 years, 5 months ago
  59. 3ba2c95 KVM: Do not incorporate page offset into gfn=>pfn cache user address by Sean Christopherson · 3 years, 5 months ago
  60. 3dddf65 KVM: Put the extra pfn reference when reusing a pfn in the gpc cache by Sean Christopherson · 3 years, 5 months ago
  61. 345b0fd KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper by Sean Christopherson · 3 years, 5 months ago
  62. 47e8eec Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 5 months ago
  63. c87661f KVM: Free new dirty bitmap if creating a new memslot fails by Sean Christopherson · 3 years, 5 months ago
  64. e332b55 KVM: eventfd: Fix false positive RCU usage warning by Wanpeng Li · 3 years, 5 months ago
  65. 6b17ca8 kvm/vfio: Fix potential deadlock problem in vfio by Wan Jiabing · 3 years, 6 months ago
  66. 3e5449d kvm/vfio: Remove vfio_group from kvm by Jason Gunthorpe · 3 years, 6 months ago
  67. ba70a89 vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm() by Jason Gunthorpe · 3 years, 6 months ago
  68. a905ad0 vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent() by Jason Gunthorpe · 3 years, 6 months ago
  69. c38ff5b vfio: Remove vfio_external_group_match_file() by Jason Gunthorpe · 3 years, 6 months ago
  70. 50d63b5 vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group() by Jason Gunthorpe · 3 years, 6 months ago
  71. d55d9e7 kvm/vfio: Store the struct file in the kvm_vfio_group by Jason Gunthorpe · 3 years, 6 months ago
  72. 73b0565 kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions by Jason Gunthorpe · 3 years, 6 months ago
  73. f502cc5 KVM: Add max_vcpus field in common 'struct kvm' by Sean Christopherson · 3 years, 6 months ago
  74. 73331c5 Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD by Paolo Bonzini · 3 years, 6 months ago
  75. d495f94 KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT by Paolo Bonzini · 3 years, 6 months ago
  76. 683412c KVM: SEV: add cache flush to solve SEV cache incoherency issues by Mingwei Zhang · 3 years, 6 months ago
  77. a413a62 KVM: SPDX style and spelling fixes by Tom Rix · 3 years, 6 months ago
  78. 5c697c3 KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref by Sean Christopherson · 3 years, 6 months ago
  79. a44e2c2 Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 7 months ago
  80. a44a4cc KVM: Don't create VM debugfs files outside of the VM directory by Oliver Upton · 3 years, 7 months ago
  81. 5593473 KVM: avoid NULL pointer dereference in kvm_dirty_ring_push by Paolo Bonzini · 3 years, 7 months ago
  82. cf1d88b KVM: Remove dirty handling from gfn_to_pfn_cache completely by David Woodhouse · 3 years, 7 months ago
  83. d0d9612 KVM: Use enum to track if cached PFN will be used in guest and/or host by Sean Christopherson · 3 years, 7 months ago
  84. df06dae KVM: Don't actually set a request when evicting vCPUs for GFN cache invd by Sean Christopherson · 3 years, 7 months ago
  85. 79593c0 KVM: avoid double put_page with gfn-to-pfn cache by David Woodhouse · 3 years, 7 months ago
  86. 70375c2 Revert "KVM: set owner of cpu and vm file operations" by David Matlack · 3 years, 7 months ago
  87. 5f6de5c KVM: Prevent module exit until all VMs are freed by David Matlack · 3 years, 7 months ago
  88. afec0c6 KVM: compat: riscv: Prevent KVM_COMPAT from being selected by Guo Ren · 3 years, 8 months ago
  89. 37b2a65 KVM: use __vcalloc for very large allocations by Paolo Bonzini · 3 years, 8 months ago
  90. 0564eeb Merge branch 'kvm-bugfixes' into HEAD by Paolo Bonzini · 3 years, 8 months ago
  91. 2f6f66cc KVM: Drop kvm_reload_remote_mmus(), open code request in x86 users by Sean Christopherson · 3 years, 8 months ago
  92. e45cce3 KVM: Move VM's worker kthreads back to the original cgroup before exiting. by Vipin Sharma · 3 years, 8 months ago
  93. 4cb9a99 KVM: Fix lockdep false negative during host resume by Wanpeng Li · 3 years, 9 months ago
  94. b56bd8e KVM: Remove unused "kvm" of kvm_make_vcpu_request() by Jinrong Liang · 3 years, 9 months ago
  95. 3cd7cd8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 9 months ago
  96. 6a0c617 KVM: eventfd: Fix false positive RCU usage warning by Hou Wenlong · 3 years, 9 months ago
  97. 31c2558 Revert "KVM: SVM: avoid infinite loop on NPF from bad address" by Sean Christopherson · 3 years, 9 months ago
  98. 1625566 KVM: remove async parameter of hva_to_pfn_remapped() by Xianting Tian · 3 years, 9 months ago
  99. 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 9 months ago
  100. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 10 months ago