summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci/vmci_queue_pair.c
AgeCommit message (Expand)AuthorLines
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-1/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen-9/+22
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso-2/+4
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro-8/+8
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro-8/+9
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara-15/+6
2013-08-27VMCI: Add support for virtual IOMMUAndy King-76/+104
2013-08-27VMCI: Remove non-blocking/pinned queuepair supportAndy King-127/+22
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell-1/+1
2013-01-25drivers, vmci: Fix build errorDavid Rientjes-0/+1
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov-4/+4
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King-12/+16
2013-01-08VMCI: queue pairs implementation.George Zhang-0/+3420