summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2018-03-29vhost: validate log when IOTLB is enabledJason Wang
2018-03-27vhost: correctly remove wait queue during poll failureJason Wang
2018-03-26vhost_net: add missing lock nesting notationJason Wang
2018-03-09vhost_net: examine pointer types during un-producingJason Wang
2018-03-09vhost_net: keep private_data and rx_ring syncedJason Wang
2018-03-09vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2018-02-01vhost: Remove the unused variable.Tonghao Zhang
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-31vhost/scsi: Improve a size determination in four functionsMarkus Elfring
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-29vhost_net: stop device during reset ownerJason Wang
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24vhost: do not try to access device IOTLB when not initializedJason Wang
2018-01-24vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2018-01-10vhost_net: batch used ring update in rxJason Wang
2018-01-09tuntap: XDP transmissionJason Wang
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-05drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney
2017-12-02vhost: fix skb leak in handle_rx()Wei Xu
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27vhost: annotate vhost_pollAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15vhost_net: conditionally enable tx pollingJason Wang
2017-11-14vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi
2017-11-14vhost: fix end of range for access_okMichael S. Tsirkin
2017-11-14vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-11vhost/scsi: switch to iov_iter_get_pages()Al Viro
2017-10-11fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro
2017-10-09vhost_net: do not stall on zerocopy depletionWillem de Bruijn
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-05vhost_net: correctly check tx avail during rx busy pollingJason Wang
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang