summaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2009-06-26Merge branch 'quilt/rr'Stephen Rothwell
2009-06-25KVM: Avoid large page unusued variable warning if no large page supportAvi Kivity
2009-06-25cpumask: use zalloc_cpumask_var() where possibleLi Zefan
2009-06-24KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti
2009-06-24KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-06-24KVM: s390: Fix memslot initialization for userspace_addr != 0Christian Borntraeger
2009-06-18KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti
2009-06-18KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-06-14KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus
2009-06-14KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti
2009-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Avi Kivity
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu
2009-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Avi Kivity
2009-06-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-06-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-06-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-06-10KVM: Prevent overflow in largepages calculationAvi Kivity
2009-06-10KVM: Disable large pages on misaligned memory slotsAvi Kivity
2009-06-10KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti
2009-06-10KVM: VMX: Disable VMX when system shutdownSheng Yang
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov
2009-06-10KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov
2009-06-10KVM: Device assignment framework reworkSheng Yang
2009-06-10KVM: Enable MSI-X for KVM assigned deviceSheng Yang
2009-06-10KVM: Add MSI-X interrupt injection logicSheng Yang
2009-06-10KVM: Ioctls for init MSI-X entrySheng Yang
2009-06-09kvm: fix kvm reboot crash when MAXSMP is usedAvi Kivity
2009-06-08KVM: Prevent overflow in largepages calculationAvi Kivity
2009-06-08KVM: Disable large pages on misaligned memory slotsAvi Kivity
2009-06-08KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-06-08KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti
2009-06-08KVM: Explicity initialize cpus_hardware_enabledAvi Kivity
2009-06-06KVM: Explicity initialize cpus_hardware_enabledAvi Kivity
2009-06-04KVM: use POLLHUP to close an irqfd instead of an explicit ioctlGregory Haskins
2009-06-02KVM: cleanup io_device codeGregory Haskins
2009-05-31KVM: No disable_irq for MSI/MSI-X interrupt on device assignmentSheng Yang
2009-05-21KVM: fix irqfd build failure discovered in linux-nextGregory Haskins
2009-05-20KVM: irqfdGregory Haskins
2009-05-13KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti
2009-05-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti
2009-04-30KVM: VMX: Disable VMX when system shutdownSheng Yang
2009-04-22KVM: Fix overlapping check for memory slotsJan Kiszka
2009-04-22KVM: MMU: Fix off-by-one calculating large page countAvi Kivity
2009-04-13KVM: Fix overlapping check for memory slotsJan Kiszka
2009-03-29KVM: MMU: Fix off-by-one calculating large page countAvi Kivity
2009-03-24KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov
2009-03-24KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov
2009-03-24KVM: Get support IRQ routing entry countsSheng Yang