summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-121-0/+6
* KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall2016-08-121-0/+6
* Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-041-3/+9
|\
| * KVM: arm/arm64: Enable MSI routingEric Auger2016-07-221-0/+2
| * KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger2016-07-221-2/+0
| * KVM: Add devid in kvm_kernel_irq_routing_entryEric Auger2016-07-221-1/+7
* | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-221-0/+2
|\|
| * KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara2016-07-181-0/+2
* | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
* | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-22/+0
* | context_tracking: move rcu_virt_note_context_switch out of kvm_host.hPaolo Bonzini2016-06-281-21/+4
|/
* KVM: remove kvm_vcpu_compatiblePaolo Bonzini2016-06-161-6/+0
* KVM: introduce kvm->created_vcpusPaolo Bonzini2016-06-161-0/+8
* KVM: Create debugfs dir and stat files for each VMJanosch Frank2016-05-251-0/+7
* KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář2016-05-181-0/+1
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+15
* kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-111-0/+1
* kvm: introduce KVM_MAX_VCPU_IDGreg Kurz2016-05-111-0/+4
* KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUSGreg Kurz2016-05-111-3/+4
* KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini2016-04-201-0/+11
* KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-2/+3
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-18/+19
* KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-41/+2
* KVM: renumber vcpu->request bitsPaolo Bonzini2016-01-081-30/+29
* KVM: document which architecture uses each request bitPaolo Bonzini2016-01-081-7/+13
* KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requestsPaolo Bonzini2016-01-081-1/+1
* kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov2015-12-161-1/+2
* kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-0/+1
* kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-161-0/+2
* KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-301-1/+0
* KVM: use heuristic for fast VCPU lookup by idDavid Hildenbrand2015-11-301-0/+5
* KVM: kvm_is_visible_gfn can be booleanYaowei Bai2015-11-251-1/+1
* kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+1
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+6
* kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin2015-11-251-2/+3
* KVM: Provide function for VCPU lookup by idDavid Hildenbrand2015-11-191-0/+11
* KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-101-0/+1
* KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini2015-11-041-1/+0
* KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini2015-11-041-4/+3
* Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-041-0/+2
|\
| * KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+2
* | kvm/eventfd: add arch-specific set_irqAndrey Smetanin2015-10-161-0/+4
* | kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin2015-10-161-0/+1
* | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-011-0/+3
* | KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu2015-10-011-0/+2
* | KVM: introduce kvm_arch functions for IRQ bypassEric Auger2015-10-011-0/+10
* | kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin2015-10-011-0/+1
* | KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-0/+16
* | KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-011-1/+1
* | KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-0/+1
|/