aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 2-2/+2
2017-09-05vhost_net: correctly check tx avail during rx busy pollingGravatar Jason Wang 1-1/+6
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tGravatar Eric Dumazet 1-1/+1
2017-08-03sock: enable MSG_ZEROCOPYGravatar Willem de Bruijn 1-0/+1
2017-07-29Revert "vhost: cache used event for better performance"Gravatar Jason Wang 2-25/+6
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-8/+3
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 3-3/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+122
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 2-2/+2
2017-06-08vhost/scsi: Don't reinvent the wheel but use existing llist APIGravatar Byungchul Park 1-8/+3
2017-05-18vhost/vsock: use static minor numberGravatar Stefan Hajnoczi 1-1/+3
2017-05-18vhost_net: try batch dequing from skb arrayGravatar Jason Wang 1-6/+122
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBGravatar Michal Hocko 3-24/+9
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGravatar Gerard Garcia 1-0/+8
2017-03-21vhost-vsock: add pkt cancel capabilityGravatar Peng Tao 1-0/+41
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-0/+4
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-41/+140
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02vhost: introduce O(1) vq metadata cacheGravatar Jason Wang 2-26/+118
2017-02-27vhost: try avoiding avail index access when getting descriptorGravatar Jason Wang 1-16/+23
2017-02-11tap: tap as an independent moduleGravatar Sainath Grandhi 1-1/+1
2017-02-11tap: Renaming tap related APIs, data structures, macrosGravatar Sainath Grandhi 1-1/+2
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+4
2017-02-03vhost: fix initialization for vq->is_leGravatar Halil Pasic 1-6/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+11
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorGravatar Stefan Hajnoczi 1-4/+9
2017-01-19vhost/scsi: silence uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2017-01-19vhost: scsi: constify target_core_fabric_ops structuresGravatar Bhumika Goyal 1-1/+1
2017-01-18vhost_net: tx batchingGravatar Jason Wang 1-3/+20
2017-01-18vhost: better detection of available buffersGravatar Jason Wang 1-2/+6
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+2
2016-12-16vhost/scsi: Remove unused but set variableGravatar Tobias Klauser 1-2/+0
2016-12-16vringh: kill off ACCESS_ONCE()Gravatar Mark Rutland 1-2/+3
2016-12-16vhost: cache used event for better performanceGravatar Jason Wang 2-6/+25
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGravatar Gao feng 1-8/+17
2016-12-15vhost: add missing __user annotationsGravatar Michael S. Tsirkin 1-5/+5
2016-12-15vhost: make interval tree static inlineGravatar Michael S. Tsirkin 1-1/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-12-08vhost-vsock: fix orphan connection resetGravatar Peng Tao 1-1/+1
2016-12-08vhost: remove unnecessary smp_mb from vhost_work_queueGravatar Peng Tao 1-1/+1
2016-12-08vhost-vsock: remove unused vq variableGravatar Peng Tao 1-3/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 2-4/+2
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersGravatar Christian Borntraeger 1-2/+2
2016-09-05Merge 4.8-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-7/+7
2016-08-31miscdevice: Add helper macro for misc device boilerplateGravatar PrasannaKumar Muralidharan 1-12/+1