summaryrefslogtreecommitdiffstats
path: root/include/linux/virtio.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-091-1/+1
* | virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-091-2/+1
|/
* virtio: defer config changed notificationsMichael S. Tsirkin2014-10-151-0/+6
* virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin2014-10-151-0/+6
* virtio: unify config_changed handlingMichael S. Tsirkin2014-10-151-0/+2
* virtio: virtio_break_device() to mark all virtqueues broken.Rusty Russell2014-04-281-0/+2
* virtio_ring: add new function virtqueue_is_broken()Heinz Graalfs2013-10-291-0/+2
* virtio_ring: let virtqueue_{kick()/notify()} return a boolHeinz Graalfs2013-10-291-2/+2