summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci/vmci_queue_pair.c
AgeCommit message (Expand)Author
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-12-02vmci: the same on the send side...Al Viro
2017-12-02vmci: simplify qp_dequeue_locked()Al Viro
2017-12-02vmci: get rid of qp_memcpy_from_queue()Al Viro
2017-12-02vmci: fix buf_size in case of iovec-based accessesAl Viro
2017-08-28vmci: fix duplicated code for different branchesGustavo A. R. Silva
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara
2013-08-27VMCI: Add support for virtual IOMMUAndy King
2013-08-27VMCI: Remove non-blocking/pinned queuepair supportAndy King
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-01-25drivers, vmci: Fix build errorDavid Rientjes
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King
2013-01-08VMCI: queue pairs implementation.George Zhang