aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)Author
2023-11-08virtio-mmio: fix memory leak of vm_devMaximilian Heyne
2023-11-08virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan
2023-09-19virtio_ring: fix avail_wrap_counter in virtqueue_add_packedYuan Yao
2023-08-26virtio-mmio: don't break lifecycle of vm_devWolfram Sang
2023-08-26virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin
2022-07-21virtio_mmio: Restore guest page size on resumeStephan Gerhold
2022-07-21virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold
2022-06-22virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo
2022-06-22virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao
2022-03-16virtio: acknowledge all features before accessMichael S. Tsirkin
2022-03-16virtio: unexport virtio_finalize_featuresMichael S. Tsirkin
2022-01-27virtio_ring: mark ring unused on errorMichael S. Tsirkin
2021-12-22virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon
2021-11-18virtio_ring: check desc == NULL when using indirect with packedXuan Zhuo
2021-10-20virtio: write back F_VERSION_1 before validateHalil Pasic
2021-09-03virtio_vdpa: reject invalid vq indicesVincent Whitchurch
2021-09-03virtio_pci: Support surprise removal of virtio pci deviceParav Pandit
2021-09-03virtio: Improve vq->broken access to avoid any compiler optimizationParav Pandit
2021-08-26virtio: Protect vqs list accessParav Pandit
2020-12-30virtio_ring: Fix two use after free bugsDan Carpenter
2020-12-30virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()Dan Carpenter
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel
2020-10-21virtio-mem: Constify mem_id_tableRikard Falkeborn
2020-10-21virtio_input: Constify id_tableRikard Falkeborn
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-13virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand
2020-09-16Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard
2020-09-10virtio: Implement get_shm_region for MMIO transportSebastien Boeuf
2020-09-10virtio: Implement get_shm_region for PCI transportSebastien Boeuf
2020-08-19virtio: fix build for configs without dma-bufsDavid Stevens
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang
2020-08-05virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan
2020-08-05virtio_mem: convert to LE accessorsMichael S. Tsirkin
2020-08-05virtio_input: convert to LE accessorsMichael S. Tsirkin
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-07-30virtio-mem: Fix build error due to improper use 'select'Weilong Chen
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin