summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc/vmw_vmci: Add dependency on CONFIG_NETGuenter Roeck2013-04-031-1/+1
* VMCI: Fix process-to-process DRGAMs.Andy King2013-03-151-1/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-9/+4
* drivers, vmci: Fix build errorDavid Rientjes2013-01-251-0/+1
* VMCI: Fix broken context ID retrievalAndy King2013-01-221-4/+1
* VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2013-01-172-0/+4
* VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2013-01-172-5/+5
* VMCI: Fix "always true condition"Andy King2013-01-171-1/+1
* VMCI: Fix deref before NULL-check of queuepair ptrAndy King2013-01-171-2/+2
* VMCI: Remove dependency on BLOCK I/OAndy King2013-01-171-12/+16
* VMCI: Add PCI as a dependencyAndy King2013-01-171-1/+1
* VMCI: Some header and config files.George Zhang2013-01-082-0/+20
* VMCI: host side driver implementation.George Zhang2013-01-081-0/+1042
* VMCI: guest side driver implementation.George Zhang2013-01-081-0/+759
* VMCI: routing implementation.George Zhang2013-01-082-0/+256
* VMCI: resource object implementation.George Zhang2013-01-082-0/+288
* VMCI: queue pairs implementation.George Zhang2013-01-082-0/+3611
* VMCI: handle array implementation.George Zhang2013-01-082-0/+194
* VMCI: event handling implementation.George Zhang2013-01-082-0/+249
* VMCI: device driver implementaton.George Zhang2013-01-082-0/+167
* VMCI: doorbell implementation.George Zhang2013-01-082-0/+655
* VMCI: datagram implementation.George Zhang2013-01-082-0/+552
* VMCI: context implementation.George Zhang2013-01-082-0/+1396
OpenPOWER on IntegriCloud