aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/assigned-dev.c
AgeCommit message (Expand)Author
2012-07-11KVM: Fix device assignment threaded irq handlerAlex Williamson
2012-06-15KVM: Fix PCI header check on device assignmentJan Kiszka
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka
2012-03-05KVM: fix error handling for out of range irqMichael S. Tsirkin
2011-12-25KVM: Device assignment permission checksAlex Williamson
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-09-25KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka
2011-09-25KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka
2011-09-25KVM: Clean up unneeded void pointer castsJan Kiszka
2011-09-23pci: Add flag indicating device has been assigned by KVMGreg Rose
2011-07-12KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NRJan Kiszka
2011-05-21KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson
2011-01-12KVM: Clean up kvm_vm_ioctl_assigned_deviceJan Kiszka
2011-01-12KVM: Save/restore state of assigned PCI deviceJan Kiszka
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka
2011-01-12KVM: Clear assigned guest IRQ on releaseJan Kiszka
2010-08-01KVM: Fix unused but set warningsAndi Kleen
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-08-01KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irqAlex Williamson
2010-05-17KVM: fix assigned_device_enable_host_msix error handlingjing zhang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang
2009-12-03KVM: Move assigned device code to own fileAvi Kivity