summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie2017-02-241-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-7/+0
|\
| * Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin2017-02-031-7/+0
* | virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend2017-02-071-19/+23
|/
* vring: Force use of DMA API for ARM-based systems with legacy devicesWill Deacon2017-01-251-0/+7
* virtio_mmio: Set DMA masks appropriatelyRobin Murphy2017-01-251-1/+19
* virtio_mmio: Set dev.release() to avoid warningYuan Liu2016-12-161-0/+2
* virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi2016-12-161-1/+1
* virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig2016-12-161-40/+57
* virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig2016-12-161-34/+27
* virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig2016-12-161-1/+0
* virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-12-162-26/+17
* virtio: clean up handling of request_irq failureMichael S. Tsirkin2016-12-161-3/+1
* virtio_ring: fix complaint by sparseGonglei2016-12-151-2/+2
* virtio_pci_modern: fix complaint by sparseGonglei2016-12-151-4/+4
* Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-184-22/+24
|\
| * virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin2016-10-311-1/+1
| * virtio: remove config.cJuergen Gross2016-10-311-12/+0
| * virtio: update balloon size in balloon "probe"Konstantin Neumoin2016-10-311-0/+2
| * virtio_ring: Make interrupt suppression spec compliantLadi Prosek2016-10-311-5/+9
| * virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon2016-10-311-4/+12
* | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
|/
* virtio: mark vring_dma_dev() staticBaoyou Xie2016-09-091-1/+1
* virtio: fix error handling for debug buildsMichael S. Tsirkin2016-08-091-0/+1
* virtio: fix memory leak in virtqueue_add()Wei Yongjun2016-08-091-0/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-062-1/+16
|\
| * virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin2016-08-011-1/+14
| * balloon: check the number of available pages in leak balloonKonstantin Neumoin2016-08-011-0/+2
* | mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-261-1/+1
* | mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-261-6/+48
|/
* virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin2016-05-221-8/+12
* virtio: Silence uninitialized variable warningDan Carpenter2016-05-011-1/+1
* virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin2016-04-071-3/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-207-252/+487
|\
| * virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek2016-03-111-15/+21
| * virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek2016-03-111-57/+51
| * vring: Use the DMA API on XenAndy Lutomirski2016-03-021-0/+12
| * virtio_pci: Use the DMA API if enabledAndy Lutomirski2016-03-023-76/+33
| * virtio_mmio: Use the DMA API if enabledAndy Lutomirski2016-03-021-52/+15
| * virtio: Add improved queue allocation APIAndy Lutomirski2016-03-021-30/+179
| * virtio_ring: Support DMA APIsAndy Lutomirski2016-03-022-36/+166
| * vring: Introduce vring_use_dma_api()Andy Lutomirski2016-03-021-0/+24
* | virtio_balloon: export 'available' memory to balloon statisticsIgor Redko2016-03-171-0/+6
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+1
|\ \ | |/ |/|
| * PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-081-1/+1
* | virtio-pci: read the right virtio_pci_notify_cap fieldLadi Prosek2016-03-021-1/+1
* | virtio_pci: fix use after free on releaseMichael S. Tsirkin2016-01-261-0/+2
|/
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-126-7/+7
* virtio_balloon: fix race by fill and leakMinchan Kim2016-01-121-1/+1
* virtio_ring: use virt_store_mbMichael S. Tsirkin2016-01-121-6/+9