summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1Star
* | kvm: x86: Fix -Wmissing-prototypes warningsYi Wang2019-07-101-0/+1
* | kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-051-1/+1
* | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-1/+1
|/
* Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-151-0/+10
|\
| * KVM: Introduce a 'release' method for KVM devicesCédric Le Goater2019-04-301-0/+9
| * KVM: Introduce a 'mmap' method for KVM devicesCédric Le Goater2019-04-301-0/+1
* | KVM: Introduce a new guest mapping APIKarimAllah Ahmed2019-04-301-0/+28
* | Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-301-0/+10
|\ \
| * | KVM: polling: add architecture backend to disable pollingChristian Borntraeger2019-04-261-0/+10
| |/
* / KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-4/+6
|/
* KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-201-0/+1
* KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-201-2/+2
* KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson2019-02-201-0/+21
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2018-12-211-1/+2
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+5
* kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-1/+1
* kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-0/+2
* kvm: x86: make kvm_{load|put}_guest_fpu() staticSebastian Andrzej Siewior2018-09-201-2/+0Star
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+2
* KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan2018-08-061-0/+7
* KVM: Switch 'requests' to be 64-bit (explicitly)KarimAllah Ahmed2018-08-061-5/+5
* KVM: s390: a utility function for migrationClaudio Imbrenda2018-07-131-0/+7
* kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+5
* kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
* Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-011-0/+9
|\
| * KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall2018-05-251-0/+9
* | KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov2018-05-261-0/+3
* | KVM: Extend MAX_IRQ_ROUTES to 4096 for all archsWanpeng Li2018-05-111-7/+1Star
|/
* kvm: fix warning for non-x86 buildsSebastian Ott2018-02-241-0/+3
* kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD buildsSebastian Ott2018-02-241-1/+2
* KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-141-0/+12
* KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall2017-12-141-1/+1
* x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2017-12-051-1/+1
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-0/+3
* KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand2017-11-091-0/+1
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+2
* KVM: nVMX: get rid of nested_get_page()David Hildenbrand2017-08-071-0/+6
* KVM: avoid using rcu_dereference_protectedPaolo Bonzini2017-08-021-2/+4
* KVM: make pid available for uevents without debugfsClaudio Imbrenda2017-07-261-0/+1
* KVM: use correct accessor function for __kvm_memslotsChristian Borntraeger2017-07-101-3/+2Star
* KVM: mark memory slots as rcuChristian Borntraeger2017-07-071-1/+1
* KVM: mark kvm->busses as rcu protectedChristian Borntraeger2017-07-071-1/+7
* KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger2017-07-071-1/+1