summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22virtio-pci: Check if is_avq is NULLLi Zhang
2024-05-22virtio: delete vq in vp_find_vqs_msix() when request_irq() failsJiri Pirko
2024-05-22virtio: mem: drop owner assignmentKrzysztof Kozlowski
2024-05-22virtio: input: drop owner assignmentKrzysztof Kozlowski
2024-05-22virtio: balloon: drop owner assignmentKrzysztof Kozlowski
2024-05-22virtio_balloon: Treat stats requests as wakeup eventsDavid Stevens
2024-05-22virtio_balloon: Give the balloon its own wakeup sourceDavid Stevens
2024-05-22virtio-mem: support suspend+resumeDavid Hildenbrand
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-13virtio_ring: enable premapped mode whatever use_dma_apiXuan Zhuo
2024-05-01virtio-mmio: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-08virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski
2024-03-19virtio: packed: fix unmap leak for indirect desc tableXuan Zhuo
2024-03-19virtio: make virtio_bus constRicardo B. Marliere
2024-03-19virtio_vdpa: create vqs with the actual sizeZhu Lingshan
2024-03-19virtio: reenable config if freezing device failedDavid Hildenbrand
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-01-18Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2024-01-10virtio_balloon: stay awake while adjusting balloonDavid Stevens
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-27virtio: Add support for no-reset virtio PCI PMDavid Stevens
2023-12-19virtio-pci: Introduce APIs to execute legacy IO admin commandsYishai Hadas
2023-12-19virtio-pci: Initialize the supported admin commandsYishai Hadas
2023-12-19virtio-pci: Introduce admin command sending functionFeng Liu
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu
2023-12-04virtio_ring: fix syncs DMA memory with different directionXuan Zhuo
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01virtio_pci: Switch away from deprecated irq_set_affinity_hintJakub Sitnicki
2023-11-01virtio_pci: move structure to a headerMichael S. Tsirkin
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu
2023-11-01virtio_pci: add check for common cfg sizeXuan Zhuo
2023-11-01virtio_pci: add build offset check for the new common cfg itemsXuan Zhuo
2023-11-01virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu
2023-10-18virtio_pci: fix the common cfg map sizeXuan Zhuo
2023-10-18virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan
2023-10-18virtio-mmio: fix memory leak of vm_devMaximilian Heyne
2023-10-04virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng
2023-09-03virtio_ring: fix avail_wrap_counter in virtqueue_add_packedYuan Yao
2023-09-03virtio_vdpa: build affinity masks conditionallyJason Wang
2023-09-03virtio_ring: introduce dma sync api for virtqueueXuan Zhuo
2023-09-03virtio_ring: introduce dma map api for virtqueueXuan Zhuo
2023-09-03virtio_ring: introduce virtqueue_reset()Xuan Zhuo
2023-09-03virtio_ring: separate the logic of reset/enable from virtqueue_resizeXuan Zhuo
2023-09-03virtio_ring: correct the expression of the description of virtqueue_resize()Xuan Zhuo