aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)AuthorFilesLines
2024-03-01VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...Vasiliy Kovalev1-1/+2
2024-02-01VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli1-1/+2
2024-02-01VMCI: Use struct_size() in kmalloc()Harshit Mogalapalli1-2/+2
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+3
2023-12-15VMCI: Remove VMCI_HANDLE_ARRAY_HEADER_SIZE and VMCI_HANDLE_ARRAY_MAX_CAPACITYChristophe JAILLET1-6/+0
2023-12-15VMCI: Remove handle_arr_calc_size()Christophe JAILLET1-9/+3
2023-12-01VMCI: Annotate struct vmci_handle_arr with __counted_byChristophe JAILLET1-1/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+7
2023-04-05vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong1-1/+7
2023-04-05misc: vmw_vmci: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2-2/+2
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman1-30/+19
2023-01-20VMCI: Use threaded irqs instead of taskletsVishnu Dasa1-30/+19
2023-01-20VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-09misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko1-0/+2
2022-09-09misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.cFabio M. De Francesco1-8/+8
2022-04-24VMCI: Add support for ARM64Vishnu Dasa3-1/+17
2022-04-24misc: vmw_vmci: replace usage of found with dedicated list iterator variableJakob Koschel1-8/+7
2022-03-18VMCI: Release notification_bitmap in error pathVishnu Dasa1-1/+2
2022-03-18VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa1-1/+3
2022-02-25VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET1-9/+9
2022-02-25VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET1-4/+2
2022-02-25VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET1-3/+3
2022-02-08VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen1-24/+79
2022-02-08VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen1-2/+43
2022-02-08VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen1-9/+62
2022-02-08VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen1-3/+39
2022-02-08VMCI: dma dg: set OS page sizeJorgen Hansen1-0/+4
2022-02-08VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen1-0/+11
2022-02-08VMCI: dma dg: add MMIO access to registersJorgen Hansen1-19/+48
2021-12-21misc: vmw_vmci: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2-6/+3
2021-08-27VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai1-2/+4
2021-06-24misc: vmw_vmci: return the correct errno codeJunlin Yang1-1/+1
2021-04-05misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa1-1/+1
2021-04-05misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa1-1/+1
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy1-1/+1
2021-02-09drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov1-0/+3
2021-01-26VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOCJorgen Hansen1-4/+8
2021-01-26VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen1-1/+1
2021-01-26VMCI: Stop log spew when qp allocation isn't possibleJorgen Hansen1-1/+1
2021-01-26misc/vmw_vmci: fix typomateng1-1/+1
2020-12-09misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam1-1/+1
2020-08-28VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro1-2/+0
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-11-20vsock/vmci: make vmci_vsock_cb_host_called staticMao Wenan1-1/+1
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella4-0/+78
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-08-28VMCI: Release resource if the work is already queuedNadav Amit1-2/+4
2019-06-21VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA3-58/+89
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner20-180/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2-3/+5
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA6-47/+72
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-19VMCI: Use memdup_user() rather than duplicating its implementationWen Yang1-14/+4
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+3
2018-10-02VMCI: remove set but not used variable 'cid'YueHaibing1-3/+0
2018-10-02VMCI: Resource wildcard match fixedJorgen Hansen2-2/+3
2018-09-25misc: remove redundant include moduleparam.hzhong jiang1-1/+0
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter1-2/+2
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King1-5/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-133/+46
2017-12-02vmci: the same on the send side...Al Viro1-69/+20
2017-12-02vmci: simplify qp_dequeue_locked()Al Viro1-53/+18
2017-12-02vmci: get rid of qp_memcpy_from_queue()Al Viro1-20/+17
2017-12-02vmci: fix buf_size in case of iovec-based accessesAl Viro1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-08-28vmci: fix duplicated code for different branchesGustavo A. R. Silva1-8/+2
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter1-2/+8
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-2/+2
2017-03-02sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2-0/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig1-55/+20
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen2-2/+8
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani1-10/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen1-1/+1
2015-09-20misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-6/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen2-10/+23
2015-03-25VMCI: Check userland-provided datagram sizeAndy King2-1/+7
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso1-2/+4
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+8
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-8/+8
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen2-7/+8
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-8/+9
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-09-23VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter1-1/+2
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-02-28vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+4
2014-01-09VMCI: fix error handling path when registering guest driverDmitry Torokhov1-4/+6
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2-20/+7
2013-09-26VMCI: fix to pass correct device identity to free_irq()Wei Yongjun1-1/+1
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