summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-25/+28
|\
| * 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-091-4/+4
* | 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-011-1/+1
|\
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-161-1/+1
* | KVM: check userspace_addr for all memslotsPaolo Bonzini2020-06-011-3/+2
* | KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2020-06-011-5/+14
* | Revert "KVM: No need to retry for hva_to_pfn_remapped()"Paolo Bonzini2020-06-011-0/+5
* | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-3/+15
* | KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li2020-05-151-0/+1
* | KVM: No need to retry for hva_to_pfn_remapped()Peter Xu2020-05-151-5/+0
* | kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-10/+9
* | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-3/+11
|\ \
| * | KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-081-3/+11
| |/
* | kvm: add capability for halt pollingDavid Matlack2020-04-241-4/+15
* | KVM: SVM: avoid infinite loop on NPF from bad addressPaolo Bonzini2020-04-211-0/+1
* | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+1
* | KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2Paolo Bonzini2020-04-211-5/+1
* | KVM: x86: move kvm_create_vcpu_debugfs after last failure pointPaolo Bonzini2020-04-211-3/+1
* | KVM: remove redundant assignment to variable rColin Ian King2020-04-151-1/+0
|/
* KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-4/+14
* KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
* KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-13/+0
* KVM: Drop gfn_to_pfn_atomic()Peter Xu2020-03-161-6/+0
* KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-7/+17
* KVM: Dynamically size memslot array based on number of used slotsSean Christopherson2020-03-161-3/+28
* KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-161-52/+158
* KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-8/+19
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-20/+71
* KVM: Clean up local variable usage in __kvm_set_memory_region()Sean Christopherson2020-03-161-24/+26
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-11/+7
* KVM: Move memslot deletion to helper functionSean Christopherson2020-03-161-29/+46
* KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
* KVM: Move setting of memslot into helper routineSean Christopherson2020-03-161-43/+63
* KVM: Refactor error handling for setting memory regionSean Christopherson2020-03-161-22/+18
* KVM: Explicitly free allocated-but-unused dirty bitmapSean Christopherson2020-03-161-3/+4
* KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-14/+7
* KVM: Don't free new memslot if allocation of said memslot failsSean Christopherson2020-03-161-1/+1
* KVM: Reinstall old memslots if arch preparation failsSean Christopherson2020-03-161-11/+12
* KVM: Disable preemption in kvm_get_running_vcpu()Marc Zyngier2020-02-121-3/+13
* KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-02-051-0/+1
* Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-17/+96
|\
| * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-19/+79
| * x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-301-5/+24
* | KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson2020-01-271-1/+1
* | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-2/+2