aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+7
2017-08-25virtio_pci: fix cpu affinity supportGravatar Christoph Hellwig 1-3/+7
2017-08-24scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Gravatar Richard W.M. Jones 1-2/+3
2017-08-24x86/lguest: Remove lguest supportGravatar Juergen Gross 1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+12
2017-07-25virtio-balloon: coding format cleanupGravatar Wei Wang 1-2/+4
2017-07-25virtio-balloon: deflate via a page listGravatar Liang Li 1-14/+8
2017-07-24virtio_ring: allow to store zero as the ctxGravatar Jason Wang 1-1/+1
2017-06-18virtio_balloon: disable VIOMMU supportGravatar Michael S. Tsirkin 1-0/+7
2017-05-02virtio: allow extra context per descriptorGravatar Michael S. Tsirkin 1-13/+57
2017-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 6-17/+35
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 2-4/+2
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptGravatar Marc Zyngier 1-3/+6
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Gravatar Michael S. Tsirkin 4-43/+122
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Gravatar Michael S. Tsirkin 2-112/+148
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Gravatar Michael S. Tsirkin 4-4/+7
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Gravatar Michael S. Tsirkin 1-17/+15
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Gravatar Michael S. Tsirkin 1-5/+4
2017-04-07virtio: allow drivers to validate featuresGravatar Michael S. Tsirkin 1-0/+6
2017-03-28virtio_balloon: prevent uninitialized variable useGravatar Arnd Bergmann 1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersGravatar Ladi Prosek 1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqGravatar Ladi Prosek 1-0/+2
2017-03-28virtio_pci: fix out of bound access for msix_namesGravatar Jason Wang 1-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 7-279/+184
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Gravatar Ingo Molnar 1-0/+1
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueGravatar Christoph Hellwig 4-0/+16
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 6-17/+23
2017-02-27virtio_pci: simplify MSI-X setupGravatar Christoph Hellwig 1-17/+18
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devGravatar Christoph Hellwig 4-7/+4
2017-02-27virtio_pci: use shared interrupts for virtqueuesGravatar Christoph Hellwig 2-145/+106
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoGravatar Christoph Hellwig 4-115/+39
2017-02-27virtio_mmio: expose header to userspaceGravatar Michael S. Tsirkin 1-1/+1
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceGravatar Yisheng Xie 1-0/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+0
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicGravatar John Fastabend 1-19/+23
2017-02-03Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Gravatar Michael S. Tsirkin 1-7/+0
2017-01-25vring: Force use of DMA API for ARM-based systems with legacy devicesGravatar Will Deacon 1-0/+7
2017-01-25virtio_mmio: Set DMA masks appropriatelyGravatar Robin Murphy 1-1/+19
2016-12-16virtio_mmio: Set dev.release() to avoid warningGravatar Yuan Liu 1-0/+2
2016-12-16virtio_ring: fix description of virtqueue_get_bufGravatar Felipe Franciosi 1-1/+1
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsGravatar Christoph Hellwig 1-40/+57
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsGravatar Christoph Hellwig 1-34/+27
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsGravatar Christoph Hellwig 1-1/+0
2016-12-16virtio_pci: use pci_alloc_irq_vectorsGravatar Christoph Hellwig 2-26/+17
2016-12-16virtio: clean up handling of request_irq failureGravatar Michael S. Tsirkin 1-3/+1
2016-12-15virtio_ring: fix complaint by sparseGravatar Gonglei 1-2/+2