summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-221-1/+24
* KVM: Raise the maximum number of user memslotsVitaly Kuznetsov2021-02-091-3/+2
* KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon2021-02-041-0/+5
* KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu2020-11-151-0/+5
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+13
* KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu2020-11-151-1/+1
* KVM: remove kvm_clear_guest_pagePaolo Bonzini2020-11-151-1/+0
* kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon2020-10-231-0/+1
* KVM: Cache as_id in kvm_memory_slotPeter Xu2020-10-211-0/+1
* KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones2020-08-211-0/+20
* KVM: arm64: Drop type input from kvm_put_guestAndrew Jones2020-08-211-5/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-2/+10
|\
| * KVM: Move x86's MMU memory cache helpers to common KVM codeSean Christopherson2020-07-091-0/+7
| * KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov2020-07-091-0/+1
| * KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov2020-07-081-2/+2
* | entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-241-0/+8
* | KVM: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-0/+1
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-081-2/+2
* KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-041-2/+1
* KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2020-06-011-0/+3
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-5/+5
* Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-0/+3
|\
| * KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-081-0/+3
* | kvm: add capability for halt pollingDavid Matlack2020-04-241-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-0/+6
* | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-0/+5
|/
* KVM: Check validity of resolved slot when searching memslotsSean Christopherson2020-04-141-1/+1
* KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
* Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-311-1/+1
|\
| * KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
* | KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
* | KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-2/+0
* | KVM: Drop gfn_to_pfn_atomic()Peter Xu2020-03-161-1/+0
* | KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-1/+10
* | KVM: Dynamically size memslot array based on number of used slotsSean Christopherson2020-03-161-1/+1
* | KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-161-6/+12
* | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-1/+1
* | KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-13/+10
* | KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-2/+1
* | KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
* | KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-2/+0
|/
* KVM: x86: fix missing prototypesPaolo Bonzini2020-02-171-0/+2
* Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-0/+5
|\
| * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-2/+5
| * x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-301-0/+2
* | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-1/+1
* | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-0/+1
* | KVM: Move running VCPU from ARM to common codePaolo Bonzini2020-01-271-0/+3