summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blockingMaxim Levitsky2022-06-091-2/+6
* Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-093-188/+146
|\
| * Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-011-186/+143
| |\
| | * kvm/vfio: Fix potential deadlock problem in vfioWan Jiabing2022-05-171-1/+1
| | * kvm/vfio: Remove vfio_group from kvmJason Gunthorpe2022-05-131-43/+8
| | * vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe2022-05-131-8/+8
| | * vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe2022-05-131-8/+8
| | * vfio: Remove vfio_external_group_match_file()Jason Gunthorpe2022-05-131-18/+1
| | * vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe2022-05-131-25/+12
| | * kvm/vfio: Store the struct file in the kvm_vfio_groupJason Gunthorpe2022-05-131-30/+29
| | * kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsJason Gunthorpe2022-05-131-101/+124
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-1/+2
| |\ \
| * | | KVM: Free new dirty bitmap if creating a new memslot failsSean Christopherson2022-05-201-1/+1
| * | | KVM: eventfd: Fix false positive RCU usage warningWanpeng Li2022-05-201-1/+2
| | |/ | |/|
* | | KVM: Don't null dereference ops->destroyAlexey Kardashevskiy2022-06-071-1/+4
| |/ |/|
* | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-253-13/+34
|\|
| * Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-0/+1
| |\
| * | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-3/+24
| * | KVM: SPDX style and spelling fixesTom Rix2022-04-213-4/+4
| * | KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefSean Christopherson2022-04-211-6/+6
* | | KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson2022-05-021-1/+2
| |/ |/|
* | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-0/+1
|/
* Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-04-081-2/+8
|\
| * KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton2022-04-071-2/+8
* | KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini2022-04-061-1/+1
|/
* KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-33/+8
* KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-021-7/+7
* KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-022-8/+13
* KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse2022-04-021-0/+1
* Revert "KVM: set owner of cpu and vm file operations"David Matlack2022-03-291-4/+2
* KVM: Prevent module exit until all VMs are freedDavid Matlack2022-03-291-0/+13
* KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGuo Ren2022-03-111-1/+1
* KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-03-081-2/+2
* Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-041-3/+1
|\
| * KVM: Fix lockdep false negative during host resumeWanpeng Li2022-02-171-3/+1
* | KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson2022-03-011-5/+0
* | KVM: Move VM's worker kthreads back to the original cgroup before exiting.Vipin Sharma2022-02-251-1/+21
* | KVM: Remove unused "kvm" of kvm_make_vcpu_request()Jinrong Liang2022-02-101-5/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-282-9/+7
|\
| * KVM: eventfd: Fix false positive RCU usage warningHou Wenlong2022-01-281-4/+4
| * Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson2022-01-261-1/+0
| * KVM: remove async parameter of hva_to_pfn_remapped()Xianting Tian2022-01-241-4/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-3/+2
|\|
| * KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson2022-01-191-2/+0
| * KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson2022-01-191-1/+0
| * KVM: avoid warning on s390 in mark_page_dirtyChristian Borntraeger2022-01-191-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-168-475/+1028
|\|
| * KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-077-27/+395
| * KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse2022-01-072-10/+6
| * KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse2021-12-091-0/+13