summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2010-04-20KVM: Increase NR_IOBUS_DEVS limit to 200Sridhar Samudrala
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa
2010-03-01KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti
2010-03-01KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti
2010-03-01KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: Move assigned device code to own fileAvi Kivity
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov
2009-09-18tracing: Remove markersChristoph Hellwig
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov
2009-09-10KVM: add ioeventfd supportGregory Haskins
2009-09-10KVM: make io_bus interface more robustGregory Haskins
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin
2009-09-10KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bspMarcelo Tosatti
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti
2009-09-10KVM: remove redundant declarationsChristian Ehrhardt
2009-09-10KVM: irqfdGregory Haskins
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov
2009-06-10KVM: Device assignment framework reworkSheng Yang
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov
2009-06-10KVM: declare ioapic functions only on affected hardwareChristian Borntraeger