aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: VMX: Disable VMX when system shutdownSheng Yang1-9/+9
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: 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-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 kvm_vm_ioctl_deassign_deviceWeidong Han1-1/+1
2009-03-24KVM: MMU: handle compound pages in kvm_is_mmio_pfnJoerg Roedel1-2/+4
2009-03-24KVM: Use irq routing API for MSISheng Yang1-65/+5
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-0/+36
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity1-0/+3
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 McLoughlin1-0/+3
2009-02-15KVM: Fix INTx for device assignmentSheng Yang1-2/+2
2009-02-15KVM: Fix racy in kvm_free_assigned_irqSheng Yang1-8/+19
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+1
2009-02-15KVM: mmu_notifiers release methodMarcelo Tosatti1-0/+8
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-1/+1
2009-01-03Deassign device in kvm_free_assgined_deviceWeidong Han1-0/+1
2009-01-03KVM: support device deassignmentWeidong Han1-0/+42
2009-01-03KVM: use the new intel iommu APIsWeidong Han1-1/+6
2008-12-31KVM: fix handling of ACK from shared guest IRQMark McLoughlin1-1/+14
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity1-0/+1
2008-12-31KVM: Advertise the bug in memory region destruction as fixedAvi Kivity1-1/+12
2008-12-31KVM: use cpumask_var_t for cpus_hardware_enabledRusty Russell1-6/+14
2008-12-31KVM: use modern cpumask primitives, no cpumask_t on stackRusty Russell1-9/+14
2008-12-31KVM: Extract core of kvm_flush_remote_tlbs/kvm_reload_remote_mmusRusty Russell1-29/+15
2008-12-31KVM: set owner of cpu and vm file operationsChristian Borntraeger1-2/+4
2008-12-31KVM: Really remove a slot when a user ask us soGlauber Costa1-1/+4
2008-12-31KVM: split out kvm_free_assigned_irq()Mark McLoughlin1-7/+22
2008-12-31KVM: don't free an unallocated irq source idMark McLoughlin1-2/+5
2008-12-31KVM: fix sparse warningHannes Eder1-1/+1
2008-12-31KVM: MSI to INTx translateSheng Yang1-16/+54
2008-12-31KVM: Enable MSI for device assignmentSheng Yang1-6/+75
2008-12-31KVM: Add assigned_device_msi_dispatch()Sheng Yang1-0/+55
2008-12-31KVM: Clean up assigned_device_update_irqSheng Yang1-6/+4
2008-12-31KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang1-4/+5