summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-0/+7
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-121-0/+1
| |\
| | * KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-0/+1
| * | kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-041-0/+6
| |/
* | Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-211-2/+24
|\ \
| * | KVM: Allow kvm_device_ops to be constSteven Price2019-10-211-2/+2
| * | KVM: Implement kvm_put_guest()Steven Price2019-10-211-0/+22
| |/
* | KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal2019-11-151-0/+2
* | KVM: remember position in kvm->vcpus arrayRadim Krčmář2019-11-151-8/+3
* | KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-221-0/+1
* | KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loadedAaron Lewis2019-10-221-1/+0
|/
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-0/+2
* KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-051-1/+1
* KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-1/+2
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+1
* KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-0/+1