summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2018-06-11vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-04-19vhost: Fix vhost_copy_to_user()Eric Auger1-1/+1
2018-04-19vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi1-3/+5
2018-04-12vhost_net: add missing lock nesting notationJason Wang1-2/+2
2018-04-12vhost: validate log when IOTLB is enabledJason Wang1-8/+6
2018-04-12vhost: correctly remove wait queue during poll failureJason Wang1-2/+1
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang1-1/+1
2018-02-13vhost_net: stop device during reset ownerJason Wang1-0/+1
2017-12-17vhost: fix skb leak in handle_rx()Wei Xu1-10/+10
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+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
2017-02-12tap: Renaming tap related APIs, data structures, macrosSainath Grandhi1-1/+2
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2017-02-04vhost: fix initialization for vq->is_leHalil Pasic1-6/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+11
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi1-4/+9
2017-01-20vhost/scsi: silence uninitialized variable warningDan Carpenter1-1/+1
2017-01-20vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal1-1/+1
2017-01-19vhost_net: tx batchingJason Wang1-3/+20
2017-01-19vhost: better detection of available buffersJason Wang1-2/+6
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+2
2016-12-16vhost/scsi: Remove unused but set variableTobias Klauser1-2/+0
2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland1-2/+3
2016-12-16vhost: cache used event for better performanceJason Wang2-6/+25
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17
2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin1-5/+5