summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-027-279/+184
|\ \ | |/ |/|
| * virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-274-0/+16
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-276-17/+23
| * virtio_pci: simplify MSI-X setupChristoph Hellwig2017-02-271-17/+18
| * virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-274-7/+4
| * virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig2017-02-272-145/+106
| * virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig2017-02-274-115/+39
| * virtio_mmio: expose header to userspaceMichael S. Tsirkin2017-02-271-1/+1
* | 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