summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck-1/+1
2020-04-17virtio-balloon: make virtballoon_free_page_report() staticJason Yan-1/+1
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin-1/+1
2020-04-17virtio_input: pull in slab.hMichael S. Tsirkin-0/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+410
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand-56/+47
2020-04-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck-0/+65
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck-6/+17
2020-04-07virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO...Michael S. Tsirkin-44/+63
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin-1800/+0
2020-04-02virtio: Intel IFC VF driver for VDPAZhu Lingshan-0/+957
2020-04-02vdpasim: vDPA device simulatorJason Wang-0/+651
2020-04-01virtio: introduce a vDPA based transportJason Wang-0/+410
2020-04-01vDPA: introduce vDPA busJason Wang-0/+192
2020-03-23virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand-63/+44
2020-03-08virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor-1/+1
2020-03-08virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna-2/+2
2020-02-06virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand-4/+9
2020-02-06virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand-0/+4
2020-02-06virtio_balloon: prevent pfn array overflowMichael S. Tsirkin-0/+2
2020-02-06virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp-1/+1
2020-02-06virtio-balloon: initialize all vq callbacksDaniel Verkamp-0/+2
2020-02-06virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li-12/+3
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin-4/+5
2019-12-11virtio_balloon: name cleanupsMichael S. Tsirkin-12/+12
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand-0/+11
2019-11-20virtio_balloon: fix shrinker countWei Wang-1/+1
2019-11-20virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin-6/+12
2019-11-19virtio_ring: fix return code on DMA mapping failsHalil Pasic-2/+2
2019-10-28virtio_ring: fix stalls for packed ringsMarvin Liu-4/+3
2019-09-09virtio_ring: fix unmap of indirect descriptorsMatthias Lange-2/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-9/+4
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+11
2019-07-11virtio-mmio: add error check for platform_get_irqIhor Matushchak-1/+6
2019-07-05virtio-pmem: Add virtio pmem driverPankaj Gupta-0/+11
2019-05-27virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro-4/+4
2019-05-25vfs: Convert virtio_balloon to use the new mount APIDavid Howells-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro-2/+1
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-20balloon: don't bother with dentry_operationsAl Viro-5/+1
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