aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27VMCI: Add support for virtual IOMMUAndy King4-83/+128
2013-08-27VMCI: 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-27hlist: drop the node parameter from iteratorsSasha Levin2-9/+4
2013-01-25drivers, vmci: Fix build errorDavid Rientjes1-0/+1
2013-01-22VMCI: Fix broken context ID retrievalAndy King1-4/+1
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2-0/+4
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2-5/+5
2013-01-17VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King1-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King1-12/+16
2013-01-17VMCI: Add PCI as a dependencyAndy King1-1/+1
2013-01-08VMCI: Some header and config files.George Zhang2-0/+20
2013-01-08VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-08VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-08VMCI: routing implementation.George Zhang2-0/+256
2013-01-08VMCI: resource object implementation.George Zhang2-0/+288
2013-01-08VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-08VMCI: handle array implementation.George Zhang2-0/+194
2013-01-08VMCI: event handling implementation.George Zhang2-0/+249
2013-01-08VMCI: device driver implementaton.George Zhang2-0/+167
2013-01-08VMCI: doorbell implementation.George Zhang2-0/+655
2013-01-08VMCI: datagram implementation.George Zhang2-0/+552
2013-01-08VMCI: context implementation.George Zhang2-0/+1396