summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+1
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-05-161-4/+6
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
* kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2019-02-121-1/+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
* KVM: add kvm_request_pendingRadim Krčmář2017-06-041-0/+5
* KVM: improve arch vcpu request definingAndrew Jones2017-06-041-0/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-101-1/+11
|\
| * Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-091-0/+11
| |\
| | * KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpusChristoffer Dall2017-05-091-0/+11
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-1/+0Star
| |\ \
| | * \ Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-1/+0Star
| | |\ \
| | | * | KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-1/+0Star
| | | |/
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-2/+2
| |\ \ \
| | * | | kvm: Move srcu_struct fields to end of struct kvmPaul E. McKenney2017-04-211-2/+2
| | | |/ | | |/|
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-091-2/+0Star
|\ \ \ \
| * | | | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-2/+0Star
| |/ / /
* | | | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-031-8/+8
* | | | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-0/+1
* | | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-4/+5
* | | | KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář2017-04-271-1/+1
* | | | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-0/+6
* | | | KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-271-5/+7
* | | | KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-2/+12
| |_|/ |/| |