summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2024-04-10KVM: Always flush async #PF workqueue when vCPU is being destroyedSean Christopherson1-5/+26
2023-08-03KVM: Grab a reference to KVM for VM and vCPU stats file descriptorsSean Christopherson1-0/+24
2023-06-28KVM: Avoid illegal stage2 mapping on invalid memory slotGavin Shan1-1/+19
2023-03-17KVM: fix memoryleak in kvm_init()Miaohe Lin1-3/+2
2023-03-17KVM: Register /dev/kvm as the _very_ last thing during initializationSean Christopherson1-9/+22
2023-03-17KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()Vitaly Kuznetsov1-6/+23
2023-03-17KVM: Optimize kvm_make_vcpus_request_mask() a bitVitaly Kuznetsov1-35/+53
2023-03-10KVM: Destroy target device if coalesced MMIO unregistration failsSean Christopherson1-3/+5
2022-10-29kvm: Add support for arch compat vm ioctlsAlexander Graf1-0/+11
2022-09-23KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang1-3/+24
2022-08-25KVM: Unconditionally get a ref to /dev/kvm module when creating a VMSean Christopherson1-10/+4
2022-08-17KVM: Don't set Accessed/Dirty bits for ZERO_PAGESean Christopherson1-2/+14
2022-07-29KVM: Don't null dereference ops->destroyAlexey Kardashevskiy1-1/+4
2022-07-12KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefSean Christopherson1-6/+6
2022-07-12KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton1-2/+8
2022-07-12KVM: use __vcalloc for very large allocationsPaolo Bonzini1-2/+2
2022-04-13KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini1-1/+1
2022-04-08KVM: Prevent module exit until all VMs are freedDavid Matlack1-0/+13
2022-03-16KVM: Fix lockdep false negative during host resumeWanpeng Li1-3/+1
2022-03-08KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson1-2/+3
2022-02-16KVM: eventfd: Fix false positive RCU usage warningHou Wenlong1-4/+4
2022-02-01Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson1-1/+0
2021-12-22KVM: downgrade two BUG_ONs to WARN_ON_ONCEPaolo Bonzini1-2/+4
2021-12-08KVM: Ensure local memslot copies operate on up-to-date arch-specific dataSean Christopherson1-16/+31
2021-12-08KVM: Disallow user memslot with size that exceeds "unsigned long"Sean Christopherson1-1/+2
2021-09-23KVM: Remove tlbs_dirtyLai Jiangshan1-8/+2
2021-09-22KVM: KVM: Use cpumask_available() to check for NULL cpumask when kicking vCPUsSean Christopherson1-3/+15
2021-09-22KVM: Clean up benign vcpu->cpu data races when kicking vCPUsSean Christopherson1-8/+28
2021-09-22KVM: do not shrink halt_poll_ns below grow_startSergey Senozhatsky1-1/+5
2021-09-06KVM: Drop unused kvm_dirty_gfn_invalid()Peter Xu1-5/+0
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-18/+1
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang1-0/+1
2021-09-06KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count()Sean Christopherson1-3/+0
2021-08-20KVM: stats: Add halt polling related histogram statsJing Zhang1-0/+12
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang1-0/+4
2021-08-20KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_rangeMaxim Levitsky1-2/+5
2021-08-13KVM: Allow to have arch-specific per-vm debugfs filesPeter Xu1-1/+19
2021-08-13KVM: stats: remove dead storesPaolo Bonzini1-2/+0
2021-08-10Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini1-2/+16
2021-08-06KVM: Cache the last used slot index per vCPUDavid Matlack1-1/+21
2021-08-06KVM: Rename lru_slot to last_used_slotDavid Matlack1-2/+2
2021-08-04KVM: Do not leak memory for duplicate debugfs directoriesPaolo Bonzini1-2/+16
2021-08-03KVM: Don't take mmu_lock for range invalidation unless necessaryPaolo Bonzini1-13/+12
2021-08-03KVM: Block memslot updates across range_start() and range_end()Paolo Bonzini1-4/+54
2021-08-02KVM: Introduce kvm_get_kvm_safe()Peter Xu1-5/+15
2021-08-02KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson1-5/+5
2021-08-02KVM: Get rid of kvm_get_pfn()Marc Zyngier1-8/+1
2021-08-02KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier1-10/+0
2021-07-27KVM: add missing compat KVM_CLEAR_DIRTY_LOGPaolo Bonzini1-0/+28
2021-07-27KVM: use cpu_relax when halt pollingLi RongQing1-0/+1