aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci/vmci_queue_pair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-27VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai1-2/+4
2021-02-09drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov1-0/+3
2021-01-26VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOCJorgen Hansen1-4/+8
2021-01-26VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen1-1/+1
2021-01-26VMCI: Stop log spew when qp allocation isn't possibleJorgen Hansen1-1/+1
2020-08-28VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner1-9/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-2/+4
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA1-34/+29
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+3
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter1-2/+2
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King1-5/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2017-12-02vmci: the same on the send side...Al Viro1-69/+20
2017-12-02vmci: simplify qp_dequeue_locked()Al Viro1-53/+18
2017-12-02vmci: get rid of qp_memcpy_from_queue()Al Viro1-20/+17
2017-12-02vmci: fix buf_size in case of iovec-based accessesAl Viro1-3/+3
2017-08-28vmci: fix duplicated code for different branchesGustavo A. R. Silva1-8/+2
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter1-2/+8
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen1-9/+22
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso1-2/+4
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-8/+8
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-8/+9
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara1-15/+6
2013-08-27VMCI: Add support for virtual IOMMUAndy King1-76/+104
2013-08-27VMCI: Remove non-blocking/pinned queuepair supportAndy King1-127/+22
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-1/+1
2013-01-25drivers, vmci: Fix build errorDavid Rientjes1-0/+1
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov1-4/+4
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King1-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King1-12/+16
2013-01-08VMCI: queue pairs implementation.George Zhang1-0/+3420