summaryrefslogtreecommitdiff
path: root/drivers/vhost
Commit message (Expand)AuthorAge
* vhost: fix skb leak in handle_rx()Wei Xu2017-12-02
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-17
|\
| * vhost/scsi: switch to iov_iter_get_pages()Al Viro2017-10-11
| * fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-10-11
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-16
|\ \
| * | vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-14
| * | vhost: fix end of range for access_okMichael S. Tsirkin2017-11-14
| * | vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park2017-11-14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\ \ \
| * | | vhost_net: conditionally enable tx pollingJason Wang2017-11-15
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
| |\ \ \ | | |/ /
| * | | vhost_net: do not stall on zerocopy depletionWillem de Bruijn2017-10-09
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-08
* vhost_net: correctly check tx avail during rx busy pollingJason Wang2017-09-05
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-01
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-03
* Revert "vhost: cache used event for better performance"Jason Wang2017-07-29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-13
|\
| * vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park2017-06-08
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-05
|\ \
| * | vhost_net: try batch dequing from skb arrayJason Wang2017-05-18
| |/
* | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-03
|\ \
| * | vhost/vsock: use static minor numberStefan Hajnoczi2017-05-18
| |/
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-08
* VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-24
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-21
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-02
|\ \ | |/ |/|
| * vhost: introduce O(1) vq metadata cacheJason Wang2017-03-02
| * vhost: try avoiding avail index access when getting descriptorJason Wang2017-02-27
* | tap: tap as an independent moduleSainath Grandhi2017-02-11
* | tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-07
|\ \ | |/
| * vhost: fix initialization for vq->is_leHalil Pasic2017-02-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\ \ | |/
| * vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-01-25
| * vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-19
| * vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-19
* | vhost_net: tx batchingJason Wang2017-01-18
* | vhost: better detection of available buffersJason Wang2017-01-18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-05