summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2017-12-05x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2017-11-09KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-08-07KVM: nVMX: get rid of nested_get_page()David Hildenbrand
2017-08-02KVM: avoid using rcu_dereference_protectedPaolo Bonzini
2017-07-26KVM: make pid available for uevents without debugfsClaudio Imbrenda
2017-07-10KVM: use correct accessor function for __kvm_memslotsChristian Borntraeger
2017-07-07KVM: mark memory slots as rcuChristian Borntraeger
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger
2017-07-07KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger
2017-06-04KVM: add kvm_request_pendingRadim Krčmář
2017-06-04KVM: improve arch vcpu request definingAndrew Jones
2017-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2017-05-09KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpusChristoffer Dall
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini
2017-04-27KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones
2017-04-27KVM: mark requests that do not need a wakeupRadim Krčmář
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-21kvm: Move srcu_struct fields to end of struct kvmPaul E. McKenney
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2017-03-01kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei
2017-01-30arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-29Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář
2016-11-28KVM: Export kvm module parameter variablesSuraj Jitindar Singh
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das
2016-11-22kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar
2016-10-07x86/fpu, kvm: Remove KVM vcpu->fpu_counterRik van Riel
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall