summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Actually create debugfs in kvm_create_vm()Oliver Upton2022-08-101-17/+19
* KVM: Pass the name of the VM fd to kvm_create_vm_debugfs()Oliver Upton2022-08-101-3/+6
* KVM: Get an fd before creating the VMOliver Upton2022-08-101-13/+17
* KVM: Shove vcpu stats_id init into kvm_vcpu_init()Oliver Upton2022-08-101-4/+4
* KVM: Shove vm stats_id init into kvm_create_vm()Oliver Upton2022-08-101-3/+3
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-012-138/+312
|\
| * KVM: debugfs: expose pid of vcpu threadsVineeth Pillai2022-06-241-2/+13
| * KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-3/+30
| * KVM: Do not zero initialize 'pfn' in hva_to_pfn()Sean Christopherson2022-06-201-1/+1
| * KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()Sean Christopherson2022-06-201-14/+52
| * KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()Sean Christopherson2022-06-201-4/+4
| * KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page()Sean Christopherson2022-06-201-20/+11
| * KVM: Don't WARN if kvm_pfn_to_page() encounters a "reserved" pfnSean Christopherson2022-06-201-3/+1
| * KVM: Avoid pfn_to_page() and vice versa when releasing pagesSean Christopherson2022-06-201-21/+43
| * KVM: Don't set Accessed/Dirty bits for ZERO_PAGESean Christopherson2022-06-201-2/+14
| * KVM: Drop bogus "pfn != 0" guard from kvm_release_pfn()Sean Christopherson2022-06-201-3/+0
| * KVM: Rename ack_flush() to ack_kick()Lai Jiangshan2022-06-151-2/+2
| * Merge branch 'kvm-5.20-early'Paolo Bonzini2022-06-092-85/+165
| |\
| | * KVM: Move kvm_arch_vcpu_precreate() under kvm->lockZeng Guang2022-06-081-4/+6
| | * Merge branch 'kvm-5.20-early-patches' into HEADPaolo Bonzini2022-06-072-81/+159
| | |\
| | | * KVM: Do not pin pages tracked by gfn=>pfn cachesSean Christopherson2022-05-251-16/+20
| | | * KVM: Fix multiple races in gfn=>pfn cache refreshSean Christopherson2022-05-252-71/+131
| | | * KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson2022-05-251-0/+12
| | | * KVM: Do not incorporate page offset into gfn=>pfn cache user addressSean Christopherson2022-05-251-2/+0
| | | * KVM: Put the extra pfn reference when reusing a pfn in the gpc cacheSean Christopherson2022-05-251-0/+8
| | | * KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helperSean Christopherson2022-05-251-7/+3
| | * | Merge branch 'kvm-5.19-early-fixes' into HEADPaolo Bonzini2022-06-071-1/+4
| | |\ \
* | | | | KVM: Add gfp_custom flag in struct kvm_mmu_memory_cacheAnup Patel2022-07-291-1/+3
|/ / / /
* | | | 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
|/