summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | KVM: Remove kvm_read_guest_atomic()Peter Xu2020-01-271-2/+0
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-3/+0
* | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-1/+0
* | KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()Sean Christopherson2020-01-271-4/+0
* | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-1/+1
* | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-0/+1
* | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+1
* | KVM: Remove kvm_arch_vcpu_free() declarationSean Christopherson2020-01-241-1/+0
* | kvm: Refactor handling of VM debugfs filesMilan Pandurov2020-01-211-2/+5
* | KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson2020-01-081-3/+3
* | KVM: Remove duplicated declaration of kvm_vcpu_kickZenghui Yu2020-01-081-1/+0
|/