summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: fix memoryleak in kvm_init()Miaohe Lin2023-03-171-3/+2
* KVM: Register /dev/kvm as the _very_ last thing during initializationSean Christopherson2023-03-171-9/+22
* KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()Vitaly Kuznetsov2023-03-171-6/+23
* KVM: Optimize kvm_make_vcpus_request_mask() a bitVitaly Kuznetsov2023-03-171-35/+53
* KVM: Destroy target device if coalesced MMIO unregistration failsSean Christopherson2023-03-101-3/+5
* kvm: Add support for arch compat vm ioctlsAlexander Graf2022-10-291-0/+11
* KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-09-231-3/+24
* KVM: Unconditionally get a ref to /dev/kvm module when creating a VMSean Christopherson2022-08-251-10/+4
* KVM: Don't set Accessed/Dirty bits for ZERO_PAGESean Christopherson2022-08-171-2/+14
* KVM: Don't null dereference ops->destroyAlexey Kardashevskiy2022-07-291-1/+4
* KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefSean Christopherson2022-07-121-6/+6
* KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton2022-07-121-2/+8
* KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-07-121-2/+2
* KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini2022-04-131-1/+1
* KVM: Prevent module exit until all VMs are freedDavid Matlack2022-04-081-0/+13
* KVM: Fix lockdep false negative during host resumeWanpeng Li2022-03-161-3/+1
* KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson2022-03-081-2/+3
* KVM: eventfd: Fix false positive RCU usage warningHou Wenlong2022-02-161-4/+4
* Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson2022-02-011-1/+0
* KVM: downgrade two BUG_ONs to WARN_ON_ONCEPaolo Bonzini2021-12-221-2/+4
* KVM: Ensure local memslot copies operate on up-to-date arch-specific dataSean Christopherson2021-12-081-16/+31
* KVM: Disallow user memslot with size that exceeds "unsigned long"Sean Christopherson2021-12-081-1/+2
* KVM: Remove tlbs_dirtyLai Jiangshan2021-09-231-8/+2
* KVM: KVM: Use cpumask_available() to check for NULL cpumask when kicking vCPUsSean Christopherson2021-09-221-3/+15
* KVM: Clean up benign vcpu->cpu data races when kicking vCPUsSean Christopherson2021-09-221-8/+28
* KVM: do not shrink halt_poll_ns below grow_startSergey Senozhatsky2021-09-221-1/+5
* KVM: Drop unused kvm_dirty_gfn_invalid()Peter Xu2021-09-061-5/+0
* Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-061-18/+1
|\
| * KVM: Get rid of kvm_get_pfn()Marc Zyngier2021-08-021-8/+1
| * KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier2021-08-021-10/+0
* | KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang2021-09-061-0/+1
* | KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count()Sean Christopherson2021-09-061-3/+0
* | KVM: stats: Add halt polling related histogram statsJing Zhang2021-08-201-0/+12
* | KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-0/+4
* | KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_rangeMaxim Levitsky2021-08-201-2/+5
* | KVM: Allow to have arch-specific per-vm debugfs filesPeter Xu2021-08-131-1/+19
* | KVM: stats: remove dead storesPaolo Bonzini2021-08-131-2/+0
* | Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini2021-08-101-2/+16
|\ \
| * | KVM: Do not leak memory for duplicate debugfs directoriesPaolo Bonzini2021-08-041-2/+16
| |/
* | KVM: Cache the last used slot index per vCPUDavid Matlack2021-08-061-1/+21
* | KVM: Rename lru_slot to last_used_slotDavid Matlack2021-08-061-2/+2
* | KVM: Don't take mmu_lock for range invalidation unless necessaryPaolo Bonzini2021-08-031-13/+12
* | KVM: Block memslot updates across range_start() and range_end()Paolo Bonzini2021-08-031-4/+54
* | KVM: Introduce kvm_get_kvm_safe()Peter Xu2021-08-021-5/+15
* | KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2021-08-021-5/+5
|/
* KVM: add missing compat KVM_CLEAR_DIRTY_LOGPaolo Bonzini2021-07-271-0/+28
* KVM: use cpu_relax when halt pollingLi RongQing2021-07-271-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-152-2/+2
|\
| * kvm: debugfs: fix memory leak in kvm_create_vm_debugfsPavel Skripkin2021-07-151-1/+1
| * KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmioKefeng Wang2021-07-141-1/+1