aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin1-4/+5
2019-12-11virtio_balloon: name cleanupsMichael S. Tsirkin1-12/+12
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand1-0/+11
2019-11-20virtio_balloon: fix shrinker countWei Wang1-1/+1
2019-11-20virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin1-6/+12
2019-11-19virtio_ring: fix return code on DMA mapping failsHalil Pasic1-2/+2
2019-10-28virtio_ring: fix stalls for packed ringsMarvin Liu1-4/+3
2019-09-09virtio_ring: fix unmap of indirect descriptorsMatthias Lange1-2/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+4
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+11
2019-07-11virtio-mmio: add error check for platform_get_irqIhor Matushchak1-1/+6
2019-07-05virtio-pmem: Add virtio pmem driverPankaj Gupta1-0/+11
2019-05-27virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro1-4/+4
2019-05-25vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2-28/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner5-21/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-20balloon: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-12virtio/virtio_ring: do some comment fixesJiang Biao1-13/+14
2019-05-12virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packedYueHaibing1-0/+1
2019-04-08virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck1-0/+2
2019-04-08virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng1-3/+5
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck1-0/+2
2019-03-06virtio_balloon: remove the unnecessary 0-initializationWei Wang1-1/+0
2019-03-06virtio-balloon: improve update_balloon_size_funcWei Wang1-1/+4
2019-03-06virtio: Introduce virtio_max_dma_size()Joerg Roedel1-0/+11
2019-02-05virtio: drop internal struct from UAPIMichael S. Tsirkin1-1/+6
2019-01-24virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie1-0/+8
2019-01-14virtio-balloon: tweak config_changed implementationWei Wang1-33/+65
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang1-2/+7
2019-01-14virtio_pci: use queue idx instead of array idx to set up the vqWei Wang1-4/+4
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+4
2018-12-19virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang1-2/+4
2018-11-26virtio_ring: advertize packed ring layoutTiwei Bie1-0/+2
2018-11-26virtio_ring: leverage event idx in packed ringTiwei Bie1-6/+71
2018-11-26virtio_ring: introduce packed ring supportTiwei Bie1-30/+870
2018-11-26virtio_ring: cache whether we will use DMA APITiwei Bie1-4/+8
2018-11-26virtio_ring: extract split ring handling from ring creationTiwei Bie1-99/+121
2018-11-26virtio_ring: allocate desc state for split ring separatelyTiwei Bie1-18/+27
2018-11-26virtio_ring: introduce helper for indirect featureTiwei Bie1-3/+13
2018-11-26virtio_ring: introduce debug helpersTiwei Bie1-22/+27
2018-11-26virtio_ring: put split ring fields in a sub structTiwei Bie1-65/+91
2018-11-26virtio_ring: put split ring functions togetherTiwei Bie1-254/+271
2018-11-26virtio_ring: add _split suffix for split ring functionsTiwei Bie1-96/+155
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang1-0/+10
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-33/+331
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-62/+97
2018-08-22virtio: pci-legacy: Validate queue pfnSuzuki K Poulose1-2/+12