summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)AuthorFilesLines
2021-09-22VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai1-2/+4
2021-05-22misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa1-1/+1
2021-05-22misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa1-1/+1
2021-03-03drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov1-0/+3
2021-03-03VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen1-1/+1
2021-01-09misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam1-1/+1
2020-10-29VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2019-09-06VMCI: Release resource if the work is already queuedNadav Amit1-2/+4
2019-07-21VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA3-58/+89
2018-10-10vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter1-2/+2
2018-04-13drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter1-2/+8
2015-09-21misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-6/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen2-10/+23
2015-03-25VMCI: Check userland-provided datagram sizeAndy King2-1/+7
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso1-2/+4
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+8
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-8/+8
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen2-7/+8
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-8/+9
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-09-24VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter1-1/+2
2014-07-19misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-03-01vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+4
2014-01-10VMCI: fix error handling path when registering guest driverDmitry Torokhov1-4/+6
2013-10-06vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2-20/+7
2013-09-27VMCI: fix to pass correct device identity to free_irq()Wei Yongjun1-1/+1
2013-08-28VMCI: Add support for virtual IOMMUAndy King4-83/+128
2013-08-28VMCI: Remove non-blocking/pinned queuepair supportAndy King2-145/+22
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2-2/+2
2013-04-03misc/vmw_vmci: Add dependency on CONFIG_NETGuenter Roeck1-1/+1
2013-03-15VMCI: Fix process-to-process DRGAMs.Andy King1-1/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-9/+4
2013-01-26drivers, vmci: Fix build errorDavid Rientjes1-0/+1
2013-01-22VMCI: Fix broken context ID retrievalAndy King1-4/+1
2013-01-18VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2-0/+4
2013-01-18VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2-5/+5
2013-01-18VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-18VMCI: Fix deref before NULL-check of queuepair ptrAndy King1-2/+2
2013-01-18VMCI: Remove dependency on BLOCK I/OAndy King1-12/+16
2013-01-18VMCI: Add PCI as a dependencyAndy King1-1/+1
2013-01-09VMCI: Some header and config files.George Zhang2-0/+20
2013-01-09VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-09VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-09VMCI: routing implementation.George Zhang2-0/+256
2013-01-09VMCI: resource object implementation.George Zhang2-0/+288
2013-01-09VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-09VMCI: handle array implementation.George Zhang2-0/+194
2013-01-09VMCI: event handling implementation.George Zhang2-0/+249