summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci
Commit message (Expand)AuthorAge
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen2016-02-07
* misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-20
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-05
* VMCI: Guard against overflow in queue pair allocationJorgen Hansen2015-03-25
* VMCI: Check userland-provided datagram sizeAndy King2015-03-25
* drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso2015-03-25
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-15
|\
| * VMCI: Fix two UVA mapping bugsJorgen Hansen2015-01-25
* | vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-04
|/
* vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-09
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-09
|\
| * PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri2014-09-24
* | VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter2014-09-23
|/
* misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-18
* vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-02-28
* VMCI: fix error handling path when registering guest driverDmitry Torokhov2014-01-09
* vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2013-10-05
* VMCI: fix to pass correct device identity to free_irq()Wei Yongjun2013-09-26
* VMCI: Add support for virtual IOMMUAndy King2013-08-27
* VMCI: Remove non-blocking/pinned queuepair supportAndy King2013-08-27
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-20
* misc/vmw_vmci: Add dependency on CONFIG_NETGuenter Roeck2013-04-03
* VMCI: Fix process-to-process DRGAMs.Andy King2013-03-15
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* drivers, vmci: Fix build errorDavid Rientjes2013-01-25
* VMCI: Fix broken context ID retrievalAndy King2013-01-22
* VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2013-01-17
* VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2013-01-17
* VMCI: Fix "always true condition"Andy King2013-01-17
* VMCI: Fix deref before NULL-check of queuepair ptrAndy King2013-01-17
* VMCI: Remove dependency on BLOCK I/OAndy King2013-01-17
* VMCI: Add PCI as a dependencyAndy King2013-01-17
* VMCI: Some header and config files.George Zhang2013-01-08
* VMCI: host side driver implementation.George Zhang2013-01-08
* VMCI: guest side driver implementation.George Zhang2013-01-08
* VMCI: routing implementation.George Zhang2013-01-08
* VMCI: resource object implementation.George Zhang2013-01-08
* VMCI: queue pairs implementation.George Zhang2013-01-08
* VMCI: handle array implementation.George Zhang2013-01-08
* VMCI: event handling implementation.George Zhang2013-01-08
* VMCI: device driver implementaton.George Zhang2013-01-08
* VMCI: doorbell implementation.George Zhang2013-01-08
* VMCI: datagram implementation.George Zhang2013-01-08
* VMCI: context implementation.George Zhang2013-01-08