aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger1-1/+1
2020-02-17KVM: x86: fix missing prototypesPaolo Bonzini1-0/+2
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini1-0/+5
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky1-2/+5
2020-01-30x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky1-0/+2
2020-01-27KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-1/+1
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson1-0/+1
2020-01-27KVM: Move running VCPU from ARM to common codePaolo Bonzini1-0/+3
2020-01-27KVM: Remove kvm_read_guest_atomic()Peter Xu1-2/+0
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson1-3/+0
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson1-1/+0
2020-01-27KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()Sean Christopherson1-4/+0
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson1-1/+1
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson1-0/+1
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson1-0/+1
2020-01-24KVM: Remove kvm_arch_vcpu_free() declarationSean Christopherson1-1/+0
2020-01-21kvm: Refactor handling of VM debugfs filesMilan Pandurov1-2/+5
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-3/+3
2020-01-08KVM: Remove duplicated declaration of kvm_vcpu_kickZenghui Yu1-1/+0
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini1-0/+7
2019-11-21Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+24
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-0/+2
2019-11-15KVM: remember position in kvm->vcpus arrayRadim Krčmář1-8/+3
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-0/+1
2019-11-04kvm: Add helper function for creating VM worker threadsJunaid Shahid1-0/+6
2019-10-22KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson1-0/+1
2019-10-22KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loadedAaron Lewis1-1/+0
2019-10-21KVM: Allow kvm_device_ops to be constSteven Price1-2/+2
2019-10-21KVM: Implement kvm_put_guest()Steven Price1-0/+22
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini1-0/+2
2019-08-05KVM: no need to check return value of debugfs_create functionsGreg KH1-1/+1
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-1/+2
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-0/+1
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li1-0/+1
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-4/+1
2019-07-10kvm: x86: Fix -Wmissing-prototypes warningsYi Wang1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid1-1/+1
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-1/+1
2019-05-15Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-0/+10
2019-04-30KVM: Introduce a new guest mapping APIKarimAllah Ahmed1-0/+28
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+10
2019-04-30KVM: Introduce a 'release' method for KVM devicesCédric Le Goater1-0/+9
2019-04-30KVM: Introduce a 'mmap' method for KVM devicesCédric Le Goater1-0/+1
2019-04-26KVM: polling: add architecture backend to disable pollingChristian Borntraeger1-0/+10
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-4/+6
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner1-0/+1
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson1-2/+2