aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)AuthorFilesLines
6 daysvhost_task: Handle SIGKILL by flushing work and exitingMike Christie1-0/+2
6 daysvhost: Remove vhost_vq_flushMike Christie1-1/+0
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-07-03vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian1-1/+1
2023-07-03vhost: Allow worker switching while work is queueingMike Christie1-1/+3
2023-07-03vhost: allow userspace to create workersMike Christie1-0/+3
2023-07-03vhost: replace single worker pointer with xarrayMike Christie1-1/+2
2023-07-03vhost: remove vhost_work_queueMike Christie1-3/+2
2023-07-03vhost: convert poll work to be vq basedMike Christie1-1/+3
2023-07-03vhost: take worker or vq for flushingMike Christie1-0/+1
2023-07-03vhost: take worker or vq instead of dev for queueingMike Christie1-0/+1
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie1-1/+1
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueMike Christie1-0/+1
2023-07-03vhost: dynamically allocate vhost_workerMike Christie1-2/+2
2023-06-09vhost: support PACKED when setting-getting vring_baseShannon Nelson1-2/+6
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie1-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsMike Christie1-2/+2
2023-03-23vhost: move worker thread fields to new structMike Christie1-3/+8
2023-02-20vhost: remove unused parameteLiming Wu1-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedEric Auger1-0/+1
2022-05-31vhost: rename vhost_work_dev_flushMike Christie1-1/+1
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin1-1/+0
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar1-2/+2
2021-07-03vhost: fix up vhost_work coding styleMike Christie1-3/+3
2021-07-03vhost: fix poll coding styleMike Christie1-6/+6
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie1-1/+1
2021-07-03vhost: Remove the repeated declarationShaokun Zhang1-1/+0
2020-11-15vhost: add helper to check if a vq has been setupMike Christie1-0/+1
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan1-1/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang1-0/+1
2020-08-05vhost: generialize backend features setting/gettingJason Wang1-0/+2
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan1-1/+8
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-0/+2
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin1-3/+3
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez1-0/+27
2020-04-01vhost: factor out IOTLBJason Wang1-28/+11
2020-04-01vhost: allow per device message handlerJason Wang1-1/+5
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov1-0/+1
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin1-41/+0
2019-07-26vhost: disable metadata prefetch optimizationMichael S. Tsirkin1-1/+1
2019-06-06vhost: fix clang build warningMichael S. Tsirkin1-2/+5
2019-06-05vhost: access vq metadata through kernel virtual addressJason Wang1-0/+38
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang1-1/+1
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+4
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+3
2019-01-17vhost: log dirty page correctlyJason Wang1-1/+2
2018-08-06vhost: switch to use new message formatJason Wang1-1/+10
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi1-2/+2
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao1-2/+2
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+1
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers1-1/+0
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers1-1/+0
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers1-1/+0
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2018-02-01vhost: Remove the unused variable.Tonghao Zhang1-4/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27vhost: annotate vhost_pollAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang1-3/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang1-0/+8
2016-12-16vhost: cache used event for better performanceJason Wang1-0/+3
2016-08-02vhost: new device IOTLB APIJason Wang1-1/+31
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang1-4/+23
2016-08-01vhost: lockless enqueuingJason Wang1-3/+4
2016-03-11vhost_net: basic polling supportJason Wang1-0/+1
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang1-0/+1
2016-03-11vhost: introduce vhost_has_work()Jason Wang1-0/+1
2016-03-02vhost: rename vhost_init_used()Greg Kurz1-1/+1
2015-10-27vhost: fix performance on LE hostsMichael S. Tsirkin1-0/+7
2015-09-16vhost: move features to coreMichael S. Tsirkin1-1/+3
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz1-2/+9
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz1-1/+2
2015-06-01vhost: introduce vhost_is_little_endian() helperGreg Kurz1-6/+11
2014-12-09vhost: remove unnecessary forward declarations in vhost.hJason Wang1-4/+0
2014-12-09vhost: add memory access wrappersMichael S. Tsirkin1-0/+31
2014-12-09vhost: make features 64 bitMichael S. Tsirkin1-3/+3
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-5/+3
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-8/+3
2013-12-06vhost: remove the dead branchZhi Yong Wu1-1/+1
2013-07-11vhost: Remove custom vhost rcu usageAsias He1-8/+2
2013-07-07vhost: Make vhost a separate moduleAsias He1-0/+2
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin1-0/+1
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He1-3/+0
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He1-3/+0
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He1-3/+0
2013-05-06vhost: Export vhost_dev_set_ownerAsias He1-0/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin1-1/+2
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin1-3/+0
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He1-22/+0
2013-05-01vhost: Allow device specific fields per vqAsias He1-2/+2
2013-01-29vhost_net: handle polling errors when setting backendJason Wang1-1/+1
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin1-1/+2
2012-11-02vhost: move -net specific code outMichael S. Tsirkin1-18/+3
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin1-0/+4
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin1-3/+9
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin1-1/+1
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi1-0/+3
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi1-1/+2
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin1-1/+1
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-19vhost: init used ring after backend was setJason Wang1-0/+1
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin1-0/+31
2011-05-30vhost: support event indexMichael S. Tsirkin1-7/+14
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin1-3/+3
2010-12-09vhost: fix typos in commentJason Wang1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-10/+8
2010-10-05vhost: max s/g to match qemuJason Wang1-10/+8
2010-08-21vhost: add __rcu annotationsArnd Bergmann1-3/+7
2010-07-28vhost-net: mergeable buffers supportDavid Stevens1-5/+12
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo1-13/+25
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin1-4/+4
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+161