index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_vmci
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-07
vmci: type promotion bug in qp_host_get_user_memory()
Dan Carpenter
1
-2
/
+2
2018-07-03
misc: vmci: remove redundant variable is_local
Colin Ian King
1
-5
/
+0
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+4
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-133
/
+46
2017-12-02
vmci: the same on the send side...
Al Viro
1
-69
/
+20
2017-12-02
vmci: simplify qp_dequeue_locked()
Al Viro
1
-53
/
+18
2017-12-02
vmci: get rid of qp_memcpy_from_queue()
Al Viro
1
-20
/
+17
2017-12-02
vmci: fix buf_size in case of iovec-based accesses
Al Viro
1
-3
/
+3
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-08-28
vmci: fix duplicated code for different branches
Gustavo A. R. Silva
1
-8
/
+2
2017-05-08
drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow tests
Dan Carpenter
1
-2
/
+8
2017-03-16
vmw_vmci: handle the return value from pci_alloc_irq_vectors correctly
Christoph Hellwig
1
-2
/
+2
2017-03-02
sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2
-0
/
+2
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-27
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-03
vmw_vmci: switch to pci_irq_alloc_vectors
Christoph Hellwig
1
-55
/
+20
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-07
VMCI: Use 32bit atomics for queue headers on X86_32
Jorgen Hansen
1
-1
/
+1
2015-09-20
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-09
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-23
VMCI: integer overflow in vmci_datagram_dispatch()
Dan Carpenter
1
-1
/
+2
2014-07-18
misc: remove DEFINE_PCI_DEVICE_TABLE usage
Greg Kroah-Hartman
1
-1
/
+1
2014-02-28
vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-3
/
+4
2014-01-09
VMCI: fix error handling path when registering guest driver
Dmitry Torokhov
1
-4
/
+6
2013-10-05
vmw_vmci: Convert driver to use get_user_pages_fast()
Jan Kara
2
-20
/
+7
2013-09-26
VMCI: fix to pass correct device identity to free_irq()
Wei Yongjun
1
-1
/
+1
2013-08-27
VMCI: Add support for virtual IOMMU
Andy King
4
-83
/
+128
2013-08-27
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-27
hlist: drop the node parameter from iterators
Sasha Levin
2
-9
/
+4
2013-01-25
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-17
VMCI: include slab.h into files using kmalloc/kfree
Dmitry Torokhov
2
-0
/
+4
2013-01-17
VMCI: rename PPNset to ppn_set to avoid camel case
Dmitry Torokhov
2
-5
/
+5
[next]