Age | Commit message (Expand) | Author | Files | Lines |
2020-08-28 | VMCI: check return value of get_user_pages_fast() for errors | Alex Dewar | 1 | -4/+6 |
2020-05-29 | vmci_host: get rid of pointless access_ok() | Al Viro | 1 | -2/+0 |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-11-20 | vsock/vmci: make vmci_vsock_cb_host_called static | Mao Wenan | 1 | -1/+1 |
2019-11-15 | vsock/vmci: register vmci_transport only when VMCI guest/host are active | Stefano Garzarella | 4 | -0/+78 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -1/+1 |
2019-08-28 | VMCI: Release resource if the work is already queued | Nadav Amit | 1 | -2/+4 |
2019-06-21 | VMCI: Fix integer overflow in VMCI handle arrays | Vishnu DASA | 3 | -58/+89 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321 | Thomas Gleixner | 20 | -180/+20 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2 | -3/+5 |
2019-02-26 | VMCI: Support upto 64-bit PPNs | Vishnu DASA | 6 | -47/+72 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2018-12-19 | VMCI: Use memdup_user() rather than duplicating its implementation | Wen Yang | 1 | -14/+4 |
2018-11-02 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -3/+3 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -3/+3 |
2018-10-03 | VMCI: remove set but not used variable 'cid' | YueHaibing | 1 | -3/+0 |
2018-10-03 | VMCI: Resource wildcard match fixed | Jorgen Hansen | 2 | -2/+3 |
2018-09-25 | misc: remove redundant include moduleparam.h | zhong jiang | 1 | -1/+0 |
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-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+4 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2018-02-01 | Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -133/+46 |
2017-12-03 | vmci: the same on the send side... | Al Viro | 1 | -69/+20 |
2017-12-03 | vmci: simplify qp_dequeue_locked() | Al Viro | 1 | -53/+18 |
2017-12-03 | vmci: get rid of qp_memcpy_from_queue() | Al Viro | 1 | -20/+17 |
2017-12-03 | 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-09 | 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-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
2017-02-28 | 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-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 |