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