summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci/vmci_guest.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+8
2024-05-03VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
2024-04-25VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY useDamien Le Moal1-2/+1
2023-01-20VMCI: Use threaded irqs instead of taskletsVishnu Dasa1-30/+19
2022-04-24VMCI: Add support for ARM64Vishnu Dasa1-0/+4
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-04-05misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa1-1/+1
2019-11-15vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner1-9/+1
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA1-7/+32
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-2/+2
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig1-55/+20
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-07-19misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-03-01vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+4
2014-01-10VMCI: fix error handling path when registering guest driverDmitry Torokhov1-4/+6
2013-09-27VMCI: fix to pass correct device identity to free_irq()Wei Yongjun1-1/+1
2013-08-28VMCI: Add support for virtual IOMMUAndy King1-6/+16
2013-01-22VMCI: Fix broken context ID retrievalAndy King1-4/+1
2013-01-18VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov1-0/+3
2013-01-18VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-09VMCI: guest side driver implementation.George Zhang1-0/+759