summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: do not shrink halt_poll_ns below grow_startSergey Senozhatsky2021-10-091-1/+5
* KVM: Do not leak memory for duplicate debugfs directoriesPaolo Bonzini2021-08-041-2/+16
* 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
* KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson2021-04-202-7/+22
* KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCUSean Christopherson2021-04-201-3/+7
* KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslotSean Christopherson2021-04-171-4/+11
* KVM: Move MMU notifier's mmu_lock acquisition into common helperSean Christopherson2021-04-171-41/+80
* KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson2021-04-171-85/+0
* KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson2021-04-171-5/+164
* KVM: Assert that notifier count is elevated in .change_pte()Sean Christopherson2021-04-171-2/+7
* KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocationsSean Christopherson2021-04-171-1/+1
* KVM: Move arm64's MMU notifier trace events to generic codeSean Christopherson2021-04-171-0/+10
* KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-221-4/+25
* KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson2021-02-091-1/+1
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-2/+2
* KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon2021-02-043-19/+46
* KVM: X86: use vzalloc() instead of vmalloc/memsetTian Tao2021-02-041-2/+1
* KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini2021-02-041-3/+12
* Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-251-0/+1
|\
| * KVM: Forbid the use of tagged userspace addresses for memslotsMarc Zyngier2021-01-211-0/+1