summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-25/+27
* KVM: Move coalesced MMIO initialization (back) into kvm_create_vm()Sean Christopherson2022-08-191-5/+6
* KVM: Unconditionally get a ref to /dev/kvm module when creating a VMSean Christopherson2022-08-191-10/+4
* KVM: Properly unwind VM creation if creating debugfs failsSean Christopherson2022-08-191-8/+8
* 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-011-57/+162
|\
| * 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-091-4/+15
| |\
| | * 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-071-0/+9
| | |\
| | | * KVM: Fix multiple races in gfn=>pfn cache refreshSean Christopherson2022-05-251-0/+9
| | * | 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-091-1/+1
|\| | | | |/ / |/| |
| * | 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: 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-251-11/+32
|\|
| * 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-211-2/+2
| * | 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: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-1/+2
* 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: 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