summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtqueue.c
AgeCommit message (Expand)Author
2025-11-04virtio: Fix polling in virtqueue_dequeue()Mark Johnston
2025-08-21virtio: Remove the unused poll methodAndrew Turner
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: use bool for boolean functionsMina Galić
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-08-27Add SDT probes virtqueue::enqueue_segments:{entry,return}Stephen J. Kiernan
2021-01-19virtio: Add modern (v1) virtqueue supportBryan Venteicher
2021-01-19virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher
2021-01-19Revert: virtio: Support non-legacy network device and queueBryan Venteicher
2020-06-08virtio: Support non-legacy network device and queueJessica Clarke
2018-02-19Add more virtqueue getter methodsBryan Venteicher
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-12-12Add virtio bus 'poll' method allowing us to inform backend we areRuslan Bukin
2014-08-16print additional debugging info in virtqueue_dump()Luigi Rizzo
2014-07-10Add accessor to get the number of free descriptors in the virtqueueBryan Venteicher
2014-06-16Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher
2014-06-01Split the virtio.h header file into multiple filesBryan Venteicher
2013-09-03Fix unintended compiler constant foldingBryan Venteicher
2013-09-01Add support for postponing VirtIO virtqueue interruptsBryan Venteicher
2013-07-04Merge virtio_pci changes from projects/virtioBryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2013-07-04Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher
2012-10-11Patch from Bryan to fix a virtqueue issue:Peter Grehan
2012-09-13Relax requirement of certain mb()sPeter Grehan
2012-07-11Various VirtIO improvementsPeter Grehan
2012-04-14Catch up with Bryan Venteicher's virtio git repo:Peter Grehan
2011-11-18Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan