summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtqueue.h
AgeCommit message (Expand)Author
2023-09-18virtio: use bool for boolean functionsMina Galić
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-01-19virtio: Add modern (v1) virtqueue supportBryan Venteicher
2021-01-19virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher
2018-02-19Add more virtqueue getter methodsBryan Venteicher
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2013-09-01Add support for postponing VirtIO virtqueue interruptsBryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2013-07-04Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher
2012-07-11Various VirtIO improvementsPeter Grehan
2012-07-03Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien
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