summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2019-12-18Merge tag 'v4.14.159' into 4.14-2.0.x-imxMarcel Ziswiler
2019-12-17virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand
2019-12-01virtio_ring: fix return code on DMA mapping failsHalil Pasic
2019-07-12Merge tag 'v4.14.126' into 4.14-2.0.x-imxMax Krummenacher
2019-05-10virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng
2019-05-08Merge branch 'linux-4.14.y_for_4.14-2.0.x-imx' into 4.14-2.0.x-imxPhilippe Schenker
2019-04-17virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck
2019-02-12MLK-20780 virtio_ring: check dma_mem for xen_domainPeng Fan
2018-10-13virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek
2018-10-13virtio_balloon: fix deadlock on OOMMichael S. Tsirkin
2018-09-15virtio: pci-legacy: Validate queue pfnSuzuki K Poulose
2018-08-06virtio_balloon: fix another race between migration and ballooningJiang Biao
2018-03-15virtio_ring: fix num_free handling in error caseTiwei Bie
2017-12-14virtio: release virtio index when fail to device_registerweiping zhang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig
2017-08-24scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Richard W.M. Jones
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-25virtio-balloon: coding format cleanupWei Wang
2017-07-25virtio-balloon: deflate via a page listLiang Li
2017-07-24virtio_ring: allow to store zero as the ctxJason Wang
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