summaryrefslogtreecommitdiffstats
path: root/include/linux/virtio.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin1-2/+0
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin1-2/+0
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin1-0/+2
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin1-0/+2
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin1-0/+4
2014-12-09virtio: allow transports to get avail/used addressesCornelia Huck1-0/+3
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-2/+1
2014-11-11virtio: Fix comment typo 'CONFIG_S_FAILED'Paul Bolle1-1/+1
2014-10-15virtio: defer config changed notificationsMichael S. Tsirkin1-0/+6
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin1-0/+6
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-0/+2
2014-04-28virtio: virtio_break_device() to mark all virtqueues broken.Rusty Russell1-0/+2
2013-10-29virtio_ring: add new function virtqueue_is_broken()Heinz Graalfs1-0/+2
2013-10-29virtio_ring: let virtqueue_{kick()/notify()} return a boolHeinz Graalfs1-2/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin1-0/+4
2013-05-20virtio: remove virtqueue_add_buf().Rusty Russell1-7/+0
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+20
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell1-6/+0
2013-03-20virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.Rusty Russell1-0/+10
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell1-0/+7
2013-03-20virtio: Introduce vringh wrappers in virtio_configSjur Brændeland1-0/+3
2013-02-13virtio: Add module driver macro for virtio drivers.Sjur Brændeland1-0/+9
2013-02-11virtio: make config_ops constStephen Hemminger1-1/+1
2012-12-18virtio: add drv_to_virtio to make code clearlyWanlong Gao1-0/+5