summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2019-05-27virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro-4/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner-28/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner-21/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2019-05-12virtio/virtio_ring: do some comment fixesJiang Biao-13/+14
2019-05-12virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packedYueHaibing-0/+1
2019-04-08virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck-0/+2
2019-04-08virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng-3/+5
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck-0/+2
2019-03-06virtio_balloon: remove the unnecessary 0-initializationWei Wang-1/+0
2019-03-06virtio-balloon: improve update_balloon_size_funcWei Wang-1/+4
2019-03-06virtio: Introduce virtio_max_dma_size()Joerg Roedel-0/+11
2019-02-05virtio: drop internal struct from UAPIMichael S. Tsirkin-1/+6
2019-01-24virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie-0/+8
2019-01-14virtio-balloon: tweak config_changed implementationWei Wang-33/+65
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang-2/+7
2019-01-14virtio_pci: use queue idx instead of array idx to set up the vqWei Wang-4/+4
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+4
2018-12-19virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang-2/+4
2018-11-26virtio_ring: advertize packed ring layoutTiwei Bie-0/+2
2018-11-26virtio_ring: leverage event idx in packed ringTiwei Bie-6/+71
2018-11-26virtio_ring: introduce packed ring supportTiwei Bie-30/+870
2018-11-26virtio_ring: cache whether we will use DMA APITiwei Bie-4/+8
2018-11-26virtio_ring: extract split ring handling from ring creationTiwei Bie-99/+121
2018-11-26virtio_ring: allocate desc state for split ring separatelyTiwei Bie-18/+27
2018-11-26virtio_ring: introduce helper for indirect featureTiwei Bie-3/+13
2018-11-26virtio_ring: introduce debug helpersTiwei Bie-22/+27
2018-11-26virtio_ring: put split ring fields in a sub structTiwei Bie-65/+91
2018-11-26virtio_ring: put split ring functions togetherTiwei Bie-254/+271
2018-11-26virtio_ring: add _split suffix for split ring functionsTiwei Bie-96/+155
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang-0/+10
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang-33/+331
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-62/+97
2018-08-22virtio: pci-legacy: Validate queue pfnSuzuki K Poulose-2/+12
2018-08-22virtio: mmio-v1: Validate queue PFNSuzuki K Poulose-2/+18
2018-08-22virtio_balloon: replace oom notifier with shrinkerWei Wang-51/+59
2018-08-22virtio-balloon: kzalloc the vb structWei Wang-4/+1
2018-08-22virtio-balloon: remove BUG() in init_vqsWei Wang-3/+7
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto-5/+4
2018-07-30virtio_balloon: fix another race between migration and ballooningJiang Biao-0/+2
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+44
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+4
2018-06-12virtio_pci: support enabling VFsTiwei Bie-0/+44
2018-04-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+6
2018-04-10virtio_balloon: export hugetlb page allocation countsJonathan Helman-0/+6
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap-1/+0
2018-03-01virtio_ring: fix num_free handling in error caseTiwei Bie-2/+0
2018-02-01virtio_pci: don't kfree device on register failureweiping zhang-2/+6