summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
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
2023-09-03virtio_ring: skip unmap for premappedXuan Zhuo
2023-09-03virtio_ring: introduce virtqueue_dma_dev()Xuan Zhuo
2023-09-03virtio_ring: support add premapped bufXuan Zhuo
2023-09-03virtio_ring: introduce virtqueue_set_dma_premapped()Xuan Zhuo
2023-09-03virtio_ring: put mapping error check in vring_map_one_sgXuan Zhuo
2023-09-03virtio_ring: check use_dma_api before unmap desc for indirectXuan Zhuo
2023-08-10virtio-mem: check if the config changed before fake offlining memoryDavid Hildenbrand
2023-08-10virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block ...David Hildenbrand
2023-08-10virtio-mem: convert most offline_and_remove_memory() errors to -EBUSYDavid Hildenbrand
2023-08-10virtio-mem: remove unsafe unplug in Big Block Mode (BBM)David Hildenbrand
2023-08-10virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs()Gal Pressman
2023-08-10virtio-pci: Fix legacy device flag setting error in probeFeng Liu
2023-08-10virtio-mmio: don't break lifecycle of vm_devWolfram Sang
2023-06-27virtio: allow caller to override device DMA mask in vp_modernShannon Nelson