aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-14virtio_mmio: fix devm cleanupMark Rutland1-34/+9
2017-12-07virtio_mmio: add cleanup for virtio_mmio_removeweiping zhang1-0/+6
2017-12-07virtio_mmio: add cleanup for virtio_mmio_probeweiping zhang1-10/+41
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek1-2/+1
2017-12-01virtio: release virtio index when fail to device_registerweiping zhang1-0/+2
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-5/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig1-3/+7
2017-08-24scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Richard W.M. Jones1-2/+3
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+12
2017-07-25virtio-balloon: coding format cleanupWei Wang1-2/+4
2017-07-25virtio-balloon: deflate via a page listLiang Li1-14/+8
2017-07-24virtio_ring: allow to store zero as the ctxJason Wang1-1/+1
2017-06-18virtio_balloon: disable VIOMMU supportMichael S. Tsirkin1-0/+7
2017-05-02virtio: allow extra context per descriptorMichael S. Tsirkin1-13/+57
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin6-17/+35
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin2-4/+2
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier1-3/+6
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin4-43/+122
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin2-112/+148
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin4-4/+7
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin1-17/+15
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin1-5/+4
2017-04-07virtio: allow drivers to validate featuresMichael S. Tsirkin1-0/+6
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek1-0/+2
2017-03-28virtio_pci: fix out of bound access for msix_namesJason Wang1-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-279/+184
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig4-0/+16
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig6-17/+23
2017-02-27virtio_pci: simplify MSI-X setupChristoph Hellwig1-17/+18
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig4-7/+4
2017-02-27virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig2-145/+106
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig4-115/+39
2017-02-27virtio_mmio: expose header to userspaceMichael S. Tsirkin1-1/+1
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie1-0/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+0
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend1-19/+23
2017-02-03Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin1-7/+0
2017-01-25vring: Force use of DMA API for ARM-based systems with legacy devicesWill Deacon1-0/+7
2017-01-25virtio_mmio: Set DMA masks appropriatelyRobin Murphy1-1/+19
2016-12-16virtio_mmio: Set dev.release() to avoid warningYuan Liu1-0/+2