1. 925bf2d VMCI: Release resource if the work is already queued by Nadav Amit · 4 years, 9 months ago
  2. 6f56992 VMCI: Fix integer overflow in VMCI handle arrays by Vishnu DASA · 5 years ago
  3. 2b049a3 VMCI: Resource wildcard match fixed by Jorgen Hansen · 6 years ago
  4. 37f43c1 vmci: type promotion bug in qp_host_get_user_memory() by Dan Carpenter · 6 years ago
  5. a90e9ee drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow tests by Dan Carpenter · 7 years ago
  6. eb94cd6 VMCI: Doorbell create and destroy fixes by Jorgen Hansen · 8 years ago
  7. 655745b VMCI: use memdup_user(). by Muhammad Falak R Wani · 8 years ago
  8. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  9. f42a0fd VMCI: Use 32bit atomics for queue headers on X86_32 by Jorgen Hansen · 9 years ago
  10. bf84b14 misc/vmw_vmci: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  11. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  12. aa6467f1 VMCI: Guard against overflow in queue pair allocation by Jorgen Hansen · 9 years ago
  13. 74b5c29 VMCI: Check userland-provided datagram size by Andy King · 9 years ago
  14. bf13612 drivers/vmw_vmci: Show correct get_user_pages_fast upon failure by Davidlohr Bueso · 9 years ago
  15. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  16. 4c946d9 vmci: propagate msghdr all way down to __qp_memcpy_to_queue() by Al Viro · 9 years ago
  17. a1d8843 VMCI: Fix two UVA mapping bugs by Jorgen Hansen · 9 years ago
  18. d838df2 vmci: propagate msghdr all way down to __qp_memcpy_from_queue() by Al Viro · 9 years ago
  19. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  20. 94e57fe PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h by Francesco Ruggeri · 10 years ago
  21. 2e45354 VMCI: integer overflow in vmci_datagram_dispatch() by Dan Carpenter · 10 years ago
  22. 32182cd misc: remove DEFINE_PCI_DEVICE_TABLE usage by Greg Kroah-Hartman · 10 years ago
  23. e011752 vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  24. 782f244 VMCI: fix error handling path when registering guest driver by Dmitry Torokhov · 10 years ago
  25. 240ddd4 vmw_vmci: Convert driver to use get_user_pages_fast() by Jan Kara · 11 years ago
  26. 9089e3b VMCI: fix to pass correct device identity to free_irq() by Wei Yongjun · 11 years ago
  27. 6d6dfb4 VMCI: Add support for virtual IOMMU by Andy King · 11 years ago
  28. 45412be VMCI: Remove non-blocking/pinned queuepair support by Andy King · 11 years ago
  29. d2f83e9 Hoist memcpy_fromiovec/memcpy_toiovec into lib/ by Rusty Russell · 11 years ago
  30. 6d4f013 misc/vmw_vmci: Add dependency on CONFIG_NET by Guenter Roeck · 11 years ago
  31. 347e089 VMCI: Fix process-to-process DRGAMs. by Andy King · 11 years ago
  32. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  33. f6dcf8e drivers, vmci: Fix build error by David Rientjes · 11 years ago
  34. 5a19b78 VMCI: Fix broken context ID retrieval by Andy King · 11 years ago
  35. ea8a83a VMCI: include slab.h into files using kmalloc/kfree by Dmitry Torokhov · 11 years ago
  36. e6389a1 VMCI: rename PPNset to ppn_set to avoid camel case by Dmitry Torokhov · 11 years ago
  37. 0e7894d VMCI: Fix "always true condition" by Andy King · 11 years ago
  38. 32b083a VMCI: Fix deref before NULL-check of queuepair ptr by Andy King · 11 years ago
  39. 42281d2 VMCI: Remove dependency on BLOCK I/O by Andy King · 11 years ago
  40. bad7d9d VMCI: Add PCI as a dependency by Andy King · 11 years ago
  41. 2025984 VMCI: Some header and config files. by George Zhang · 11 years ago
  42. 8bf5039 VMCI: host side driver implementation. by George Zhang · 11 years ago
  43. 1f16643 VMCI: guest side driver implementation. by George Zhang · 11 years ago
  44. e76ffea VMCI: routing implementation. by George Zhang · 11 years ago
  45. bc63ded VMCI: resource object implementation. by George Zhang · 11 years ago
  46. 06164d2 VMCI: queue pairs implementation. by George Zhang · 11 years ago
  47. b484b26 VMCI: handle array implementation. by George Zhang · 11 years ago
  48. 1d99020 VMCI: event handling implementation. by George Zhang · 11 years ago
  49. 197dbaa VMCI: device driver implementaton. by George Zhang · 11 years ago
  50. 83e2ec7 VMCI: doorbell implementation. by George Zhang · 11 years ago
  51. a110b7e VMCI: datagram implementation. by George Zhang · 11 years ago
  52. 28d6692 VMCI: context implementation. by George Zhang · 11 years ago