summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)Author
2018-11-13VMCI: Resource wildcard match fixedJorgen Hansen
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-02vmci: the same on the send side...Al Viro
2017-12-02vmci: simplify qp_dequeue_locked()Al Viro
2017-12-02vmci: get rid of qp_memcpy_from_queue()Al Viro
2017-12-02vmci: fix buf_size in case of iovec-based accessesAl Viro
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-08-28vmci: fix duplicated code for different branchesGustavo A. R. Silva
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig
2017-03-02sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen
2015-09-20misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda
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