aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2012-10-24vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin1-1/+2
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-67/+22
2012-10-02tcm_vhost: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger2-54/+22
2012-09-26vhost_set_vring(): turn pollstart/pollstop into boolAl Viro1-4/+4
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-7/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-08-20tcm_vhost: Fix vhost_scsi_target structure alignmentMichael S. Tsirkin2-0/+5
2012-08-16tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char *Nicholas Bellinger1-1/+1
2012-08-16tcm_vhost: Post-merge review changes requested by MSTNicholas Bellinger2-93/+111
2012-08-16tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sglFengguang Wu1-2/+2
2012-07-29tcm_vhost: Initial merge for vhost level target fabric driverNicholas Bellinger5-0/+1740
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi2-3/+5
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi3-5/+6
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann1-0/+3
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2012-05-11vhost-net: fix handle_rx buffer sizeBasil Gor1-1/+6
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackJason Wang1-0/+1
2012-05-02vhost_net: zerocopy: adding and signalling immediately when fully copiedJason Wang1-0/+2
2012-05-02vhost_net: re-poll only on EAGAIN or ENOBUFSJason Wang1-1/+2
2012-05-02vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufsJason Wang1-1/+1
2012-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+4
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin3-5/+4
2012-04-12tools/virtio: fix up vhost/test module buildZhi Yong Wu1-1/+1
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller3-6/+9
2012-03-20vhost: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin3-6/+7
2012-02-28vhost: don't forget to schedule()Nadav Har'El1-0/+2
2012-01-13vhost-net: add module alias (v2.1)stephen hemminger1-3/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-21vhost: handle wrap around in # of bufs mathShirley Ma1-3/+9
2011-07-21vhost-net: update used ring on backend changeMichael S. Tsirkin1-1/+5
2011-07-19vhost: optimize interrupt enable/disableMichael S. Tsirkin1-2/+2
2011-07-19vhost: fix zcopy reference countingMichael S. Tsirkin1-1/+0
2011-07-19vhost: set log when updating used flags or avail eventJason Wang1-30/+54
2011-07-19vhost: init used ring after backend was setJason Wang4-8/+16
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin3-16/+220
2011-05-30vhost: support event indexMichael S. Tsirkin4-50/+127
2011-05-06Correct occurrences ofRob Landley1-1/+1
2011-03-13vhost-net: remove unlocked use of receive_queueMichael S. Tsirkin1-1/+1
2011-03-13vhost: lock receive queue, not the socketJason Wang1-3/+4
2011-03-13vhost-net: Unify the code of mergeable and big buffer handlingJason Wang1-121/+7
2011-03-13vhost-net: check the support of mergeable buffer outside the receive loopJason Wang1-2/+3
2011-03-08vhost: copy_from_user -> __copy_from_userMichael S. Tsirkin1-1/+1
2011-03-08vhost: Cleanup vhost.c and net.cKrishna Kumar2-23/+49
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin2-7/+8
2011-01-10vhost: fix signed/unsigned comparisonMichael S. Tsirkin1-7/+11
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller5-30/+352
2010-12-09vhost test moduleMichael S. Tsirkin2-0/+327
2010-12-09vhost: better variable name in loggingMichael S. Tsirkin1-4/+4
2010-12-09vhost: correctly set bits of dirty pagesMichael S. Tsirkin1-1/+2
2010-12-09vhost: fix typos in commentJason Wang2-2/+2
2010-12-09vhost: remove unused includeMichael S. Tsirkin1-2/+0
2010-11-25vhost/net: fix rcu check usageMichael S. Tsirkin1-2/+3
2010-11-04vhost: get/put_user -> __get/__put_userMichael S. Tsirkin1-8/+8
2010-11-04vhost: copy_to_user -> __copy_to_userMichael S. Tsirkin1-1/+1
2010-11-04vhost-net: batch use/unuse mmMichael S. Tsirkin2-8/+6
2010-11-04vhost: put mm after thread stopMichael S. Tsirkin1-4/+3
2010-10-26drivers/vhost/vhost.c: delete double assignmentJulia Lawall1-1/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-13/+58
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-12vhost: fix return code for log_access_ok()Dan Carpenter1-1/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2-26/+63
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-1/+4
2010-10-05vhost: max s/g to match qemuJason Wang3-12/+57
2010-09-22vhost: fix log ctx signallingMichael S. Tsirkin1-3/+4
2010-09-14vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin1-1/+1
2010-09-06vhost: error handling fixMichael S. Tsirkin1-0/+1
2010-09-06vhost: fix attach to cgroups regressionMichael S. Tsirkin1-22/+57
2010-09-01vhost: stop worker only if createdEric Dumazet1-1/+4
2010-08-21vhost: add __rcu annotationsArnd Bergmann3-13/+35
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-100/+493
2010-07-28vhost-net: mergeable buffers supportDavid Stevens3-18/+315
2010-07-28vhost: apply cgroup to vhost workersMichael S. Tsirkin1-0/+6
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo3-73/+164
2010-07-21vhost net: Fix warning.David S. Miller1-1/+0
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+11
2010-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+9
2010-07-16vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin1-4/+4
2010-07-15vhost-net: avoid flush under lockMichael S. Tsirkin1-0/+5
2010-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-48/+58
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-48/+58
2010-07-01vhost: add unlikely annotations to error pathMichael S. Tsirkin2-28/+29
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin3-22/+31
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+1
2010-06-02Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2-9/+8
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-32/+39
2010-05-27vhost: fix the memory leak which will happen when memory_access_ok failsTakuya Yoshikawa1-1/+3
2010-05-27vhost-net: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-7/+7
2010-05-27vhost: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-23/+28
2010-05-27vhost: whitespace fixMichael S. Tsirkin1-2/+2
2010-05-27vhost-net: minor cleanupJeff Dike1-6/+5
2010-05-27vhost: Storage class should be before const qualifierTobias Klauser1-1/+1
2010-05-27vhost: Fix host panic if ioctl called with wrong indexKrishna Kumar1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan1-1/+1
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+6
2010-05-12vhost: fix barrier pairingMichael S. Tsirkin1-1/+6
2010-04-14Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2-7/+8
2010-04-14vhost: fix sparse warningsChristoph Hellwig2-7/+8
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+2
2010-04-07vhost-net: fix vq_memory_access_ok error checkingJeff Dike1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-17vhost: fix error handling in vring ioctlsMichael S. Tsirkin1-6/+12
2010-03-17vhost: fix interrupt mitigation with raw socketsMichael S. Tsirkin1-1/+1
2010-03-07vhost: fix error path in vhost_net_set_backendJeff Dike1-3/+5
2010-02-28vhost-net: restart tx poll on sk_sndbuf fullSridhar Samudrala1-1/+5
2010-02-28vhost: fix get_user_pages_fast error handlingMichael S. Tsirkin1-1/+2
2010-02-28vhost: initialize log eventfd context pointerMichael S. Tsirkin1-0/+1
2010-02-28vhost: logging thinko fixMichael S. Tsirkin1-4/+8
2010-02-18net/macvtap: add vhost supportArnd Bergmann2-3/+7
2010-02-14vhost-net: switch to smp barriersMichael S. Tsirkin1-5/+5
2010-01-21vhost: fix TUN=m VHOST_NET=yMichael S. Tsirkin1-1/+1
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin5-0/+1933