index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_vmci
/
vmci_queue_pair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-09
misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
Alexander Potapenko
1
-0
/
+2
2022-09-09
misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.c
Fabio M. De Francesco
1
-8
/
+8
2022-04-24
VMCI: Add support for ARM64
Vishnu Dasa
1
-0
/
+12
2021-08-27
VMCI: fix NULL pointer dereference when unmapping queue pair
Wang Hai
1
-2
/
+4
2021-02-09
drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue
Sabyrzhan Tasbolatov
1
-0
/
+3
2021-01-26
VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOC
Jorgen Hansen
1
-4
/
+8
2021-01-26
VMCI: Use set_page_dirty_lock() when unregistering guest memory
Jorgen Hansen
1
-1
/
+1
2021-01-26
VMCI: Stop log spew when qp allocation isn't possible
Jorgen Hansen
1
-1
/
+1
2020-08-28
VMCI: check return value of get_user_pages_fast() for errors
Alex Dewar
1
-4
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321
Thomas Gleixner
1
-9
/
+1
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
1
-2
/
+4
2019-02-26
VMCI: Support upto 64-bit PPNs
Vishnu DASA
1
-34
/
+29
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-3
/
+3
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
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-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-02-27
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2015-03-25
VMCI: Guard against overflow in queue pair allocation
Jorgen Hansen
1
-9
/
+22
2015-03-25
drivers/vmw_vmci: Show correct get_user_pages_fast upon failure
Davidlohr Bueso
1
-2
/
+4
2015-02-04
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
Al Viro
1
-8
/
+8
2014-12-09
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
1
-8
/
+9
2013-10-05
vmw_vmci: Convert driver to use get_user_pages_fast()
Jan Kara
1
-15
/
+6
2013-08-27
VMCI: Add support for virtual IOMMU
Andy King
1
-76
/
+104
2013-08-27
VMCI: Remove non-blocking/pinned queuepair support
Andy King
1
-127
/
+22
2013-05-20
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
Rusty Russell
1
-1
/
+1
2013-01-25
drivers, vmci: Fix build error
David Rientjes
1
-0
/
+1
2013-01-17
VMCI: rename PPNset to ppn_set to avoid camel case
Dmitry Torokhov
1
-4
/
+4
2013-01-17
VMCI: Fix deref before NULL-check of queuepair ptr
Andy King
1
-2
/
+2
2013-01-17
VMCI: Remove dependency on BLOCK I/O
Andy King
1
-12
/
+16
2013-01-08
VMCI: queue pairs implementation.
George Zhang
1
-0
/
+3420