summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15vhost_net: conditionally enable tx pollingJason Wang
2017-11-14vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi
2017-11-14vhost: fix end of range for access_okMichael S. Tsirkin
2017-11-14vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-11vhost/scsi: switch to iov_iter_get_pages()Al Viro
2017-10-11fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro
2017-10-09vhost_net: do not stall on zerocopy depletionWillem de Bruijn
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-05vhost_net: correctly check tx avail during rx busy pollingJason Wang
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-08vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi
2017-05-18vhost_net: try batch dequing from skb arrayJason Wang
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-03-21vhost-vsock: add pkt cancel capabilityPeng Tao
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang
2017-02-27vhost: try avoiding avail index access when getting descriptorJason Wang
2017-02-11tap: tap as an independent moduleSainath Grandhi
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-03vhost: fix initialization for vq->is_leHalil Pasic
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi
2017-01-19vhost/scsi: silence uninitialized variable warningDan Carpenter
2017-01-19vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal
2017-01-18vhost_net: tx batchingJason Wang
2017-01-18vhost: better detection of available buffersJason Wang
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16vhost/scsi: Remove unused but set variableTobias Klauser
2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland