aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)Author
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