summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)Author
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen
2015-03-25VMCI: Check userland-provided datagram sizeAndy King
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri
2014-09-23VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman
2014-02-28vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-01-09VMCI: fix error handling path when registering guest driverDmitry Torokhov
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara
2013-09-26VMCI: fix to pass correct device identity to free_irq()Wei Yongjun
2013-08-27VMCI: Add support for virtual IOMMUAndy King
2013-08-27VMCI: Remove non-blocking/pinned queuepair supportAndy King
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-04-03misc/vmw_vmci: Add dependency on CONFIG_NETGuenter Roeck
2013-03-15VMCI: Fix process-to-process DRGAMs.Andy King
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-25drivers, vmci: Fix build errorDavid Rientjes
2013-01-22VMCI: Fix broken context ID retrievalAndy King
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov
2013-01-17VMCI: Fix "always true condition"Andy King
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King
2013-01-17VMCI: Add PCI as a dependencyAndy King
2013-01-08VMCI: Some header and config files.George Zhang
2013-01-08VMCI: host side driver implementation.George Zhang
2013-01-08VMCI: guest side driver implementation.George Zhang
2013-01-08VMCI: routing implementation.George Zhang
2013-01-08VMCI: resource object implementation.George Zhang
2013-01-08VMCI: queue pairs implementation.George Zhang
2013-01-08VMCI: handle array implementation.George Zhang
2013-01-08VMCI: event handling implementation.George Zhang
2013-01-08VMCI: device driver implementaton.George Zhang
2013-01-08VMCI: doorbell implementation.George Zhang
2013-01-08VMCI: datagram implementation.George Zhang
2013-01-08VMCI: context implementation.George Zhang