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