aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-2/+0
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini1-8/+8
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand1-0/+1
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras1-1/+0
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini1-4/+5
2017-04-27KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář1-1/+1
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones1-0/+6
2017-04-27KVM: mark requests that do not need a wakeupRadim Krčmář1-5/+7
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-2/+12
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt1-1/+0
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2017-04-21kvm: Move srcu_struct fields to end of struct kvmPaul E. McKenney1-2/+2
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand1-2/+2
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini1-1/+1
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini1-16/+0
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2017-03-01kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova1-1/+2
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini1-1/+0
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei1-8/+8
2017-01-30arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier1-1/+0
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+10
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-11-29Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-0/+4
2016-11-28KVM: Export kvm module parameter variablesSuraj Jitindar Singh1-0/+4
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das1-0/+6
2016-11-22kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui1-0/+2
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar1-0/+4
2016-10-07x86/fpu, kvm: Remove KVM vcpu->fpu_counterRik van Riel1-1/+0
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino1-0/+1
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+3
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-0/+6
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+6
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-3/+9
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into nextRadim Krčmář1-0/+2
2016-07-22KVM: arm/arm64: Enable MSI routingEric Auger1-0/+2
2016-07-22KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific headerEric Auger1-2/+0
2016-07-22KVM: Add devid in kvm_kernel_irq_routing_entryEric Auger1-1/+7
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara1-0/+2
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-1/+2
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-22/+0
2016-06-28context_tracking: move rcu_virt_note_context_switch out of kvm_host.hPaolo Bonzini1-21/+4
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini1-6/+0
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini1-0/+8
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank1-0/+7
2016-05-18KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář1-0/+1
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+15
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson1-0/+1
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz1-0/+4
2016-05-11KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUSGreg Kurz1-3/+4
2016-04-20KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini1-0/+11