summaryrefslogtreecommitdiffstats
path: root/virt/kvm/assigned-dev.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix device assignment threaded irq handlerAlex Williamson2012-07-111-2/+13
* KVM: Fix PCI header check on device assignmentJan Kiszka2012-06-151-3/+1
* KVM: Convert intx_mask_lock to spin lockJan Kiszka2012-03-201-7/+7
* KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-081-29/+180
* KVM: fix error handling for out of range irqMichael S. Tsirkin2012-03-051-3/+1
* KVM: Device assignment permission checksAlex Williamson2011-12-251-0/+75
* KVM: Remove ability to assign a device without iommu supportAlex Williamson2011-12-251-9/+9
* Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-301-29/+33
|\
| * KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka2011-09-251-13/+19
| * KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka2011-09-251-10/+8
| * KVM: Clean up unneeded void pointer castsJan Kiszka2011-09-251-6/+6
* | pci: Add flag indicating device has been assigned by KVMGreg Rose2011-09-231-0/+2
|/
* KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NRJan Kiszka2011-07-121-1/+1
* KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson2011-05-211-4/+14
* KVM: Clean up kvm_vm_ioctl_assigned_deviceJan Kiszka2011-01-121-5/+4
* KVM: Save/restore state of assigned PCI deviceJan Kiszka2011-01-121-1/+4
* KVM: Refactor IRQ names of assigned devicesJan Kiszka2011-01-121-5/+6
* KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka2011-01-121-73/+34
* KVM: Clear assigned guest IRQ on releaseJan Kiszka2011-01-121-0/+3
* KVM: Fix unused but set warningsAndi Kleen2010-08-011-2/+0
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-1/+1
* KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irqAlex Williamson2010-08-011-3/+0
* KVM: fix assigned_device_enable_host_msix error handlingjing zhang2010-05-171-2/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin2010-03-011-1/+3
* KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-011-4/+4
* KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2009-12-271-3/+3
* KVM: Move assigned device code to own fileAvi Kivity2009-12-031-0/+818