summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-44/+123
11 daysvirtio-pci: Check if is_avq is NULLLi Zhang1-1/+1
11 daysvirtio: delete vq in vp_find_vqs_msix() when request_irq() failsJiri Pirko1-1/+3
11 daysvirtio: mem: drop owner assignmentKrzysztof Kozlowski1-1/+0
11 daysvirtio: input: drop owner assignmentKrzysztof Kozlowski1-1/+0
11 daysvirtio: balloon: drop owner assignmentKrzysztof Kozlowski1-1/+0
11 daysvirtio_balloon: Treat stats requests as wakeup eventsDavid Stevens1-29/+46
11 daysvirtio_balloon: Give the balloon its own wakeup sourceDavid Stevens1-2/+11
11 daysvirtio-mem: support suspend+resumeDavid Hildenbrand1-6/+62
14 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-14virtio_ring: enable premapped mode whatever use_dma_apiXuan Zhuo1-6/+1
2024-05-01virtio-mmio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko4-0/+133
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-08virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski1-2/+4
2024-03-19virtio: packed: fix unmap leak for indirect desc tableXuan Zhuo1-3/+3
2024-03-19virtio: make virtio_bus constRicardo B. Marliere1-1/+1
2024-03-19virtio_vdpa: create vqs with the actual sizeZhu Lingshan1-1/+4
2024-03-19virtio: reenable config if freezing device failedDavid Hildenbrand1-1/+3
2024-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-11/+80
2024-01-19Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds8-8/+618
2024-01-10virtio_balloon: stay awake while adjusting balloonDavid Stevens1-10/+47
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-5/+5
2023-12-28virtio: Add support for no-reset virtio PCI PMDavid Stevens1-1/+33
2023-12-19virtio-pci: Introduce APIs to execute legacy IO admin commandsYishai Hadas4-0/+258
2023-12-19virtio-pci: Initialize the supported admin commandsYishai Hadas3-2/+71
2023-12-19virtio-pci: Introduce admin command sending functionFeng Liu2-2/+147
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu5-8/+146
2023-12-04virtio_ring: fix syncs DMA memory with different directionXuan Zhuo1-4/+2
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+7
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-3/+43
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+14
2023-11-01virtio_pci: Switch away from deprecated irq_set_affinity_hintJakub Sitnicki1-3/+3
2023-11-01virtio_pci: move structure to a headerMichael S. Tsirkin1-3/+4
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu1-1/+1
2023-11-01virtio_pci: add check for common cfg sizeXuan Zhuo2-1/+37
2023-11-01virtio_pci: add build offset check for the new common cfg itemsXuan Zhuo1-0/+4
2023-11-01virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu1-1/+1
2023-10-18virtio_pci: fix the common cfg map sizeXuan Zhuo1-1/+1
2023-10-18virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan1-1/+5
2023-10-18virtio-mmio: fix memory leak of vm_devMaximilian Heyne1-5/+14
2023-10-04virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng1-10/+14
2023-09-04virtio_ring: fix avail_wrap_counter in virtqueue_add_packedYuan Yao1-1/+1
2023-09-04virtio_vdpa: build affinity masks conditionallyJason Wang1-6/+11
2023-09-04virtio_ring: introduce dma sync api for virtqueueXuan Zhuo1-0/+76
2023-09-04virtio_ring: introduce dma map api for virtqueueXuan Zhuo1-0/+69
2023-09-04virtio_ring: introduce virtqueue_reset()Xuan Zhuo1-0/+33
2023-09-04virtio_ring: separate the logic of reset/enable from virtqueue_resizeXuan Zhuo1-19/+39
2023-09-04virtio_ring: correct the expression of the description of virtqueue_resize()Xuan Zhuo1-1/+1