summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost: disable metadata prefetch optimizationMichael S. Tsirkin2019-07-261-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-173-126/+771
|\
| * vhost: fix clang build warningMichael S. Tsirkin2019-06-061-2/+5
| * vhost: access vq metadata through kernel virtual addressJason Wang2019-06-052-3/+550
| * vhost: factor out setting vring addr and numJason Wang2019-06-051-74/+103
| * vhost: introduce helpers to get the size of metadata areaJason Wang2019-06-051-18/+33
| * vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-053-5/+5
| * vhost: fine grain userspace memory accessorsJason Wang2019-06-051-17/+77
| * vhost: generalize adding used elemJason Wang2019-06-051-10/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-224-8/+4
| |\ \
| * | | vhost_net: disable zerocopy by defaultJason Wang2019-06-171-1/+1
| | |/ | |/|
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-148-43/+75
| |\|
| * | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-194-8/+4
| |/ |/|
* | vhost: scsi: add weight supportJason Wang2019-05-271-6/+6
* | vhost: vsock: add weight supportJason Wang2019-05-271-6/+10
* | vhost_net: fix possible infinite loopJason Wang2019-05-271-16/+13
* | vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-275-20/+48
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-05-141-1/+0
|\
| * vhost-scsi: remove incorrect memory barrierPaolo Bonzini2019-05-121-1/+0
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
|/
* vhost: reject zero size iova rangeJason Wang2019-04-101-1/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-101-1/+1
|\
| * vhost: silence an unused-variable warningArnd Bergmann2019-03-061-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-6/+0
|\ \ | |/ |/|
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-6/+0
* | vhost: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-191-1/+1
* | vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-285-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-213-16/+87
|\ \
| * | vhost: log dirty page correctlyJason Wang2019-01-173-16/+87
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-212-10/+18
|\ \ \ | |/ / |/| |
| * | vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh2019-01-141-8/+12
| * | vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov2019-01-141-2/+6
| |/
* / vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-01-111-1/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-8/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-022-10/+10
|\
| * vhost: correct the related warning messagewangyan2018-12-191-2/+2
| * vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-191-8/+8
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-7/+1
|\ \
| * | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
| * | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-3/+51
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-202-5/+26
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-092-34/+48
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | vhost_net: mitigate page reference counting during page frag refillJason Wang2018-11-171-3/+51
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ | |_|_|/ |/| | |