summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | 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