summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci/vmci_guest.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-2/+2
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig1-55/+20
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-07-19misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-03-01vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+4
2014-01-10VMCI: fix error handling path when registering guest driverDmitry Torokhov1-4/+6
2013-09-27VMCI: fix to pass correct device identity to free_irq()Wei Yongjun1-1/+1
2013-08-28VMCI: Add support for virtual IOMMUAndy King1-6/+16
2013-01-22VMCI: Fix broken context ID retrievalAndy King1-4/+1
2013-01-18VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov1-0/+3
2013-01-18VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-09VMCI: guest side driver implementation.George Zhang1-0/+759