summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| |/ /
* | | Revert "net: vhost: lock the vqs one by one"Jason Wang2018-12-121-4/+17
* | | vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang2018-12-121-1/+7
* | | vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang2018-12-121-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-091-3/+0
|\ \
| * | vhost: fix IOTLB lockingJean-Philippe Brucker2018-12-031-3/+0
| |/
* | vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-061-24/+33
* | vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-061-7/+15
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-97/+329
|\
| * vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh2018-10-241-197/+164
| * vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh2018-10-241-99/+172
| * vhost/scsi: Respond to control queue operationsBijan Mottahedeh2018-10-241-0/+190
| * vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-10-241-1/+3
* | vhost: Fix Spectre V1 vulnerabilityJason Wang2018-10-311-0/+2
* | net: vhost: remove bad code lineTonghao Zhang2018-10-071-1/+0
* | net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-261-21/+14
* | net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-261-40/+70
* | net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-261-3/+3
* | net: vhost: lock the vqs one by oneTonghao Zhang2018-09-261-17/+7
* | vhost_net: add a missing error returnDan Carpenter2018-09-211-0/+1
* | vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang2018-09-131-13/+161
* | tun: switch to new type of msg_controlJason Wang2018-09-131-2/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+1
|\
| * vhost: correctly check the iova range when waking virtqueueJason Wang2018-08-251-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-08-242-2/+2
|\ \ | |/ |/|
| * vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards2018-08-221-1/+1
| * vhost: allow vhost-scsi driver to be built-inGreg Edwards2018-08-221-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-9/+7
|\ \
| * | scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1
| * | scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-3/+3
| * | scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-3/+6
|\ \ \ | | |/ | |/|
| * | vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-081-3/+6
* | | vhost: switch to use new message formatJason Wang2018-08-063-19/+93
* | | vhost_net: batch update used ring for datacopy TXJason Wang2018-07-221-15/+25
* | | vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang2018-07-221-4/+4