summaryrefslogtreecommitdiff
path: root/drivers/vhost
Commit message (Expand)AuthorAge
* vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-11
* vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-11
* vhost: Fix vhost_copy_to_user()Eric Auger2018-04-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-09
|\
| * vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-09
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-06
|\ \ | |/ |/|
| * vhost: add vsock compat ioctlSonny Rao2018-03-20
| * vhost: fix vhost ioctl signature to build with clangSonny Rao2018-03-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\ \
| * | vhost: validate log when IOTLB is enabledJason Wang2018-03-29
| * | vhost: correctly remove wait queue during poll failureJason Wang2018-03-27
| * | vhost_net: add missing lock nesting notationJason Wang2018-03-26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\ \ \ | |/ /
| * | vhost_net: examine pointer types during un-producingJason Wang2018-03-09
| * | vhost_net: keep private_data and rx_ring syncedJason Wang2018-03-09
| * | vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko2018-03-09
| |/
* | drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute2018-03-09
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-08
|\
| * vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers2018-02-01
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers2018-02-01
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers2018-02-01
| * vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-01
| * vhost: Remove the unused variable.Tonghao Zhang2018-02-01
| * vhost/scsi: Improve a size determination in four functionsMarkus Elfring2018-01-31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\ \
| * | vhost_net: stop device during reset ownerJason Wang2018-01-29
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-24
| |\ \ | | |/
| * | vhost_net: batch used ring update in rxJason Wang2018-01-10
| * | tuntap: XDP transmissionJason Wang2018-01-09
| * | tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-09
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ \
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
| * | | vhost: annotate vhost_pollAl Viro2017-11-27
| * | | annotate poll-related wait keysAl Viro2017-11-27
| * | | anntotate the places where ->poll() return values goAl Viro2017-11-27
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-03
| |\ \ \ | | |_|/ | |/| |
| | * | drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney2017-12-05
| | |/
* | | vhost: do not try to access device IOTLB when not initializedJason Wang2018-01-24
* | | vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang2018-01-24
|/ /
* | vhost: fix skb leak in handle_rx()Wei Xu2017-12-02
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-17
|\
| * vhost/scsi: switch to iov_iter_get_pages()Al Viro2017-10-11
| * fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-10-11
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-16
|\ \
| * | vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-14
| * | vhost: fix end of range for access_okMichael S. Tsirkin2017-11-14
| * | vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park2017-11-14