summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
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/+22
2022-03-16virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-2/+1
2022-01-27virtio_ring: mark ring unused on errorMichael S. Tsirkin1-1/+3
2021-12-22virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon1-1/+1
2021-11-18virtio_ring: check desc == NULL when using indirect with packedXuan Zhuo1-3/+11
2021-10-20virtio: write back F_VERSION_1 before validateHalil Pasic1-0/+11
2021-09-03virtio_vdpa: reject invalid vq indicesVincent Whitchurch1-0/+3
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-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-3/+24
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel2-0/+21
2020-10-21virtio-mem: Constify mem_id_tableRikard Falkeborn1-1/+1
2020-10-21virtio_input: Constify id_tableRikard Falkeborn1-1/+1
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn1-1/+1
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand1-1/+2
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand1-1/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-0/+228
2020-10-14virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand1-39/+8
2020-09-16Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard2-0/+126
2020-09-10virtio: Implement get_shm_region for MMIO transportSebastien Boeuf1-0/+31
2020-09-10virtio: Implement get_shm_region for PCI transportSebastien Boeuf1-0/+95
2020-08-19virtio: fix build for configs without dma-bufsDavid Stevens3-1/+12
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard6-64/+57
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens3-1/+92
2020-08-15virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-58/+51
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang1-0/+1
2020-08-05virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan1-0/+3
2020-08-05virtio_mem: convert to LE accessorsMichael S. Tsirkin1-15/+15
2020-08-05virtio_input: convert to LE accessorsMichael S. Tsirkin1-16/+16
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin1-17/+9
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin1-6/+3
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-1/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2-2/+2
2020-07-30virtio-mem: Fix build error due to improper use 'select'Weilong Chen1-1/+1
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin1-1/+5
2020-07-29virtio-balloon: Document byte ordering of poison_valAlexander Duyck1-0/+5
2020-07-25Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-06-22virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand1-3/+22