summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* VMCI: Use memdup_user() rather than duplicating its implementationWen Yang2018-12-191-14/+4
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | VMCI: remove set but not used variable 'cid'YueHaibing2018-10-021-3/+0
* | VMCI: Resource wildcard match fixedJorgen Hansen2018-10-022-2/+3
* | misc: remove redundant include moduleparam.hzhong jiang2018-09-251-1/+0
|/
* vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter2018-07-071-2/+2
* misc: vmci: remove redundant variable is_localColin Ian King2018-07-031-5/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-133/+46
|\
| * vmci: the same on the send side...Al Viro2017-12-021-69/+20
| * vmci: simplify qp_dequeue_locked()Al Viro2017-12-021-53/+18
| * vmci: get rid of qp_memcpy_from_queue()Al Viro2017-12-021-20/+17
| * vmci: fix buf_size in case of iovec-based accessesAl Viro2017-12-021-3/+3
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* vmci: fix duplicated code for different branchesGustavo A. R. Silva2017-08-281-8/+2
* drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter2017-05-081-2/+8
* vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-161-2/+2
* sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar2017-03-021-0/+1
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-022-0/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-031-55/+20
* VMCI: Doorbell create and destroy fixesJorgen Hansen2016-10-282-2/+8
* VMCI: use memdup_user().Muhammad Falak R Wani2016-08-311-10/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen2016-02-071-1/+1
* misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-201-2/+1
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-6/+1
* VMCI: Guard against overflow in queue pair allocationJorgen Hansen2015-03-252-10/+23
* VMCI: Check userland-provided datagram sizeAndy King2015-03-252-1/+7
* drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso2015-03-251-2/+4
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-152-7/+8
|\
| * VMCI: Fix two UVA mapping bugsJorgen Hansen2015-01-252-7/+8
* | 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
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-1/+0
|\
| * PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri2014-09-241-1/+0
* | VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter2014-09-231-1/+2
|/
* misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-181-1/+1
* vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-02-281-3/+4
* VMCI: fix error handling path when registering guest driverDmitry Torokhov2014-01-091-4/+6
* vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2013-10-052-20/+7
* VMCI: fix to pass correct device identity to free_irq()Wei Yongjun2013-09-261-1/+1
* VMCI: Add support for virtual IOMMUAndy King2013-08-274-83/+128
* VMCI: Remove non-blocking/pinned queuepair supportAndy King2013-08-272-145/+22
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-202-2/+2