summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)AuthorLines
2019-08-28VMCI: Release resource if the work is already queuedNadav Amit-2/+4
2019-06-21VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA-58/+89
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner-180/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-3/+5
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA-47/+72
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-12-19VMCI: Use memdup_user() rather than duplicating its implementationWen Yang-14/+4
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells-3/+3
2018-10-02VMCI: remove set but not used variable 'cid'YueHaibing-3/+0
2018-10-02VMCI: Resource wildcard match fixedJorgen Hansen-2/+3
2018-09-25misc: remove redundant include moduleparam.hzhong jiang-1/+0
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter-2/+2
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King-5/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-01-31Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-133/+46
2017-12-02vmci: the same on the send side...Al Viro-69/+20
2017-12-02vmci: simplify qp_dequeue_locked()Al Viro-53/+18
2017-12-02vmci: get rid of qp_memcpy_from_queue()Al Viro-20/+17
2017-12-02vmci: fix buf_size in case of iovec-based accessesAl Viro-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-08-28vmci: fix duplicated code for different branchesGustavo A. R. Silva-8/+2
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter-2/+8
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig-2/+2
2017-03-02sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig-55/+20
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen-2/+8
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani-10/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-1/+1
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen-1/+1
2015-09-20misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda-2/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman-6/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen-10/+23
2015-03-25VMCI: Check userland-provided datagram sizeAndy King-1/+7
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso-2/+4
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+8
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro-8/+8
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen-7/+8
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro-8/+9
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri-1/+0
2014-09-23VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter-1/+2
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman-1/+1
2014-02-28vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev-3/+4