aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/assigned-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-05kvm: deliver msi interrupts from irq handlerMichael S. Tsirkin1-10/+26
2012-07-11KVM: Fix device assignment threaded irq handlerAlex Williamson1-2/+13
2012-06-15KVM: Fix PCI header check on device assignmentJan Kiszka1-3/+1
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka1-7/+7
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka1-29/+180
2012-03-05KVM: fix error handling for out of range irqMichael S. Tsirkin1-3/+1
2011-12-25KVM: Device assignment permission checksAlex Williamson1-0/+75
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson1-9/+9
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-29/+33
2011-09-25KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka1-13/+19
2011-09-25KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka1-10/+8
2011-09-25KVM: Clean up unneeded void pointer castsJan Kiszka1-6/+6
2011-09-23pci: Add flag indicating device has been assigned by KVMGreg Rose1-0/+2
2011-07-12KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NRJan Kiszka1-1/+1
2011-05-21KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson1-4/+14
2011-01-12KVM: Clean up kvm_vm_ioctl_assigned_deviceJan Kiszka1-5/+4
2011-01-12KVM: Save/restore state of assigned PCI deviceJan Kiszka1-1/+4
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka1-5/+6
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka1-73/+34
2011-01-12KVM: Clear assigned guest IRQ on releaseJan Kiszka1-0/+3
2010-08-01KVM: Fix unused but set warningsAndi Kleen1-2/+0
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-1/+1
2010-08-01KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irqAlex Williamson1-3/+0
2010-05-17KVM: fix assigned_device_enable_host_msix error handlingjing zhang1-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin1-1/+3
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-4/+4
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang1-3/+3
2009-12-03KVM: Move assigned device code to own fileAvi Kivity1-0/+818