aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2020-06-17KVM: x86: Fix APIC page invalidation raceEiichi Tsukata
2020-04-29KVM: Check validity of resolved slot when searching memslotsSean Christopherson
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger
2020-02-17KVM: x86: fix missing prototypesPaolo Bonzini
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-01-30x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky
2020-01-27KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson
2020-01-27KVM: Move running VCPU from ARM to common codePaolo Bonzini
2020-01-27KVM: Remove kvm_read_guest_atomic()Peter Xu
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson
2020-01-27KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()Sean Christopherson
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson
2020-01-24KVM: Remove kvm_arch_vcpu_free() declarationSean Christopherson
2020-01-21kvm: Refactor handling of VM debugfs filesMilan Pandurov
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-01-08KVM: Remove duplicated declaration of kvm_vcpu_kickZenghui Yu
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal
2019-11-15KVM: remember position in kvm->vcpus arrayRadim Krčmář
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2019-11-04kvm: Add helper function for creating VM worker threadsJunaid Shahid
2019-10-22KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson
2019-10-22KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loadedAaron Lewis
2019-10-21KVM: Allow kvm_device_ops to be constSteven Price
2019-10-21KVM: Implement kvm_put_guest()Steven Price
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini
2019-08-05KVM: no need to check return value of debugfs_create functionsGreg KH
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-10kvm: x86: Fix -Wmissing-prototypes warningsYi Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson
2019-05-15Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-04-30KVM: Introduce a new guest mapping APIKarimAllah Ahmed
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-04-30KVM: Introduce a 'release' method for KVM devicesCédric Le Goater
2019-04-30KVM: Introduce a 'mmap' method for KVM devicesCédric Le Goater
2019-04-26KVM: polling: add architecture backend to disable pollingChristian Borntraeger
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini