aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář
2016-07-22KVM: arm/arm64: Enable MSI routingEric Auger
2016-07-22KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger
2016-07-22KVM: Add devid in kvm_kernel_irq_routing_entryEric Auger
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini
2016-06-28context_tracking: move rcu_virt_note_context_switch out of kvm_host.hPaolo Bonzini
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank
2016-05-18KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz
2016-05-11KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUSGreg Kurz
2016-04-20KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini
2016-01-08KVM: renumber vcpu->request bitsPaolo Bonzini
2016-01-08KVM: document which architecture uses each request bitPaolo Bonzini
2016-01-08KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requestsPaolo Bonzini
2015-12-16kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin
2015-12-16kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin
2015-11-30KVM: Remove unnecessary debugfs dentry referencesJanosch Frank
2015-11-30KVM: use heuristic for fast VCPU lookup by idDavid Hildenbrand
2015-11-25KVM: kvm_is_visible_gfn can be booleanYaowei Bai
2015-11-25kvm/x86: Hyper-V kvm exitAndrey Smetanin
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin
2015-11-25kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin
2015-11-19KVM: Provide function for VCPU lookup by idDavid Hildenbrand
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang
2015-11-04KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall
2015-10-16kvm/eventfd: add arch-specific set_irqAndrey Smetanin
2015-10-16kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu
2015-10-01KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu
2015-10-01KVM: introduce kvm_arch functions for IRQ bypassEric Auger
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin
2015-10-01KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford
2015-10-01KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford