Age | Commit message (Expand) | Author | Files | Lines |
2022-08-16 | virtio: kerneldocs fixes and enhancements | Ricardo Cañuelo | 1 | -3/+3 |
2022-08-11 | virtio_ring: struct virtqueue introduce reset | Xuan Zhuo | 1 | -0/+2 |
2022-08-11 | virtio: allow to unbreak/break virtqueue individually | Xuan Zhuo | 1 | -0/+3 |
2022-08-11 | virtio_ring: introduce virtqueue_resize() | Xuan Zhuo | 1 | -0/+3 |
2022-08-11 | virtio: record the maximum queue num supported by the device. | Xuan Zhuo | 1 | -0/+2 |
2022-05-31 | virtio: allow to unbreak virtqueue | Jason Wang | 1 | -0/+1 |
2022-03-04 | virtio: unexport virtio_finalize_features | Michael S. Tsirkin | 1 | -1/+0 |
2022-01-15 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -0/+1 |
2021-11-25 | Revert "virtio_ring: validate used buffer length" | Michael S. Tsirkin | 1 | -2/+0 |
2021-11-01 | virtio_ring: validate used buffer length | Jason Wang | 1 | -0/+2 |
2021-08-10 | virtio: Protect vqs list access | Parav Pandit | 1 | -0/+1 |
2021-03-14 | virtio: remove export for virtio_config_{enable, disable} | Xianting Tian | 1 | -2/+0 |
2020-08-18 | virtio: add dma-buf support for exported objects | David Stevens | 1 | -0/+1 |
2020-04-17 | virtio: drop vringh.h dependency | Michael S. Tsirkin | 1 | -1/+0 |
2019-05-12 | virtio/s390: DMA support for virtio-ccw | Halil Pasic | 1 | -17/+0 |
2019-03-06 | virtio: Introduce virtio_max_dma_size() | Joerg Roedel | 1 | -0/+2 |
2018-04-25 | virtio: add ability to iterate over vqs | Michael S. Tsirkin | 1 | -0/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-09 | virtio: virtio_driver doc | Cornelia Huck | 1 | -0/+4 |
2017-05-02 | virtio: allow extra context per descriptor | Michael S. Tsirkin | 1 | -0/+9 |
2017-04-07 | virtio: allow drivers to validate features | Michael S. Tsirkin | 1 | -0/+1 |
2017-02-07 | virtio_net: refactor freeze/restore logic into virtnet reset logic | John Fastabend | 1 | -0/+4 |
2016-03-02 | virtio: Add improved queue allocation API | Andy Lutomirski | 1 | -2/+21 |
2015-04-15 | virtio: drop virtio_device_is_legacy_only | Michael S. Tsirkin | 1 | -2/+0 |
2014-12-17 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2014-12-09 | virtio: drop legacy_only driver flag | Michael S. Tsirkin | 1 | -2/+0 |
2014-12-09 | virtio: add API to detect legacy devices | Michael S. Tsirkin | 1 | -0/+2 |
2014-12-09 | virtio_balloon: add legacy_only flag | Michael S. Tsirkin | 1 | -0/+2 |
2014-12-09 | virtio: add legacy feature table support | Michael S. Tsirkin | 1 | -0/+4 |
2014-12-09 | virtio: allow transports to get avail/used addresses | Cornelia Huck | 1 | -0/+3 |
2014-12-09 | virtio: add support for 64 bit features. | Michael S. Tsirkin | 1 | -1/+1 |
2014-12-09 | virtio: use u32, not bitmap for features | Michael S. Tsirkin | 1 | -2/+1 |
2014-11-11 | virtio: Fix comment typo 'CONFIG_S_FAILED' | Paul Bolle | 1 | -1/+1 |
2014-10-15 | virtio: defer config changed notifications | Michael S. Tsirkin | 1 | -0/+6 |
2014-10-15 | virtio-pci: move freeze/restore to virtio core | Michael S. Tsirkin | 1 | -0/+6 |
2014-10-15 | virtio: unify config_changed handling | Michael S. Tsirkin | 1 | -0/+2 |
2014-04-28 | virtio: virtio_break_device() to mark all virtqueues broken. | Rusty Russell | 1 | -0/+2 |
2013-10-29 | virtio_ring: add new function virtqueue_is_broken() | Heinz Graalfs | 1 | -0/+2 |
2013-10-29 | virtio_ring: let virtqueue_{kick()/notify()} return a bool | Heinz Graalfs | 1 | -2/+2 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
2013-07-09 | virtio: support unlocked queue poll | Michael S. Tsirkin | 1 | -0/+4 |
2013-05-20 | virtio: remove virtqueue_add_buf(). | Rusty Russell | 1 | -7/+0 |
2013-05-03 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+20 |
2013-03-22 | virtio: remove obsolete virtqueue_get_queue_index() | Rusty Russell | 1 | -6/+0 |
2013-03-20 | virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. | Rusty Russell | 1 | -0/+10 |
2013-03-20 | virtio_ring: virtqueue_add_sgs, to add multiple sgs. | Rusty Russell | 1 | -0/+7 |
2013-03-20 | virtio: Introduce vringh wrappers in virtio_config | Sjur Brændeland | 1 | -0/+3 |
2013-02-13 | virtio: Add module driver macro for virtio drivers. | Sjur Brændeland | 1 | -0/+9 |
2013-02-11 | virtio: make config_ops const | Stephen Hemminger | 1 | -1/+1 |
2012-12-18 | virtio: add drv_to_virtio to make code clearly | Wanlong Gao | 1 | -0/+5 |