summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-50/+23
|\
| * vhost/scsi: switch to iov_iter_get_pages()Al Viro2017-10-111-48/+20
| * fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-10-111-2/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-163-4/+6
|\ \
| * | vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-141-0/+2
| * | vhost: fix end of range for access_okMichael S. Tsirkin2017-11-141-2/+2
| * | vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park2017-11-141-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-9/+5
|\ \ \
| * | | vhost_net: conditionally enable tx pollingJason Wang2017-11-151-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-043-0/+3
| |\ \ \ | | |/ /
| * | | vhost_net: do not stall on zerocopy depletionWillem de Bruijn2017-10-091-9/+3
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-073-0/+3
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-082-2/+2
* vhost_net: correctly check tx avail during rx busy pollingJason Wang2017-09-051-1/+6
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-011-1/+1
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+1
* Revert "vhost: cache used event for better performance"Jason Wang2017-07-292-25/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-8/+3
|\
| * vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park2017-06-081-8/+3
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-123-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-6/+122
|\ \
| * | vhost_net: try batch dequing from skb arrayJason Wang2017-05-181-6/+122
| |/
* | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-031-1/+3
|\ \
| * | vhost/vsock: use static minor numberStefan Hajnoczi2017-05-181-1/+3
| |/
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-202-2/+2
|/
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-083-24/+9
* VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-241-0/+8
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+41
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-0/+4
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-022-41/+140
|\ \ | |/ |/|
| * vhost: introduce O(1) vq metadata cacheJason Wang2017-03-022-26/+118
| * vhost: try avoiding avail index access when getting descriptorJason Wang2017-02-271-16/+23
* | tap: tap as an independent moduleSainath Grandhi2017-02-111-1/+1
* | tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-6/+4
|\ \ | |/
| * vhost: fix initialization for vq->is_leHalil Pasic2017-02-031-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-6/+11
|\ \ | |/
| * vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-01-251-4/+9
| * vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
* | vhost_net: tx batchingJason Wang2017-01-181-3/+20
* | vhost: better detection of available buffersJason Wang2017-01-181-2/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-4/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-4/+2
* | vhost/scsi: Remove unused but set variableTobias Klauser2016-12-161-2/+0
OpenPOWER on IntegriCloud