aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtqueue.h
Commit message (Expand)AuthorAgeFilesLines
* virtio: use bool for boolean functionsMina Galić2023-09-181-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* virtio: Add modern (v1) virtqueue supportBryan Venteicher2021-01-191-2/+0
* virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher2021-01-191-2/+2
* Add more virtqueue getter methodsBryan Venteicher2018-02-191-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add accessor to get the number of free descriptors in the virtqueueBryan Venteicher2014-07-101-0/+1
* Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher2014-06-161-6/+0
* Add support for postponing VirtIO virtqueue interruptsBryan Venteicher2013-09-011-1/+11
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-2/+3
* Various VirtIO improvementsPeter Grehan2012-07-111-5/+1
* Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien2012-07-031-2/+0
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-0/+1
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+98