summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-083-0/+410
|\
| * virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO...Michael S. Tsirkin2020-04-071-44/+63
| * vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-0211-1800/+0
| * virtio: Intel IFC VF driver for VDPAZhu Lingshan2020-04-026-0/+957
| * vdpasim: vDPA device simulatorJason Wang2020-04-024-0/+651
| * virtio: introduce a vDPA based transportJason Wang2020-04-013-0/+410
| * vDPA: introduce vDPA busJason Wang2020-04-015-0/+192
| * virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand2020-03-231-63/+44
* | virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand2020-04-071-56/+47
* | virtio-balloon: add support for providing free page reports to hostAlexander Duyck2020-04-072-0/+65
* | virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck2020-04-071-6/+17
|/
* virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor2020-03-081-1/+1
* virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna2020-03-081-2/+2
* virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand2020-02-061-4/+9
* virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand2020-02-061-0/+4
* virtio_balloon: prevent pfn array overflowMichael S. Tsirkin2020-02-061-0/+2
* virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp2020-02-061-1/+1
* virtio-balloon: initialize all vq callbacksDaniel Verkamp2020-02-061-0/+2
* virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li2020-02-061-12/+3
* virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin2019-12-111-4/+5
* virtio_balloon: name cleanupsMichael S. Tsirkin2019-12-111-12/+12
* virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand2019-12-111-0/+11
* virtio_balloon: fix shrinker countWei Wang2019-11-201-1/+1
* virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin2019-11-201-6/+12
* virtio_ring: fix return code on DMA mapping failsHalil Pasic2019-11-191-2/+2
* virtio_ring: fix stalls for packed ringsMarvin Liu2019-10-281-4/+3
* virtio_ring: fix unmap of indirect descriptorsMatthias Lange2019-09-091-2/+6
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+4
|\
| * vfs: Convert virtio_balloon to use the new mount APIDavid Howells2019-05-251-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1
| * balloon: don't bother with dentry_operationsAl Viro2019-05-201-5/+1
* | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-0/+11
|\ \
| * | virtio-pmem: Add virtio pmem driverPankaj Gupta2019-07-051-0/+11
* | | virtio-mmio: add error check for platform_get_irqIhor Matushchak2019-07-111-1/+6
|/ /
* | virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro2019-05-271-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-242-28/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner2019-05-245-21/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
|/
* virtio/virtio_ring: do some comment fixesJiang Biao2019-05-121-13/+14
* virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packedYueHaibing2019-05-121-0/+1
* virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck2019-04-081-0/+2
* virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng2019-04-081-3/+5
* virtio: hint if callbacks surprisingly might sleepCornelia Huck2019-03-061-0/+2
* virtio_balloon: remove the unnecessary 0-initializationWei Wang2019-03-061-1/+0
* virtio-balloon: improve update_balloon_size_funcWei Wang2019-03-061-1/+4
* virtio: Introduce virtio_max_dma_size()Joerg Roedel2019-03-061-0/+11
* virtio: drop internal struct from UAPIMichael S. Tsirkin2019-02-051-1/+6
* virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie2019-01-241-0/+8
* virtio-balloon: tweak config_changed implementationWei Wang2019-01-141-33/+65