summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | KVM: switch per-VM stats to u64Paolo Bonzini2021-06-171-2/+2
| * | kvm: add PM-notifierSergey Senozhatsky2021-06-172-0/+38
| * | KVM: mmu: Add slots_arch_lock for memslot arch fieldsBen Gardon2021-06-171-6/+48
| * | KVM: mmu: Refactor memslot copyBen Gardon2021-06-171-7/+16
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | sched,perf,kvm: Fix preemption conditionPeter Zijlstra2021-06-181-1/+1
| |/
* / KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin2021-06-241-2/+17
|/
* KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti2021-05-271-0/+1
* KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-271-0/+2
* KVM: PPC: exit halt polling on need_resched()Wanpeng Li2021-05-271-2/+1
* Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-171-10/+6
|\
| * Revert "irqbypass: do not start cons/prod when failed connect"Zhu Lingshan2021-05-151-10/+6
* | kvm: Cap halt polling at kvm->max_halt_poll_nsDavid Matlack2021-05-071-2/+2
* | kvm: exit halt polling on need_resched() as wellBenjamin Segall2021-05-031-1/+2
|/
* KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li2021-04-211-1/+7
* KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman2021-04-211-0/+6
* KVM: Add proper lockdep assertion in I/O bus unregisterSean Christopherson2021-04-201-2/+4