summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio_balloon: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko
2024-07-17virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()Jiri Pirko
2024-07-12virtio: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-09virtio: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-07-09virtio_balloon: separate vm events into a functionzhenwei pi
2024-07-04virtio_ring: fix KMSAN error for premapped modeXuan Zhuo
2024-06-26virtio-mem: Enable virtio-mem for RISC-VBjörn Töpel
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