summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci/vmci_guest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-221-2/+8
|\
| * VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET2024-05-031-2/+8
* | VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY useDamien Le Moal2024-04-251-2/+1
|/
* VMCI: Use threaded irqs instead of taskletsVishnu Dasa2023-01-201-30/+19
* VMCI: Add support for ARM64Vishnu Dasa2022-04-241-0/+4
* VMCI: Release notification_bitmap in error pathVishnu Dasa2022-03-181-1/+2
* VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa2022-03-181-1/+3
* VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET2022-02-251-9/+9
* VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET2022-02-251-4/+2
* VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET2022-02-251-3/+3
* VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen2022-02-081-24/+79
* VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen2022-02-081-2/+43
* VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen2022-02-081-9/+62
* VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen2022-02-081-3/+39
* VMCI: dma dg: set OS page sizeJorgen Hansen2022-02-081-0/+4
* VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen2022-02-081-0/+11
* VMCI: dma dg: add MMIO access to registersJorgen Hansen2022-02-081-19/+48
* misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa2021-04-051-1/+1
* vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-141-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-051-9/+1
* VMCI: Support upto 64-bit PPNsVishnu DASA2019-02-261-7/+32
* vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-161-2/+2
* vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-031-55/+20
* PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri2014-09-241-1/+0
* misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-181-1/+1
* vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-02-281-3/+4
* VMCI: fix error handling path when registering guest driverDmitry Torokhov2014-01-091-4/+6
* VMCI: fix to pass correct device identity to free_irq()Wei Yongjun2013-09-261-1/+1
* VMCI: Add support for virtual IOMMUAndy King2013-08-271-6/+16
* VMCI: Fix broken context ID retrievalAndy King2013-01-221-4/+1
* VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2013-01-171-0/+3
* VMCI: Fix "always true condition"Andy King2013-01-171-1/+1
* VMCI: guest side driver implementation.George Zhang2013-01-081-0/+759