summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2009-09-10KVM: ignore msi request if !levelMichael S. Tsirkin-1/+3
2009-09-10KVM: Use temporary variable to shorten lines.Gleb Natapov-8/+10
2009-09-10KVM: Trace irq level and source idAvi Kivity-1/+1
2009-09-10KVM: fix lock imbalanceJiri Slaby-1/+2
2009-09-10KVM: document lock nesting ruleMichael S. Tsirkin-1/+1
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin-53/+50
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin-3/+13
2009-09-10KVM: switch coalesced mmio changes to slots_lockMichael S. Tsirkin-5/+5
2009-09-10KVM: document locking for kvm_io_device_opsMichael S. Tsirkin-0/+3
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti-287/+1
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti-0/+2
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel-17/+39
2009-09-10KVM: s390: Fix memslot initialization for userspace_addr != 0Christian Borntraeger-0/+4
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti-0/+9
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti-2/+12
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov-16/+9
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov-25/+42
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov-1/+5
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti-15/+39
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti-0/+6
2009-09-10KVM: move coalesced_mmio locking to its own deviceMarcelo Tosatti-6/+5
2009-09-10KVM: Calculate available entries in coalesced mmio ringAvi Kivity-5/+5
2009-09-10KVM: cleanup io_device codeGregory Haskins-27/+51
2009-09-10KVM: Clean up coalesced_mmio destructionGregory Haskins-1/+4
2009-09-10KVM: No disable_irq for MSI/MSI-X interrupt on device assignmentSheng Yang-14/+8
2009-09-10KVM: irqfdGregory Haskins-0/+345
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity-0/+7
2009-08-09KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov-5/+5
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin-1/+3
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti-0/+3
2009-06-28KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus-0/+2
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu-1/+0
2009-06-10KVM: Prevent overflow in largepages calculationAvi Kivity-2/+1
2009-06-10KVM: Disable large pages on misaligned memory slotsAvi Kivity-1/+9
2009-06-10KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti-0/+2
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti-1/+12
2009-06-10KVM: Trivial format fix in setup_routing_entry()Chris Wright-1/+1
2009-06-10KVM: VMX: Disable VMX when system shutdownSheng Yang-9/+9
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang-3/+24
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov-1/+2
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov-2/+3
2009-06-10KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov-0/+2
2009-06-10KVM: Device assignment framework reworkSheng Yang-228/+258
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov-74/+60
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov-10/+12
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov-58/+31
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov-60/+37
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov-34/+7
2009-06-10KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang-51/+49
2009-06-10KVM: Enable MSI-X for KVM assigned deviceSheng Yang-6/+92