index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_vmci
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
VMCI: Doorbell create and destroy fixes
Jorgen Hansen
2
-2
/
+8
2016-08-31
VMCI: use memdup_user().
Muhammad Falak R Wani
1
-10
/
+4
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-02-08
VMCI: Use 32bit atomics for queue headers on X86_32
Jorgen Hansen
1
-1
/
+1
2015-09-21
misc/vmw_vmci: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-2
/
+1
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
1
-6
/
+1
2015-03-25
VMCI: Guard against overflow in queue pair allocation
Jorgen Hansen
2
-10
/
+23
2015-03-25
VMCI: Check userland-provided datagram size
Andy King
2
-1
/
+7
2015-03-25
drivers/vmw_vmci: Show correct get_user_pages_fast upon failure
Davidlohr Bueso
1
-2
/
+4
2015-02-15
Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+8
2015-02-04
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
Al Viro
1
-8
/
+8
2015-01-25
VMCI: Fix two UVA mapping bugs
Jorgen Hansen
2
-7
/
+8
2014-12-10
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
1
-8
/
+9
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2014-09-24
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Francesco Ruggeri
1
-1
/
+0
2014-09-24
VMCI: integer overflow in vmci_datagram_dispatch()
Dan Carpenter
1
-1
/
+2
2014-07-19
misc: remove DEFINE_PCI_DEVICE_TABLE usage
Greg Kroah-Hartman
1
-1
/
+1
2014-03-01
vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-3
/
+4
2014-01-10
VMCI: fix error handling path when registering guest driver
Dmitry Torokhov
1
-4
/
+6
2013-10-06
vmw_vmci: Convert driver to use get_user_pages_fast()
Jan Kara
2
-20
/
+7
2013-09-27
VMCI: fix to pass correct device identity to free_irq()
Wei Yongjun
1
-1
/
+1
2013-08-28
VMCI: Add support for virtual IOMMU
Andy King
4
-83
/
+128
2013-08-28
VMCI: Remove non-blocking/pinned queuepair support
Andy King
2
-145
/
+22
2013-05-20
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
Rusty Russell
2
-2
/
+2
2013-04-03
misc/vmw_vmci: Add dependency on CONFIG_NET
Guenter Roeck
1
-1
/
+1
2013-03-15
VMCI: Fix process-to-process DRGAMs.
Andy King
1
-1
/
+3
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
2
-9
/
+4
2013-01-26
drivers, vmci: Fix build error
David Rientjes
1
-0
/
+1
2013-01-22
VMCI: Fix broken context ID retrieval
Andy King
1
-4
/
+1
2013-01-18
VMCI: include slab.h into files using kmalloc/kfree
Dmitry Torokhov
2
-0
/
+4
2013-01-18
VMCI: rename PPNset to ppn_set to avoid camel case
Dmitry Torokhov
2
-5
/
+5
2013-01-18
VMCI: Fix "always true condition"
Andy King
1
-1
/
+1
2013-01-18
VMCI: Fix deref before NULL-check of queuepair ptr
Andy King
1
-2
/
+2
2013-01-18
VMCI: Remove dependency on BLOCK I/O
Andy King
1
-12
/
+16
2013-01-18
VMCI: Add PCI as a dependency
Andy King
1
-1
/
+1
2013-01-09
VMCI: Some header and config files.
George Zhang
2
-0
/
+20
2013-01-09
VMCI: host side driver implementation.
George Zhang
1
-0
/
+1042
2013-01-09
VMCI: guest side driver implementation.
George Zhang
1
-0
/
+759
2013-01-09
VMCI: routing implementation.
George Zhang
2
-0
/
+256
2013-01-09
VMCI: resource object implementation.
George Zhang
2
-0
/
+288
2013-01-09
VMCI: queue pairs implementation.
George Zhang
2
-0
/
+3611
2013-01-09
VMCI: handle array implementation.
George Zhang
2
-0
/
+194
2013-01-09
VMCI: event handling implementation.
George Zhang
2
-0
/
+249
2013-01-09
VMCI: device driver implementaton.
George Zhang
2
-0
/
+167
2013-01-09
VMCI: doorbell implementation.
George Zhang
2
-0
/
+655
2013-01-09
VMCI: datagram implementation.
George Zhang
2
-0
/
+552
2013-01-09
VMCI: context implementation.
George Zhang
2
-0
/
+1396