aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-09KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov1-5/+5
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin1-1/+3
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti1-0/+3
2009-06-28KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus1-0/+2
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu1-1/+0
2009-06-10KVM: Prevent overflow in largepages calculationAvi Kivity1-2/+1
2009-06-10KVM: Disable large pages on misaligned memory slotsAvi Kivity1-1/+9
2009-06-10KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti1-0/+2
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti1-1/+12
2009-06-10KVM: Trivial format fix in setup_routing_entry()Chris Wright1-1/+1
2009-06-10KVM: VMX: Disable VMX when system shutdownSheng Yang1-9/+9
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-3/+24
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-1/+2
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov1-2/+3
2009-06-10KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov1-0/+2
2009-06-10KVM: Device assignment framework reworkSheng Yang1-228/+258
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov3-74/+60
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2-10/+12
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov3-58/+31
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov3-60/+37
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2-34/+7
2009-06-10KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang3-51/+49
2009-06-10KVM: Enable MSI-X for KVM assigned deviceSheng Yang1-6/+92
2009-06-10KVM: Add MSI-X interrupt injection logicSheng Yang1-7/+59
2009-06-10KVM: Ioctls for init MSI-X entrySheng Yang1-0/+104
2009-06-10KVM: bit ops for deliver_bitmapSheng Yang2-19/+22
2009-06-10KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang2-2/+2
2009-06-10KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang3-13/+13
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang2-94/+92
2009-06-10KVM: Split IOAPIC structureSheng Yang2-19/+4
2009-06-09kvm: fix kvm reboot crash when MAXSMP is usedAvi Kivity1-1/+1
2009-06-08KVM: Explicity initialize cpus_hardware_enabledAvi Kivity1-0/+1
2009-04-22KVM: Fix overlapping check for memory slotsJan Kiszka1-1/+2
2009-04-22KVM: MMU: Fix off-by-one calculating large page countAvi Kivity1-5/+3
2009-03-24KVM: Get support IRQ routing entry countsSheng Yang1-1/+1
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder1-2/+2
2009-03-24KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang1-2/+0
2009-03-24KVM: fix kvm_vm_ioctl_deassign_deviceWeidong Han1-1/+1
2009-03-24KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov1-5/+8
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov3-21/+45
2009-03-24KVM: MMU: handle compound pages in kvm_is_mmio_pfnJoerg Roedel1-2/+4
2009-03-24KVM: Use irq routing API for MSISheng Yang2-72/+76
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2-8/+15
2009-03-24KVM: Userspace controlled irq routingAvi Kivity2-4/+200
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity3-0/+33
2009-03-24KVM: Add support to disable MSI for assigned deviceSheng Yang1-2/+16
2009-03-24KVM: New guest debug interfaceJan Kiszka1-3/+3
2009-02-15KVM: Fix assigned devices circular locking dependencyMark McLoughlin2-4/+5
2009-02-15KVM: Fix INTx for device assignmentSheng Yang1-2/+2
2009-02-15KVM: Fix racy in kvm_free_assigned_irqSheng Yang1-8/+19