- b74ed7a KVM: Actually create debugfs in kvm_create_vm() by Oliver Upton · 2 years, 6 months ago
- 59f82aa KVM: Pass the name of the VM fd to kvm_create_vm_debugfs() by Oliver Upton · 2 years, 6 months ago
- 20020f4 KVM: Get an fd before creating the VM by Oliver Upton · 2 years, 6 months ago
- 58fc1166 KVM: Shove vcpu stats_id init into kvm_vcpu_init() by Oliver Upton · 2 years, 6 months ago
- f2759c0 KVM: Shove vm stats_id init into kvm_create_vm() by Oliver Upton · 2 years, 6 months ago
- 63f4b21 Merge remote-tracking branch 'kvm/next' into kvm-next-5.20 by Paolo Bonzini · 2 years, 6 months ago
- 4ab0e47 KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache by Anup Patel · 2 years, 6 months ago
- e36de87 KVM: debugfs: expose pid of vcpu threads by Vineeth Pillai · 2 years, 8 months ago
- 837f66c KVM: Allow for different capacities in kvm_mmu_memory_cache structs by David Matlack · 2 years, 7 months ago
- 943dfea KVM: Do not zero initialize 'pfn' in hva_to_pfn() by Sean Christopherson · 2 years, 9 months ago
- b14b269 KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page() by Sean Christopherson · 2 years, 9 months ago
- 284dc49 KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page() by Sean Christopherson · 2 years, 9 months ago
- b1624f9 KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page() by Sean Christopherson · 2 years, 9 months ago
- 6573a69 KVM: Don't WARN if kvm_pfn_to_page() encounters a "reserved" pfn by Sean Christopherson · 2 years, 9 months ago
- 8e1c691 KVM: Avoid pfn_to_page() and vice versa when releasing pages by Sean Christopherson · 2 years, 9 months ago
- a1040b0 KVM: Don't set Accessed/Dirty bits for ZERO_PAGE by Sean Christopherson · 2 years, 9 months ago
- 28b85ae KVM: Drop bogus "pfn != 0" guard from kvm_release_pfn() by Sean Christopherson · 2 years, 9 months ago
- f24b44e KVM: Rename ack_flush() to ack_kick() by Lai Jiangshan · 2 years, 8 months ago
- e15f5e6 Merge branch 'kvm-5.20-early' by Paolo Bonzini · 2 years, 8 months ago
- 18869f2 KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking by Maxim Levitsky · 2 years, 8 months ago
- 66da650 Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 2 years, 8 months ago
- 1d5e740 KVM: Move kvm_arch_vcpu_precreate() under kvm->lock by Zeng Guang · 2 years, 9 months ago
- b31455e Merge branch 'kvm-5.20-early-patches' into HEAD by Paolo Bonzini · 2 years, 8 months ago
- a280e35 Merge branch 'kvm-5.19-early-fixes' into HEAD by Paolo Bonzini · 2 years, 8 months ago
- e8bc242 KVM: Don't null dereference ops->destroy by Alexey Kardashevskiy · 2 years, 8 months ago
- 1768821 Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 2 years, 8 months ago
- bf90954 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 2 years, 8 months ago
- 8516578 KVM: Do not pin pages tracked by gfn=>pfn caches by Sean Christopherson · 2 years, 9 months ago
- 58cd407 KVM: Fix multiple races in gfn=>pfn cache refresh by Sean Christopherson · 2 years, 9 months ago
- 93984f1 KVM: Fully serialize gfn=>pfn cache refresh via mutex by Sean Christopherson · 2 years, 9 months ago
- 3ba2c95 KVM: Do not incorporate page offset into gfn=>pfn cache user address by Sean Christopherson · 2 years, 9 months ago
- 3dddf65 KVM: Put the extra pfn reference when reusing a pfn in the gpc cache by Sean Christopherson · 2 years, 9 months ago
- 345b0fd KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper by Sean Christopherson · 2 years, 9 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 · 2 years, 8 months ago
- c87661f KVM: Free new dirty bitmap if creating a new memslot fails by Sean Christopherson · 2 years, 8 months ago
- e332b55 KVM: eventfd: Fix false positive RCU usage warning by Wanpeng Li · 2 years, 8 months ago
- 6b17ca8 kvm/vfio: Fix potential deadlock problem in vfio by Wan Jiabing · 2 years, 8 months ago
- 3e5449d kvm/vfio: Remove vfio_group from kvm by Jason Gunthorpe · 2 years, 9 months ago
- ba70a89 vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm() by Jason Gunthorpe · 2 years, 9 months ago
- a905ad0 vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent() by Jason Gunthorpe · 2 years, 9 months ago
- c38ff5b vfio: Remove vfio_external_group_match_file() by Jason Gunthorpe · 2 years, 9 months ago
- 50d63b5 vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group() by Jason Gunthorpe · 2 years, 9 months ago
- d55d9e7 kvm/vfio: Store the struct file in the kvm_vfio_group by Jason Gunthorpe · 2 years, 9 months ago
- 73b0565 kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions by Jason Gunthorpe · 2 years, 9 months ago
- f502cc5 KVM: Add max_vcpus field in common 'struct kvm' by Sean Christopherson · 2 years, 11 months ago
- 73331c5 Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD by Paolo Bonzini · 2 years, 9 months ago
- d495f94 KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT by Paolo Bonzini · 2 years, 9 months ago
- 683412c KVM: SEV: add cache flush to solve SEV cache incoherency issues by Mingwei Zhang · 2 years, 9 months ago
- a413a62 KVM: SPDX style and spelling fixes by Tom Rix · 2 years, 10 months ago
- 5c697c3 KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref by Sean Christopherson · 2 years, 9 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 · 2 years, 10 months ago
- a44a4cc KVM: Don't create VM debugfs files outside of the VM directory by Oliver Upton · 2 years, 10 months ago
- 5593473 KVM: avoid NULL pointer dereference in kvm_dirty_ring_push by Paolo Bonzini · 2 years, 10 months ago
- cf1d88b KVM: Remove dirty handling from gfn_to_pfn_cache completely by David Woodhouse · 2 years, 11 months ago
- d0d9612 KVM: Use enum to track if cached PFN will be used in guest and/or host by Sean Christopherson · 2 years, 11 months ago
- df06dae KVM: Don't actually set a request when evicting vCPUs for GFN cache invd by Sean Christopherson · 2 years, 11 months ago
- 79593c0 KVM: avoid double put_page with gfn-to-pfn cache by David Woodhouse · 2 years, 10 months ago
- 70375c2 Revert "KVM: set owner of cpu and vm file operations" by David Matlack · 2 years, 11 months ago
- 5f6de5c KVM: Prevent module exit until all VMs are freed by David Matlack · 2 years, 11 months ago
- afec0c6 KVM: compat: riscv: Prevent KVM_COMPAT from being selected by Guo Ren · 3 years ago
- 37b2a65 KVM: use __vcalloc for very large allocations by Paolo Bonzini · 2 years, 11 months ago
- 0564eeb Merge branch 'kvm-bugfixes' into HEAD by Paolo Bonzini · 2 years, 11 months ago
- 2f6f66c KVM: Drop kvm_reload_remote_mmus(), open code request in x86 users by Sean Christopherson · 2 years, 11 months ago
- e45cce3 KVM: Move VM's worker kthreads back to the original cgroup before exiting. by Vipin Sharma · 3 years ago
- 4cb9a99 KVM: Fix lockdep false negative during host resume by Wanpeng Li · 3 years ago
- b56bd8e KVM: Remove unused "kvm" of kvm_make_vcpu_request() by Jinrong Liang · 3 years ago
- 3cd7cd8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
- 6a0c617 KVM: eventfd: Fix false positive RCU usage warning by Hou Wenlong · 3 years ago
- 31c2558 Revert "KVM: SVM: avoid infinite loop on NPF from bad address" by Sean Christopherson · 3 years ago
- 1625566 KVM: remove async parameter of hva_to_pfn_remapped() by Xianting Tian · 3 years ago
- 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
- 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 2 months ago
- e6eec09 KVM: Drop unused kvm_vcpu.pre_pcpu field by Sean Christopherson · 3 years, 2 months ago
- e09fccb KVM: avoid warning on s390 in mark_page_dirty by Christian Borntraeger · 3 years ago
- 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
- 8e5b0ad Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 982ed0d KVM: Reinstate gfn_to_pfn_cache with invalidation support by David Woodhouse · 3 years, 1 month ago
- 2efd61a KVM: Warn if mark_page_dirty() is called without an active vCPU by David Woodhouse · 3 years, 1 month ago
- 6f2cdbd KVM: Add Makefile.kvm for common files, use it for x86 by David Woodhouse · 3 years, 2 months ago
- dc70ec2 KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING by David Woodhouse · 3 years, 2 months ago
- d92a5d1 KVM: Add helpers to wake/query blocking vCPU by Sean Christopherson · 3 years, 4 months ago
- 109a982 KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline by Sean Christopherson · 3 years, 4 months ago
- c385833 KVM: stats: Add stat to detect if vcpu is currently blocking by Jing Zhang · 3 years, 4 months ago
- fac4268 KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt() by Sean Christopherson · 3 years, 4 months ago
- 91b99ea KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() by Sean Christopherson · 3 years, 4 months ago
- 005467e KVM: Drop obsolete kvm_arch_vcpu_block_finish() by Sean Christopherson · 3 years, 4 months ago
- f6c60d0 KVM: Don't block+unblock when halt-polling is successful by Sean Christopherson · 3 years, 4 months ago
- 30c94347 KVM: Reconcile discrepancies in halt-polling stats by Sean Christopherson · 3 years, 4 months ago
- 29e7289 KVM: Refactor and document halt-polling stats update helper by Sean Christopherson · 3 years, 4 months ago
- 8df6a61 KVM: Update halt-polling stats if and only if halt-polling was attempted by Sean Christopherson · 3 years, 4 months ago
- 510958e KVM: Force PPC to define its own rcuwait object by Sean Christopherson · 3 years, 4 months ago
- 6f39091 KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU by Sean Christopherson · 3 years, 4 months ago
- aefdc2e KVM: Avoid atomic operations when kicking the running vCPU by Paolo Bonzini · 3 years, 3 months ago
- 8283e36 KVM: x86/mmu: Propagate memslot const qualifier by Ben Gardon · 3 years, 2 months ago
- 244893f KVM: Dynamically allocate "new" memslots from the get-go by Sean Christopherson · 3 years, 2 months ago
- 0f9bdef KVM: Wait 'til the bitter end to initialize the "new" memslot by Sean Christopherson · 3 years, 2 months ago
- 44401a2 KVM: Optimize overlapping memslots check by Maciej S. Szmigiero · 3 years, 2 months ago
- bcb63dc KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_memslot() by Maciej S. Szmigiero · 3 years, 2 months ago
- a54d806 KVM: Keep memslots in tree-based structures instead of array-based ones by Maciej S. Szmigiero · 3 years, 2 months ago
- ed92273 KVM: Use interval tree to do fast hva lookup in memslots by Maciej S. Szmigiero · 3 years, 2 months ago