summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2024-06-16virtio: delete vq in vp_find_vqs_msix() when request_irq() failsJiri Pirko1-1/+3
2024-04-13virtio: reenable config if freezing device failedDavid Hildenbrand1-2/+8
2023-11-08virtio-mmio: fix memory leak of vm_devMaximilian Heyne1-5/+14
2023-11-08virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan1-1/+5
2023-09-23virtio_ring: fix avail_wrap_counter in virtqueue_add_packedYuan Yao1-1/+1
2023-08-30virtio-mmio: don't break lifecycle of vm_devWolfram Sang1-3/+2
2023-08-30virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin1-2/+1
2023-08-30virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li1-12/+3
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2022-07-21virtio_mmio: Restore guest page size on resumeStephan Gerhold1-0/+3
2022-07-21virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold1-0/+23
2022-06-22virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo1-2/+1
2022-06-22virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao1-0/+1
2022-03-16virtio: acknowledge all features before accessMichael S. Tsirkin1-17/+21
2022-03-16virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-2/+1
2021-12-22virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon1-1/+1
2021-10-20virtio: write back F_VERSION_1 before validateHalil Pasic1-0/+11
2021-09-03virtio_pci: Support surprise removal of virtio pci deviceParav Pandit1-0/+7
2021-09-03virtio: Improve vq->broken access to avoid any compiler optimizationParav Pandit1-2/+4
2021-08-26virtio: Protect vqs list accessParav Pandit2-0/+9
2020-12-30virtio_ring: Fix two use after free bugsDan Carpenter1-2/+2
2020-12-30virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()Dan Carpenter1-2/+2
2020-08-26virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan1-0/+3
2020-08-05virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin1-1/+5
2020-03-18virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna1-2/+2
2020-03-18virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor1-1/+1
2020-02-24virtio_balloon: prevent pfn array overflowMichael S. Tsirkin1-0/+2
2020-02-11virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand1-4/+9
2020-02-11virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand1-0/+4
2020-02-11virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp1-1/+1
2020-02-11virtio-balloon: initialize all vq callbacksDaniel Verkamp1-0/+2
2019-12-17virtio-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/v...Linus Torvalds1-9/+4
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2019-07-11virtio-mmio: add error check for platform_get_irqIhor Matushchak1-1/+6
2019-07-06virtio-pmem: Add virtio pmem driverPankaj Gupta1-0/+11
2019-05-27virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro1-4/+4
2019-05-26vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-26mount_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