summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_ring.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08virtio_ring: Check used descriptors are chain headsAndrew Scull1-0/+12
2022-06-08virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull1-16/+33
2022-06-08virtio_ring: Add helper to attach vring descriptorAndrew Scull1-19/+17
2022-06-08virtio_ring: Merge identical variablesAndrew Scull1-4/+3
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen1-0/+358