aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)Author
2017-06-18virtio_balloon: disable VIOMMU supportMichael S. Tsirkin
2017-05-02virtio: allow extra context per descriptorMichael S. Tsirkin
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin
2017-04-07virtio: allow drivers to validate featuresMichael S. Tsirkin
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek
2017-03-28virtio_pci: fix out of bound access for msix_namesJason Wang
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-02-27virtio_pci: simplify MSI-X setupChristoph Hellwig
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig
2017-02-27virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig
2017-02-27virtio_mmio: expose header to userspaceMichael S. Tsirkin
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend
2017-02-03Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin
2017-01-25vring: Force use of DMA API for ARM-based systems with legacy devicesWill Deacon
2017-01-25virtio_mmio: Set DMA masks appropriatelyRobin Murphy
2016-12-16virtio_mmio: Set dev.release() to avoid warningYuan Liu
2016-12-16virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig
2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin
2016-12-15virtio_ring: fix complaint by sparseGonglei
2016-12-15virtio_pci_modern: fix complaint by sparseGonglei
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet
2016-10-31virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin
2016-10-31virtio: remove config.cJuergen Gross
2016-10-31virtio: update balloon size in balloon "probe"Konstantin Neumoin
2016-10-31virtio_ring: Make interrupt suppression spec compliantLadi Prosek
2016-10-31virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-09-09virtio: mark vring_dma_dev() staticBaoyou Xie
2016-08-09virtio: fix error handling for debug buildsMichael S. Tsirkin
2016-08-09virtio: fix memory leak in virtqueue_add()Wei Yongjun