summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2018-01-25vhost: do not try to access device IOTLB when not initializedJason Wang1-0/+4
2018-01-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang1-1/+1
2018-01-10vhost_net: batch used ring update in rxJason Wang1-4/+11
2018-01-09tuntap: XDP transmissionJason Wang1-1/+12
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang1-19/+20
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-6/+1
2017-12-05drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney1-6/+1
2017-12-03vhost: fix skb leak in handle_rx()Wei Xu1-10/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-4/+4
2017-11-28vhost: annotate vhost_pollAl Viro2-3/+3
2017-11-28annotate poll-related wait keysAl Viro1-2/+2
2017-11-28anntotate the places where ->poll() return values goAl Viro1-2/+2
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-50/+23
2017-11-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-4/+6
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+5
2017-11-15vhost_net: conditionally enable tx pollingJason Wang1-0/+2
2017-11-15vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi1-0/+2
2017-11-15vhost: fix end of range for access_okMichael S. Tsirkin1-2/+2
2017-11-15vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-12vhost/scsi: switch to iov_iter_get_pages()Al Viro1-48/+20
2017-10-12fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2017-10-10vhost_net: do not stall on zerocopy depletionWillem de Bruijn1-9/+3
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso2-2/+2
2017-09-06vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-02net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-1/+1
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-0/+1
2017-07-30Revert "vhost: cache used event for better performance"Jason Wang2-25/+6
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-8/+3
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko3-3/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+122
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-2/+2
2017-06-09vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park1-8/+3
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi1-1/+3
2017-05-18vhost_net: try batch dequing from skb arrayJason Wang1-6/+122
2017-05-09mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko3-24/+9
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia1-0/+8
2017-03-22vhost-vsock: add pkt cancel capabilityPeng Tao1-0/+41
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-0/+4
2017-03-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-41/+140
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang2-26/+118
2017-02-27vhost: try avoiding avail index access when getting descriptorJason Wang1-16/+23
2017-02-12tap: tap as an independent moduleSainath Grandhi1-1/+1