| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: remove DEFINE_PCI_DEVICE_TABLE usage | Greg Kroah-Hartman | 2014-07-18 | 1 | -1/+1 |
* | vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-02-28 | 1 | -3/+4 |
* | VMCI: fix error handling path when registering guest driver | Dmitry Torokhov | 2014-01-09 | 1 | -4/+6 |
* | vmw_vmci: Convert driver to use get_user_pages_fast() | Jan Kara | 2013-10-05 | 2 | -20/+7 |
* | VMCI: fix to pass correct device identity to free_irq() | Wei Yongjun | 2013-09-26 | 1 | -1/+1 |
* | VMCI: Add support for virtual IOMMU | Andy King | 2013-08-27 | 4 | -83/+128 |
* | VMCI: Remove non-blocking/pinned queuepair support | Andy King | 2013-08-27 | 2 | -145/+22 |
* | Hoist memcpy_fromiovec/memcpy_toiovec into lib/ | Rusty Russell | 2013-05-20 | 2 | -2/+2 |
* | misc/vmw_vmci: Add dependency on CONFIG_NET | Guenter Roeck | 2013-04-03 | 1 | -1/+1 |
* | VMCI: Fix process-to-process DRGAMs. | Andy King | 2013-03-15 | 1 | -1/+3 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 2 | -9/+4 |
* | drivers, vmci: Fix build error | David Rientjes | 2013-01-25 | 1 | -0/+1 |
* | VMCI: Fix broken context ID retrieval | Andy King | 2013-01-22 | 1 | -4/+1 |
* | VMCI: include slab.h into files using kmalloc/kfree | Dmitry Torokhov | 2013-01-17 | 2 | -0/+4 |
* | VMCI: rename PPNset to ppn_set to avoid camel case | Dmitry Torokhov | 2013-01-17 | 2 | -5/+5 |
* | VMCI: Fix "always true condition" | Andy King | 2013-01-17 | 1 | -1/+1 |
* | VMCI: Fix deref before NULL-check of queuepair ptr | Andy King | 2013-01-17 | 1 | -2/+2 |
* | VMCI: Remove dependency on BLOCK I/O | Andy King | 2013-01-17 | 1 | -12/+16 |
* | VMCI: Add PCI as a dependency | Andy King | 2013-01-17 | 1 | -1/+1 |
* | VMCI: Some header and config files. | George Zhang | 2013-01-08 | 2 | -0/+20 |
* | VMCI: host side driver implementation. | George Zhang | 2013-01-08 | 1 | -0/+1042 |
* | VMCI: guest side driver implementation. | George Zhang | 2013-01-08 | 1 | -0/+759 |
* | VMCI: routing implementation. | George Zhang | 2013-01-08 | 2 | -0/+256 |
* | VMCI: resource object implementation. | George Zhang | 2013-01-08 | 2 | -0/+288 |
* | VMCI: queue pairs implementation. | George Zhang | 2013-01-08 | 2 | -0/+3611 |
* | VMCI: handle array implementation. | George Zhang | 2013-01-08 | 2 | -0/+194 |
* | VMCI: event handling implementation. | George Zhang | 2013-01-08 | 2 | -0/+249 |
* | VMCI: device driver implementaton. | George Zhang | 2013-01-08 | 2 | -0/+167 |
* | VMCI: doorbell implementation. | George Zhang | 2013-01-08 | 2 | -0/+655 |
* | VMCI: datagram implementation. | George Zhang | 2013-01-08 | 2 | -0/+552 |
* | VMCI: context implementation. | George Zhang | 2013-01-08 | 2 | -0/+1396 |