summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: downgrade two BUG_ONs to WARN_ON_ONCEPaolo Bonzini2021-11-261-2/+4
* KVM: Disallow user memslot with size that exceeds "unsigned long"Sean Christopherson2021-11-181-1/+2
* KVM: Ensure local memslot copies operate on up-to-date arch-specific dataSean Christopherson2021-11-181-16/+31
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-181-89/+11
|\
| * KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse2021-11-181-89/+11
* | KVM: generalize "bugged" VM to "dead" VMPaolo Bonzini2021-11-111-5/+5
|/
* kvm: irqfd: avoid update unmodified entries of the routingLongpeng(Mike)2021-09-301-1/+14
* kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov2021-09-301-20/+9
* KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()Vitaly Kuznetsov2021-09-301-6/+23
* KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()Vitaly Kuznetsov2021-09-301-2/+1
* KVM: Optimize kvm_make_vcpus_request_mask() a bitVitaly Kuznetsov2021-09-301-35/+53
* KVM: use vma_pages() helperYang Li2021-09-301-1/+1
* 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
| * Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-07-141-2/+17
| |\
* | \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\ \ \
| * | | virt/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett2021-06-291-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-283-49/+423
|\ \ \ | | |/ | |/|
| * | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-28/+76
| * | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-1/+50
| * | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+42
| * | KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-0/+146
| * | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-7/+7