summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci/vmci_queue_pair.c
Commit message (Expand)AuthorAgeFilesLines
* vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-041-8/+8
* vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-091-8/+9
* vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2013-10-061-15/+6Star
* VMCI: Add support for virtual IOMMUAndy King2013-08-281-76/+104
* VMCI: Remove non-blocking/pinned queuepair supportAndy King2013-08-281-127/+22Star
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-201-1/+1
* drivers, vmci: Fix build errorDavid Rientjes2013-01-251-0/+1
* VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2013-01-171-4/+4
* VMCI: Fix deref before NULL-check of queuepair ptrAndy King2013-01-171-2/+2
* VMCI: Remove dependency on BLOCK I/OAndy King2013-01-171-12/+16
* VMCI: queue pairs implementation.George Zhang2013-01-091-0/+3420