aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)Author
2020-08-21virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin
2020-08-03virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas
2020-05-21virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna
2020-05-15virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor
2020-05-15virtio_balloon: prevent pfn array overflowMichael S. Tsirkin
2020-05-04virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand
2020-05-04virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand
2020-05-04virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp
2020-05-04virtio-balloon: initialize all vq callbacksDaniel Verkamp
2020-01-31virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand
2020-01-09virtio_balloon: fix shrinker countWei Wang
2020-01-09virtio_ring: fix return code on DMA mapping failsHalil Pasic
2019-12-10virtio_ring: fix stalls for packed ringsMarvin Liu
2019-08-06virtio-mmio: add error check for platform_get_irqIhor Matushchak
2019-05-27virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-12virtio/virtio_ring: do some comment fixesJiang Biao
2019-05-12virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packedYueHaibing
2019-04-08virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck
2019-04-08virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck
2019-03-06virtio_balloon: remove the unnecessary 0-initializationWei Wang
2019-03-06virtio-balloon: improve update_balloon_size_funcWei Wang
2019-03-06virtio: Introduce virtio_max_dma_size()Joerg Roedel
2019-02-05virtio: drop internal struct from UAPIMichael S. Tsirkin
2019-01-24virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie
2019-01-14virtio-balloon: tweak config_changed implementationWei Wang
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang
2019-01-14virtio_pci: use queue idx instead of array idx to set up the vqWei Wang
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-12-19virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang
2018-11-26virtio_ring: advertize packed ring layoutTiwei Bie
2018-11-26virtio_ring: leverage event idx in packed ringTiwei Bie
2018-11-26virtio_ring: introduce packed ring supportTiwei Bie
2018-11-26virtio_ring: cache whether we will use DMA APITiwei Bie
2018-11-26virtio_ring: extract split ring handling from ring creationTiwei Bie
2018-11-26virtio_ring: allocate desc state for split ring separatelyTiwei Bie
2018-11-26virtio_ring: introduce helper for indirect featureTiwei Bie
2018-11-26virtio_ring: introduce debug helpersTiwei Bie
2018-11-26virtio_ring: put split ring fields in a sub structTiwei Bie
2018-11-26virtio_ring: put split ring functions togetherTiwei Bie
2018-11-26virtio_ring: add _split suffix for split ring functionsTiwei Bie
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-08-22virtio: pci-legacy: Validate queue pfnSuzuki K Poulose
2018-08-22virtio: mmio-v1: Validate queue PFNSuzuki K Poulose