index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_vmci
/
vmci_guest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-22
1
-2
/
+8
|
\
|
*
VMCI: Fix an error handling path in vmci_guest_probe_device()
Christophe JAILLET
2024-05-03
1
-2
/
+8
*
|
VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY use
Damien Le Moal
2024-04-25
1
-2
/
+1
|
/
*
VMCI: Use threaded irqs instead of tasklets
Vishnu Dasa
2023-01-20
1
-30
/
+19
*
VMCI: Add support for ARM64
Vishnu Dasa
2022-04-24
1
-0
/
+4
*
VMCI: Release notification_bitmap in error path
Vishnu Dasa
2022-03-18
1
-1
/
+2
*
VMCI: Check exclusive_vectors when freeing interrupt 1
Vishnu Dasa
2022-03-18
1
-1
/
+3
*
VMCI: Fix some error handling paths in vmci_guest_probe_device()
Christophe JAILLET
2022-02-25
1
-9
/
+9
*
VMCI: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
2022-02-25
1
-4
/
+2
*
VMCI: Fix the description of vmci_check_host_caps()
Christophe JAILLET
2022-02-25
1
-3
/
+3
*
VMCI: dma dg: add support for DMA datagrams receive
Jorgen Hansen
2022-02-08
1
-24
/
+79
*
VMCI: dma dg: add support for DMA datagrams sends
Jorgen Hansen
2022-02-08
1
-2
/
+43
*
VMCI: dma dg: allocate send and receive buffers for DMA datagrams
Jorgen Hansen
2022-02-08
1
-9
/
+62
*
VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
Jorgen Hansen
2022-02-08
1
-3
/
+39
*
VMCI: dma dg: set OS page size
Jorgen Hansen
2022-02-08
1
-0
/
+4
*
VMCI: dma dg: detect DMA datagram capability
Jorgen Hansen
2022-02-08
1
-0
/
+11
*
VMCI: dma dg: add MMIO access to registers
Jorgen Hansen
2022-02-08
1
-19
/
+48
*
misc: vmw_vmci: explicitly initialize vmci_datagram payload
Tetsuo Handa
2021-04-05
1
-1
/
+1
*
vsock/vmci: register vmci_transport only when VMCI guest/host are active
Stefano Garzarella
2019-11-14
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
VMCI: Support upto 64-bit PPNs
Vishnu DASA
2019-02-26
1
-7
/
+32
*
vmw_vmci: handle the return value from pci_alloc_irq_vectors correctly
Christoph Hellwig
2017-03-16
1
-2
/
+2
*
vmw_vmci: switch to pci_irq_alloc_vectors
Christoph Hellwig
2017-02-03
1
-55
/
+20
*
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Francesco Ruggeri
2014-09-24
1
-1
/
+0
*
misc: remove DEFINE_PCI_DEVICE_TABLE usage
Greg Kroah-Hartman
2014-07-18
1
-1
/
+1
*
vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
2014-02-28
1
-3
/
+4
*
VMCI: fix error handling path when registering guest driver
Dmitry Torokhov
2014-01-09
1
-4
/
+6
*
VMCI: fix to pass correct device identity to free_irq()
Wei Yongjun
2013-09-26
1
-1
/
+1
*
VMCI: Add support for virtual IOMMU
Andy King
2013-08-27
1
-6
/
+16
*
VMCI: Fix broken context ID retrieval
Andy King
2013-01-22
1
-4
/
+1
*
VMCI: include slab.h into files using kmalloc/kfree
Dmitry Torokhov
2013-01-17
1
-0
/
+3
*
VMCI: Fix "always true condition"
Andy King
2013-01-17
1
-1
/
+1
*
VMCI: guest side driver implementation.
George Zhang
2013-01-08
1
-0
/
+759