summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
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
2009-06-10KVM: Add MSI-X interrupt injection logicSheng Yang
2009-06-10KVM: Ioctls for init MSI-X entrySheng Yang
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov
2009-03-24KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann
2009-03-24KVM: Use irq routing API for MSISheng Yang
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti
2009-03-24KVM: Userspace controlled irq routingAvi Kivity
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity
2009-03-24KVM: Remove duplicated prototype of kvm_arch_destroy_vmSheng Yang
2009-03-24KVM: New guest debug interfaceJan Kiszka
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel
2009-01-03Deassign device in kvm_free_assgined_deviceWeidong Han
2009-01-03KVM: support device deassignmentWeidong Han
2009-01-03KVM: use the new intel iommu APIsWeidong Han
2008-12-31KVM: fix handling of ACK from shared guest IRQMark McLoughlin
2008-12-31KVM: Add fields for MSI device assignmentSheng Yang
2008-12-31KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang
2008-12-31KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang
2008-10-15KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti
2008-10-15KVM: Move KVM TRACE DEFINITIONS to common headerHollis Blanchard
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: Add coalesced MMIO support (common part)Laurent Vivier
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro
2008-04-27KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori
2008-04-27KVM: add vm refcountingIzik Eidus