- f124034 Revert "virtio_ring: validate used buffer length" by Michael S. Tsirkin · 3 years, 2 months ago
- 939779f5 virtio_ring: validate used buffer length by Jason Wang · 3 years, 3 months ago
- 0e566c8 virtio: Protect vqs list access by Parav Pandit · 3 years, 6 months ago
- bc22ed2 virtio: remove export for virtio_config_{enable, disable} by Xianting Tian · 4 years ago
- a030893 virtio: add dma-buf support for exported objects by David Stevens · 4 years, 5 months ago
- 15064e7 virtio: drop vringh.h dependency by Michael S. Tsirkin · 4 years, 9 months ago
- f35f54f virtio/s390: DMA support for virtio-ccw by Halil Pasic · 6 years ago
- e6d6dd6 virtio: Introduce virtio_max_dma_size() by Joerg Roedel · 6 years ago
- 24a7e4d virtio: add ability to iterate over vqs by Michael S. Tsirkin · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 9ea762a virtio: virtio_driver doc by Cornelia Huck · 8 years ago
- 5a08b04 virtio: allow extra context per descriptor by Michael S. Tsirkin · 8 years ago
- 404123c virtio: allow drivers to validate features by Michael S. Tsirkin · 8 years ago
- 9fe7bfc virtio_net: refactor freeze/restore logic into virtnet reset logic by John Fastabend · 8 years ago
- 2a2d138 virtio: Add improved queue allocation API by Andy Lutomirski · 9 years ago
- 9abbfb4 virtio: drop virtio_device_is_legacy_only by Michael S. Tsirkin · 10 years ago
- 9f3e151 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- d71a6fc virtio: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
- b6098c3 virtio: add API to detect legacy devices by Michael S. Tsirkin · 10 years ago
- df1b57f virtio_balloon: add legacy_only flag by Michael S. Tsirkin · 10 years ago
- b3bb62d virtio: add legacy feature table support by Michael S. Tsirkin · 10 years ago
- 8906265 virtio: allow transports to get avail/used addresses by Cornelia Huck · 10 years ago
- d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
- e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
- cbd7f8d virtio: Fix comment typo 'CONFIG_S_FAILED' by Paul Bolle · 10 years ago
- 22b7050 virtio: defer config changed notifications by Michael S. Tsirkin · 10 years ago
- c6716ba virtio-pci: move freeze/restore to virtio core by Michael S. Tsirkin · 10 years ago
- 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
- e2dcdfe virtio: virtio_break_device() to mark all virtqueues broken. by Rusty Russell · 11 years ago
- b3b32c9 virtio_ring: add new function virtqueue_is_broken() by Heinz Graalfs · 11 years ago
- 5b1bf7c virtio_ring: let virtqueue_{kick()/notify()} return a bool by Heinz Graalfs · 11 years ago
- 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
- cc22988 virtio: support unlocked queue poll by Michael S. Tsirkin · 12 years ago
- b3087e4 virtio: remove virtqueue_add_buf(). by Rusty Russell · 12 years ago
- 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
- 9d0ca6e virtio: remove obsolete virtqueue_get_queue_index() by Rusty Russell · 12 years ago
- 282edb3 virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. by Rusty Russell · 12 years ago
- 13816c7 virtio_ring: virtqueue_add_sgs, to add multiple sgs. by Rusty Russell · 12 years ago
- 3beee86 virtio: Introduce vringh wrappers in virtio_config by Sjur Brændeland · 12 years ago
- 6e105e0 virtio: Add module driver macro for virtio drivers. by Sjur Brændeland · 12 years ago
- 9350393 virtio: make config_ops const by Stephen Hemminger · 12 years ago
- 9a2bdcc virtio: add drv_to_virtio to make code clearly by Wanlong Gao · 12 years ago
- 9bffdca virtio: use dev_to_virtio wrapper in virtio by Wanlong Gao · 12 years ago
- 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 12 years ago
- 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 12 years ago
- 59057fb [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanning by Nicholas Bellinger · 13 years ago
- f38f838 virtio: drop thaw PM operation by Amit Shah · 13 years ago
- f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
- 41f0377 virtio: support unlocked queue kick by Rusty Russell · 13 years ago
- f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
- 5dfc176 virtio: document functions better. by Rusty Russell · 13 years ago
- 5f41f8b virtio.h: correct comment for struct virtio_driver by Wang Sheng-Hui · 13 years ago
- 8f9f466 Add ethtool -g support to virtio_net by Rick Jones · 13 years ago
- 7ab358c virtio: add api for delayed callbacks by Michael S. Tsirkin · 14 years ago
- bbd603e virtio: add_buf_gfp by Michael S. Tsirkin · 15 years ago
- 7c5e9ed virtio_ring: remove a level of indirection by Michael S. Tsirkin · 15 years ago
- 316f25f virtio: add virtqueue_ vq_ops wrappers by Michael S. Tsirkin · 15 years ago
- 86c8437 net/9p: Add sysfs mount_tag file for virtio 9P device by Aneesh Kumar K.V · 15 years ago
- c021eac virtio: Add ability to detach unused buffers from vrings by Shirley Ma · 15 years ago
- 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
- 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 16 years ago
- 20f77f56 virtio: fix obsolete documentation on probe function by Rusty Russell · 16 years ago
- c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 17 years ago
- 2557a93 virtio: remove overzealous BUG_ON. by Rusty Russell · 17 years ago
- 4265f16 virtio: fix race in enable_cb by Christian Borntraeger · 17 years ago
- 6e5aa7e virtio: reset function by Rusty Russell · 17 years ago
- f957d1f virtio: configuration change callback by Rusty Russell · 17 years ago
- 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 17 years ago
- ec3d41c Virtio interface by Rusty Russell · 17 years ago