summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2009-06-10KVM: Add MSI-X interrupt injection logicSheng Yang-7/+59
2009-06-10KVM: Ioctls for init MSI-X entrySheng Yang-0/+104
2009-06-10KVM: bit ops for deliver_bitmapSheng Yang-19/+22
2009-06-10KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang-2/+2
2009-06-10KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang-13/+13
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang-94/+92
2009-06-10KVM: Split IOAPIC structureSheng Yang-19/+4
2009-06-09kvm: fix kvm reboot crash when MAXSMP is usedAvi Kivity-1/+1
2009-06-08KVM: Explicity initialize cpus_hardware_enabledAvi Kivity-0/+1
2009-04-22KVM: Fix overlapping check for memory slotsJan Kiszka-1/+2
2009-04-22KVM: MMU: Fix off-by-one calculating large page countAvi Kivity-5/+3
2009-03-24KVM: Get support IRQ routing entry countsSheng Yang-1/+1
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder-2/+2
2009-03-24KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang-2/+0
2009-03-24KVM: fix kvm_vm_ioctl_deassign_deviceWeidong Han-1/+1
2009-03-24KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov-5/+8
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov-21/+45
2009-03-24KVM: MMU: handle compound pages in kvm_is_mmio_pfnJoerg Roedel-2/+4
2009-03-24KVM: Use irq routing API for MSISheng Yang-72/+76
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti-8/+15
2009-03-24KVM: Userspace controlled irq routingAvi Kivity-4/+200
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity-0/+33
2009-03-24KVM: Add support to disable MSI for assigned deviceSheng Yang-2/+16
2009-03-24KVM: New guest debug interfaceJan Kiszka-3/+3
2009-02-15KVM: Fix assigned devices circular locking dependencyMark McLoughlin-4/+5
2009-02-15KVM: Fix INTx for device assignmentSheng Yang-2/+2
2009-02-15KVM: Fix racy in kvm_free_assigned_irqSheng Yang-8/+19
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang-0/+1
2009-02-15KVM: mmu_notifiers release methodMarcelo Tosatti-0/+8
2009-01-03kvm/iommu: fix compile warningJoerg Roedel-1/+1
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel-25/+22
2009-01-03KVM: rename vtd.c to iommu.cJoerg Roedel-0/+0
2009-01-03Deassign device in kvm_free_assgined_deviceWeidong Han-10/+1
2009-01-03KVM: support device deassignmentWeidong Han-0/+66
2009-01-03KVM: use the new intel iommu APIsWeidong Han-44/+61
2008-12-31KVM: fix handling of ACK from shared guest IRQMark McLoughlin-1/+14
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity-0/+1
2008-12-31KVM: Advertise the bug in memory region destruction as fixedAvi Kivity-1/+12
2008-12-31KVM: use cpumask_var_t for cpus_hardware_enabledRusty Russell-6/+14
2008-12-31KVM: use modern cpumask primitives, no cpumask_t on stackRusty Russell-9/+14
2008-12-31KVM: Extract core of kvm_flush_remote_tlbs/kvm_reload_remote_mmusRusty Russell-29/+15
2008-12-31KVM: set owner of cpu and vm file operationsChristian Borntraeger-2/+4
2008-12-31KVM: Really remove a slot when a user ask us soGlauber Costa-1/+4
2008-12-31KVM: split out kvm_free_assigned_irq()Mark McLoughlin-7/+22
2008-12-31KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertionsMark McLoughlin-4/+10
2008-12-31KVM: don't free an unallocated irq source idMark McLoughlin-2/+5
2008-12-31KVM: make kvm_unregister_irq_ack_notifier() safeMark McLoughlin-3/+1
2008-12-31KVM: remove the IRQ ACK notifier assertionsMark McLoughlin-3/+0
2008-12-31KVM: fix sparse warningHannes Eder-1/+1
2008-12-31KVM: Prevent trace call into unloaded module textWu Fengguang-0/+1