aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/pci
Commit message (Expand)AuthorAgeFilesLines
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* virtio_pci: fix announcement of MSI-X interrupts for queuesAndriy Gapon2016-11-241-1/+2
* Hide virtio features negotiation messages under bootverbose.Alexander Motin2015-03-151-1/+1
* Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher2014-06-161-1/+0
* Remove kernel specific macro out of the VirtIO PCI header fileBryan Venteicher2014-06-162-2/+4
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-011-0/+1
* Add optional VirtIO device method for post-attach notificationsBryan Venteicher2013-09-011-1/+3
* Merge virtio_pci changes from projects/virtioBryan Venteicher2013-07-041-192/+241
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-4/+1
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-36/+52
* Various VirtIO improvementsPeter Grehan2012-07-112-220/+401
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-1/+1
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIJohn Baldwin2012-03-031-2/+2
* Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan2011-12-061-1/+24
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-182-0/+1145