summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtqueue.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: Support non-legacy network device and queueJessica Clarke2020-06-081-0/+1
* Add more virtqueue getter methodsBryan Venteicher2018-02-191-0/+27
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add virtio bus 'poll' method allowing us to inform backend we areRuslan Bukin2014-12-121-1/+4
* print additional debugging info in virtqueue_dump()Luigi Rizzo2014-08-161-2/+4
* Add accessor to get the number of free descriptors in the virtqueueBryan Venteicher2014-07-101-0/+7
* Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher2014-06-161-1/+0
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-011-0/+1
* Fix unintended compiler constant foldingBryan Venteicher2013-09-031-2/+2
* Add support for postponing VirtIO virtqueue interruptsBryan Venteicher2013-09-011-11/+21
* Merge virtio_pci changes from projects/virtioBryan Venteicher2013-07-041-4/+1
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-4/+13
* Patch from Bryan to fix a virtqueue issue:Peter Grehan2012-10-111-4/+3
* Relax requirement of certain mb()sPeter Grehan2012-09-131-2/+2
* Various VirtIO improvementsPeter Grehan2012-07-111-46/+41
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-15/+69
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+755