summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Do not leak memory for duplicate debugfs directoriesPaolo Bonzini2021-08-121-2/+16
* KVM: add missing compat KVM_CLEAR_DIRTY_LOGPaolo Bonzini2021-08-041-0/+28
* KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmioKefeng Wang2021-07-201-1/+1
* KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin2021-06-301-2/+17
* Revert "irqbypass: do not start cons/prod when failed connect"Zhu Lingshan2021-06-031-10/+6
* kvm: exit halt polling on need_resched() as wellBenjamin Segall2021-05-191-1/+2
* kvm: Cap halt polling at kvm->max_halt_poll_nsDavid Matlack2021-05-191-2/+2
* KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson2021-05-142-7/+22
* KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCUSean Christopherson2021-05-141-3/+7
* KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson2021-02-261-1/+1
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-261-2/+2
* KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini2021-02-261-3/+12
* KVM: Forbid the use of tagged userspace addresses for memslotsMarc Zyngier2021-02-031-0/+1
* kvm: check tlbs_dirty directlyLai Jiangshan2021-01-121-2/+1
* 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
| |\ \
| | * | kvm/eventfd: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
| | |/
* | / KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-062-6/+73
|\ \
| * | KVM: Move x86's MMU memory cache helpers to common KVM codeSean Christopherson2020-07-091-0/+55
| * | KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov2020-07-091-0/+8
| * | KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov2020-07-081-6/+10
| |/
* / entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-241-0/+3
|/
* kvm: use more precise cast and do not drop __userPaolo Bonzini2020-07-021-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-122-39/+35
|\
| * KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-1/+1
| * KVM: async_pf: Cleanup kvm_setup_async_pf()Vitaly Kuznetsov2020-06-111-13/+6
| * KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-081-10/+16
| * KVM: Use vmemdup_user()Denis Efremov2020-06-041-11/+8
| * KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-041-4/+4
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-6/+6
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-5/+3
|/
* Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-0132-19576/+3
|\
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-163-3/+3
| * KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier2020-05-1629-19571/+0
* | KVM: check userspace_addr for all memslotsPaolo Bonzini2020-06-011-3/+2
* | KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-0/+10
* | KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2020-06-011-5/+14
* | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
* | Revert "KVM: No need to retry for hva_to_pfn_remapped()"Paolo Bonzini2020-06-011-0/+5