summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_ring.c
AgeCommit message (Expand)Author
2025-08-07virtio: fix freeing of virtio ring bufferHeinrich Schuchardt
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07virtio: Remove <common.h> and add needed includesTom Rini
2023-04-25virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is setWill Deacon
2023-04-25virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORMWill Deacon
2023-04-25virtio: Add helper functions to attach/detach vring descriptorsWill Deacon
2023-04-25virtio: Allocate virtqueue in page-size unitsWill Deacon
2022-06-08virtio_ring: Check used descriptors are chain headsAndrew Scull
2022-06-08virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull
2022-06-08virtio_ring: Add helper to attach vring descriptorAndrew Scull
2022-06-08virtio_ring: Merge identical variablesAndrew Scull
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen