summaryrefslogtreecommitdiffstats
path: root/include/linux/virtio.h
Commit message (Expand)AuthorAgeFilesLines
* virtio: allow driver to disable the configure change notificationJason Wang2024-08-151-0/+7
* virtio: rename virtio_config_enabled to virtio_config_core_enabledJason Wang2024-08-151-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-291-0/+3
|\
| * virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...Jiri Pirko2024-07-171-0/+3
* | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-4/+1
|/
* virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko2024-04-261-0/+35
* virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski2024-04-081-2/+5
* virtio-pci: Introduce admin command sending functionFeng Liu2023-12-191-0/+8
* Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-041-2/+0
|\
| * virtio: Remove PM #ifdef guards to fix i2c driverArnd Bergmann2023-08-081-2/+0
* | virtio_ring: introduce dma sync api for virtqueueXuan Zhuo2023-09-031-0/+8
* | virtio_ring: introduce dma map api for virtqueueXuan Zhuo2023-09-031-0/+8
* | virtio_ring: introduce virtqueue_reset()Xuan Zhuo2023-09-031-0/+2
* | virtio_ring: introduce virtqueue_dma_dev()Xuan Zhuo2023-09-031-0/+2
* | virtio_ring: introduce virtqueue_set_dma_premapped()Xuan Zhuo2023-09-031-0/+2
|/
* virtio: Add missing documentation for structure fieldsSimon Horman2023-06-271-1/+4
* virtio_ring: Use const to annotate read-only pointer paramsFeng Liu2023-04-211-7/+7
* virtio: Reorder fields in 'struct virtqueue'Christophe JAILLET2023-04-211-1/+1
* virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* virtio: kerneldocs fixes and enhancementsRicardo CaƱuelo2022-08-161-3/+3
* virtio_ring: struct virtqueue introduce resetXuan Zhuo2022-08-111-0/+2
* virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo2022-08-111-0/+3
* virtio_ring: introduce virtqueue_resize()Xuan Zhuo2022-08-111-0/+3
* virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
* virtio: allow to unbreak virtqueueJason Wang2022-05-311-0/+1
* virtio: unexport virtio_finalize_featuresMichael S. Tsirkin2022-03-041-1/+0
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-0/+1
* Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin2021-11-241-2/+0
* virtio_ring: validate used buffer lengthJason Wang2021-11-011-0/+2
* virtio: Protect vqs list accessParav Pandit2021-08-101-0/+1
* virtio: remove export for virtio_config_{enable, disable}Xianting Tian2021-03-141-2/+0
* virtio: add dma-buf support for exported objectsDavid Stevens2020-08-181-0/+1
* virtio: drop vringh.h dependencyMichael S. Tsirkin2020-04-171-1/+0
* virtio/s390: DMA support for virtio-ccwHalil Pasic2019-05-121-17/+0
* virtio: Introduce virtio_max_dma_size()Joerg Roedel2019-03-061-0/+2
* virtio: add ability to iterate over vqsMichael S. Tsirkin2018-04-251-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* virtio: virtio_driver docCornelia Huck2017-05-091-0/+4
* virtio: allow extra context per descriptorMichael S. Tsirkin2017-05-021-0/+9
* virtio: allow drivers to validate featuresMichael S. Tsirkin2017-04-071-0/+1
* virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend2017-02-071-0/+4
* virtio: Add improved queue allocation APIAndy Lutomirski2016-03-021-2/+21
* virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin2015-04-151-2/+0
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-171-1/+1
|\
| * virtio: Fix comment typo 'CONFIG_S_FAILED'Paul Bolle2014-11-111-1/+1
* | virtio: drop legacy_only driver flagMichael S. Tsirkin2014-12-091-2/+0
* | virtio: add API to detect legacy devicesMichael S. Tsirkin2014-12-091-0/+2
* | virtio_balloon: add legacy_only flagMichael S. Tsirkin2014-12-091-0/+2
* | virtio: add legacy feature table supportMichael S. Tsirkin2014-12-091-0/+4
* | virtio: allow transports to get avail/used addressesCornelia Huck2014-12-091-0/+3