aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-24Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin1-60/+0
2021-11-01virtio_ring: validate used buffer lengthJason Wang1-0/+60
2021-11-01virtio_ring: fix typos in vring_desc_extraJason Wang1-2/+2
2021-11-01virtio_ring: check desc == NULL when using indirect with packedXuan Zhuo1-3/+11
2021-11-01virtio_ring: make virtqueue_add_indirect_packed prettierXuan Zhuo1-6/+6
2021-10-27virtio-ring: fix DMA metadata flagsVincent Whitchurch1-1/+1
2021-08-11virtio_ring: pull in spinlock headerMichael S. Tsirkin1-0/+1
2021-08-10virtio: Protect vqs list accessParav Pandit1-0/+8
2021-08-10virtio: Keep vring_del_virtqueue() mirror of VQ createParav Pandit1-1/+2
2021-08-10virtio: Improve vq->broken access to avoid any compiler optimizationParav Pandit1-2/+4
2021-07-08virtio-ring: store DMA metadata in desc_extra for split virtqueueJason Wang1-25/+87
2021-07-08virtio: use err label in __vring_new_virtqueue()Jason Wang1-4/+6
2021-07-08virtio_ring: introduce virtqueue_desc_add_split()Jason Wang1-15/+24
2021-07-08virtio_ring: secure handling of mapping errorsJason Wang1-1/+4
2021-07-08virtio-ring: factor out desc_extra allocationJason Wang1-10/+20
2021-07-08virtio_ring: rename vring_desc_extra_packedJason Wang1-5/+5
2021-07-08virtio-ring: maintain next in extra state for packed virtqueueJason Wang1-7/+8
2021-07-03virtio: fix up virtio_disable_cbMichael S. Tsirkin1-1/+25
2021-07-03virtio_ring: Fix kernel-docYang Li1-1/+1
2020-12-18virtio_ring: Fix two use after free bugsDan Carpenter1-2/+2
2020-12-18virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()Dan Carpenter1-2/+2
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+5
2020-08-05virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan1-0/+3
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-1/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-03-08virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna1-2/+2
2019-11-19virtio_ring: fix return code on DMA mapping failsHalil Pasic1-2/+2
2019-10-28virtio_ring: fix stalls for packed ringsMarvin Liu1-4/+3
2019-09-09virtio_ring: fix unmap of indirect descriptorsMatthias Lange1-2/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-14/+1
2019-05-12virtio/virtio_ring: do some comment fixesJiang Biao1-13/+14
2019-05-12virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packedYueHaibing1-0/+1
2019-04-08virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck1-0/+2
2019-03-06virtio: Introduce virtio_max_dma_size()Joerg Roedel1-0/+11
2019-02-05virtio: drop internal struct from UAPIMichael S. Tsirkin1-1/+6
2019-01-24virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie1-0/+8
2018-11-26virtio_ring: advertize packed ring layoutTiwei Bie1-0/+2
2018-11-26virtio_ring: leverage event idx in packed ringTiwei Bie1-6/+71
2018-11-26virtio_ring: introduce packed ring supportTiwei Bie1-30/+870
2018-11-26virtio_ring: cache whether we will use DMA APITiwei Bie1-4/+8
2018-11-26virtio_ring: extract split ring handling from ring creationTiwei Bie1-99/+121
2018-11-26virtio_ring: allocate desc state for split ring separatelyTiwei Bie1-18/+27
2018-11-26virtio_ring: introduce helper for indirect featureTiwei Bie1-3/+13
2018-11-26virtio_ring: introduce debug helpersTiwei Bie1-22/+27
2018-11-26virtio_ring: put split ring fields in a sub structTiwei Bie1-65/+91
2018-11-26virtio_ring: put split ring functions togetherTiwei Bie1-254/+271
2018-11-26virtio_ring: add _split suffix for split ring functionsTiwei Bie1-96/+155
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0