summaryrefslogtreecommitdiff
path: root/drivers/virtio
Commit message (Expand)AuthorAge
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-02
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-02
|\ \ | |/ |/|
| * virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-27
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-27
| * virtio_pci: simplify MSI-X setupChristoph Hellwig2017-02-27
| * virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-27
| * virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig2017-02-27
| * virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig2017-02-27
| * virtio_mmio: expose header to userspaceMichael S. Tsirkin2017-02-27
* | mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie2017-02-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-07
|\ \ | |/
| * Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin2017-02-03
* | virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend2017-02-07
|/
* vring: Force use of DMA API for ARM-based systems with legacy devicesWill Deacon2017-01-25
* virtio_mmio: Set DMA masks appropriatelyRobin Murphy2017-01-25
* virtio_mmio: Set dev.release() to avoid warningYuan Liu2016-12-16
* virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi2016-12-16
* virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig2016-12-16
* virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig2016-12-16
* virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig2016-12-16
* virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-12-16
* virtio: clean up handling of request_irq failureMichael S. Tsirkin2016-12-16
* virtio_ring: fix complaint by sparseGonglei2016-12-15
* virtio_pci_modern: fix complaint by sparseGonglei2016-12-15
* Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-18
|\
| * virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin2016-10-31
| * virtio: remove config.cJuergen Gross2016-10-31
| * virtio: update balloon size in balloon "probe"Konstantin Neumoin2016-10-31
| * virtio_ring: Make interrupt suppression spec compliantLadi Prosek2016-10-31
| * virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon2016-10-31
* | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-24
|/
* virtio: mark vring_dma_dev() staticBaoyou Xie2016-09-09
* virtio: fix error handling for debug buildsMichael S. Tsirkin2016-08-09
* virtio: fix memory leak in virtqueue_add()Wei Yongjun2016-08-09
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-06
|\
| * virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin2016-08-01
| * balloon: check the number of available pages in leak balloonKonstantin Neumoin2016-08-01
* | mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-26
* | mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-26
|/
* virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin2016-05-22
* virtio: Silence uninitialized variable warningDan Carpenter2016-05-01
* virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin2016-04-07
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-20
|\
| * virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek2016-03-11
| * virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek2016-03-11
| * vring: Use the DMA API on XenAndy Lutomirski2016-03-02
| * virtio_pci: Use the DMA API if enabledAndy Lutomirski2016-03-02
| * virtio_mmio: Use the DMA API if enabledAndy Lutomirski2016-03-02
| * virtio: Add improved queue allocation APIAndy Lutomirski2016-03-02