aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/virtio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-18virtgpu: don't reset on shutdownMichael S. Tsirkin1-0/+3
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin1-0/+8
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den1-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den1-1/+2
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2024-11-15virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo1-2/+0
2024-11-15virtio_ring: introduce add api for premappedXuan Zhuo1-0/+11
2024-11-13virtio: Extend the admin command to include the result sizeYishai Hadas1-0/+1
2024-08-15virtio: allow driver to disable the configure change notificationJason Wang1-0/+7
2024-08-15virtio: rename virtio_config_enabled to virtio_config_core_enabledJason Wang1-2/+2
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2024-07-17virtio_pci_modern: use completion instead of busy loop to wait on admin cmd resultJiri Pirko1-0/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+1
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko1-0/+35
2024-04-08virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski1-2/+5
2023-12-19virtio-pci: Introduce admin command sending functionFeng Liu1-0/+8
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+0
2023-09-03virtio_ring: introduce dma sync api for virtqueueXuan Zhuo1-0/+8
2023-09-03virtio_ring: introduce dma map api for virtqueueXuan Zhuo1-0/+8
2023-09-03virtio_ring: introduce virtqueue_reset()Xuan Zhuo1-0/+2
2023-09-03virtio_ring: introduce virtqueue_dma_dev()Xuan Zhuo1-0/+2
2023-09-03virtio_ring: introduce virtqueue_set_dma_premapped()Xuan Zhuo1-0/+2
2023-08-08virtio: Remove PM #ifdef guards to fix i2c driverArnd Bergmann1-2/+0
2023-06-27virtio: Add missing documentation for structure fieldsSimon Horman1-1/+4
2023-04-21virtio_ring: Use const to annotate read-only pointer paramsFeng Liu1-7/+7
2023-04-21virtio: Reorder fields in 'struct virtqueue'Christophe JAILLET1-1/+1
2023-01-27virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman1-4/+1
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo CaƱuelo1-3/+3
2022-08-11virtio_ring: struct virtqueue introduce resetXuan Zhuo1-0/+2
2022-08-11virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo1-0/+3
2022-08-11virtio_ring: introduce virtqueue_resize()Xuan Zhuo1-0/+3
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+2
2022-05-31virtio: allow to unbreak virtqueueJason Wang1-0/+1
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-1/+0
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-0/+1
2021-11-24Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin1-2/+0
2021-11-01virtio_ring: validate used buffer lengthJason Wang1-0/+2
2021-08-10virtio: Protect vqs list accessParav Pandit1-0/+1
2021-03-14virtio: remove export for virtio_config_{enable, disable}Xianting Tian1-2/+0
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens1-0/+1
2020-04-17virtio: drop vringh.h dependencyMichael S. Tsirkin1-1/+0
2019-05-12virtio/s390: DMA support for virtio-ccwHalil Pasic1-17/+0
2019-03-06virtio: Introduce virtio_max_dma_size()Joerg Roedel1-0/+2
2018-04-25virtio: add ability to iterate over vqsMichael S. Tsirkin1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-09virtio: virtio_driver docCornelia Huck1-0/+4
2017-05-02virtio: allow extra context per descriptorMichael S. Tsirkin1-0/+9
2017-04-07virtio: allow drivers to validate featuresMichael S. Tsirkin1-0/+1
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend1-0/+4
2016-03-02virtio: Add improved queue allocation APIAndy Lutomirski1-2/+21