summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-081-2/+1
|\ \
| * | kvm: check tlbs_dirty directlyLai Jiangshan2021-01-071-2/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-203-27/+346
|\| |
| * | KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu2020-11-151-2/+2
| * | KVM: Make dirty ring exclusive to dirty bitmap logPeter Xu2020-11-151-0/+12
| * | KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-152-1/+306
| * | KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu2020-11-151-13/+17
| * | KVM: remove kvm_clear_guest_pagePaolo Bonzini2020-11-151-9/+2
| * | kvm/eventfd: Drain events from eventfd in irqfd_wakeup()David Woodhouse2020-11-151-0/+3
| * | kvm/eventfd: Use priority waitqueue to catch events before userspaceDavid Woodhouse2020-11-151-2/+4
| |/
* / mm, kvm: account kvm_vcpu_mmap to kmemcgShakeel Butt2020-12-192-2/+2
|/
* kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon2020-10-231-4/+2
* KVM: Cache as_id in kvm_memory_slotPeter Xu2020-10-211-0/+6
* KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister...Rustam Kovhaev2020-09-281-2/+2
* kvm/eventfd: move wildcard calculation outside loopYi Li2020-09-281-1/+3
* KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev2020-09-111-9/+12
* Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-114-9/+13
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-122-2/+2
| |\
| | * mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-122-2/+2
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-6/+10
| |\ \ | | |/ | |/|
| | * irqbypass: do not start cons/prod when failed connectZhu Lingshan2020-08-051-6/+10
| * | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
| |\ \