aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2025-04-18virtgpu: don't reset on shutdownMichael S. Tsirkin1-0/+6
2025-04-14virtio_ring: Fix data race by tagging event_triggered as racy for KCSANZhongqiu Han1-1/+1
2025-04-14virtio_pci: Use self group type for cap commandsDaniel Jurgens1-2/+2
2025-04-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+29
2025-02-24virtio: break and reset virtio devices on device_shutdown()Michael S. Tsirkin1-0/+29
2025-02-18virtio: mem: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-31/+209
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin2-25/+110
2025-01-27virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand1-0/+88
2025-01-27virtio-mem: remember usable region sizeDavid Hildenbrand1-3/+7
2025-01-27virtio-mem: mark device ready before registering callbacks in kdump modeDavid Hildenbrand1-2/+3
2025-01-08virtio_balloon: Use outer variable 'page'zhang jiao1-1/+1
2024-12-23virtio: hookup irq_get_affinity callbackDaniel Wagner1-0/+19
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den1-1/+5
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den1-1/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-108/+120
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-3/+473
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-175/+181
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+6
2024-11-15virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo1-48/+0
2024-11-15virtio_ring: introduce add api for premappedXuan Zhuo1-0/+48
2024-11-15virtio_ring: perform premapped operations based on per-bufferXuan Zhuo1-48/+53
2024-11-15virtio_ring: packed: record extras for indirect buffersXuan Zhuo1-24/+36
2024-11-15virtio_ring: split: record extras for indirect buffersXuan Zhuo1-60/+52
2024-11-15virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo1-15/+12
2024-11-13virtio-pci: Introduce APIs to execute device parts admin commandsYishai Hadas2-1/+355
2024-11-13virtio: Manage device and driver capabilities via the admin commandsYishai Hadas2-2/+116
2024-11-13virtio: Extend the admin command to include the result sizeYishai Hadas1-1/+3
2024-11-12virtio_vdpa: remove redundant check on descColin Ian King1-2/+1
2024-11-12virtio: Make vring_new_virtqueue support packed vringWenyu Huang1-106/+121
2024-11-07virtio-mem: s390 supportDavid Hildenbrand1-6/+6
2024-11-06virtio_pci: Fix admin vq cleanup by using correct info pointerFeng Liu3-17/+20
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+18
2024-09-25virtio_ring: tag event_triggered as racy for KCSANMichael S. Tsirkin1-1/+1
2024-09-10virtio_balloon: introduce memory scan/reclaim infozhenwei pi1-0/+9
2024-09-10virtio_balloon: introduce memory allocation stall counterzhenwei pi1-0/+8
2024-09-10virtio_balloon: introduce oom-kill invocationszhenwei pi1-0/+1
2024-08-15virtio: allow driver to disable the configure change notificationJason Wang1-3/+36
2024-08-15virtio: rename virtio_config_enabled to virtio_config_core_enabledJason Wang1-11/+11
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-157/+236
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+14
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-07-17virtio_pci_modern: remove admin queue serialization lockJiri Pirko2-7/+0
2024-07-17virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...Jiri Pirko3-16/+74
2024-07-17virtio_pci_modern: pass cmd as an identification tokenJiri Pirko1-3/+3
2024-07-17virtio_pci_modern: create admin queue of queried sizeJiri Pirko1-2/+1
2024-07-17virtio: create admin queues alongside other virtqueuesJiri Pirko4-92/+46
2024-07-17virtio_pci: pass vq info as an argument to vp_setup_vq()Jiri Pirko1-6/+10
2024-07-17virtio: push out code to vp_avq_index()Jiri Pirko1-10/+21
2024-07-17virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as staticJiri Pirko2-11/+2
2024-07-17virtio_pci: introduce vector allocation fallback for slow path virtqueuesJiri Pirko2-9/+51
2024-07-17virtio_pci: pass vector policy enum to vp_find_one_vq_msix()Jiri Pirko1-8/+9
2024-07-17virtio_pci: pass vector policy enum to vp_find_vqs_msix()Jiri Pirko1-3/+13
2024-07-17virtio_pci: simplify vp_request_msix_vectors() call a bitJiri Pirko1-2/+4
2024-07-17virtio_pci: push out single vq find code to vp_find_one_vq_msix()Jiri Pirko1-27/+41
2024-07-17virtio: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2-3/+3
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-4/+5
2024-07-17virtio_balloon: convert to use virtio_find_vqs_info()Jiri Pirko1-21/+13
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko4-5/+5
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko2-15/+14
2024-07-17virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()Jiri Pirko4-30/+32
2024-07-12virtio: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-09virtio: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-07-09virtio_balloon: separate vm events into a functionzhenwei pi1-14/+29
2024-07-04virtio_ring: fix KMSAN error for premapped modeXuan Zhuo1-1/+3
2024-07-03mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand1-9/+2
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand1-6/+12
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-26virtio-mem: Enable virtio-mem for RISC-VBjörn Töpel1-1/+1
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-44/+123
2024-05-22virtio-pci: Check if is_avq is NULLLi Zhang1-1/+1
2024-05-22virtio: delete vq in vp_find_vqs_msix() when request_irq() failsJiri Pirko1-1/+3
2024-05-22virtio: mem: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-22virtio: input: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-22virtio: balloon: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-22virtio_balloon: Treat stats requests as wakeup eventsDavid Stevens1-29/+46
2024-05-22virtio_balloon: Give the balloon its own wakeup sourceDavid Stevens1-2/+11
2024-05-22virtio-mem: support suspend+resumeDavid Hildenbrand1-6/+62
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-13virtio_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-25fix 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-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-11/+80
2024-01-18Merge 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-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-5/+5
2023-12-27virtio: 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-02Merge 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-03virtio_ring: fix avail_wrap_counter in virtqueue_add_packedYuan Yao1-1/+1
2023-09-03virtio_vdpa: build affinity masks conditionallyJason Wang1-6/+11
2023-09-03virtio_ring: introduce dma sync api for virtqueueXuan Zhuo1-0/+76
2023-09-03virtio_ring: introduce dma map api for virtqueueXuan Zhuo1-0/+69
2023-09-03virtio_ring: introduce virtqueue_reset()Xuan Zhuo1-0/+33
2023-09-03virtio_ring: separate the logic of reset/enable from virtqueue_resizeXuan Zhuo1-19/+39
2023-09-03virtio_ring: correct the expression of the description of virtqueue_resize()Xuan Zhuo1-1/+1
2023-09-03virtio_ring: skip unmap for premappedXuan Zhuo1-14/+28
2023-09-03virtio_ring: introduce virtqueue_dma_dev()Xuan Zhuo1-0/+17
2023-09-03virtio_ring: support add premapped bufXuan Zhuo1-2/+17
2023-09-03virtio_ring: introduce virtqueue_set_dma_premapped()Xuan Zhuo1-0/+53
2023-09-03virtio_ring: put mapping error check in vring_map_one_sgXuan Zhuo1-15/+22
2023-09-03virtio_ring: check use_dma_api before unmap desc for indirectXuan Zhuo1-2/+4
2023-08-10virtio-mem: check if the config changed before fake offlining memoryDavid Hildenbrand1-3/+12
2023-08-10virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block ...David Hildenbrand1-19/+73
2023-08-10virtio-mem: convert most offline_and_remove_memory() errors to -EBUSYDavid Hildenbrand1-4/+8
2023-08-10virtio-mem: remove unsafe unplug in Big Block Mode (BBM)David Hildenbrand1-31/+20
2023-08-10virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs()Gal Pressman1-0/+2
2023-08-10virtio-pci: Fix legacy device flag setting error in probeFeng Liu2-2/+1
2023-08-10virtio-mmio: don't break lifecycle of vm_devWolfram Sang1-3/+2
2023-06-27virtio: allow caller to override device DMA mask in vp_modernShannon Nelson1-1/+2
2023-06-27virtio: allow caller to override device id in vp_modernShannon Nelson1-11/+19
2023-06-27virtio_pci: Optimize virtio_pci_device structure sizeFeng Liu1-3/+4
2023-06-27virtio-vdpa: Fix unchecked call to NULL set_vq_affinityDragos Tatulea1-1/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+7
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-39/+210
2023-04-21virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz1-2/+21
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov3-2/+52
2023-04-21virtio_ring: don't update event idx on get_bufAlbert Huang1-6/+16
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji1-0/+1
2023-04-21virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji1-0/+68
2023-04-21vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji1-0/+28
2023-04-21virtio_ring: Allow non power of 2 sizes for packed virtqueueFeng Liu1-5/+0
2023-04-21virtio_ring: Use const to annotate read-only pointer paramsFeng Liu1-18/+18
2023-04-21virtio_ring: Avoid using inline for small functionsFeng Liu1-7/+7
2023-04-06virtio-mmio: Add explicit include for of.hRob Herring1-0/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2-7/+7
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-43/+103
2023-02-20virtio-vdpa: support per vq dma deviceJason Wang1-3/+10
2023-02-20virtio_ring: per virtqueue dma deviceJason Wang1-40/+93
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-12-28virtio: Implementing attribute show with sysfs_emitDawei Li1-6/+6
2022-12-28virtio_pci: modify ENOENT to EINVALAngus Chen1-1/+1
2022-12-28virtio_ring: use helper function is_power_of_2()Shaoqin Huang1-1/+1
2022-12-28virtio_pci: use helper function is_power_of_2()Shaoqin Huang1-1/+1
2022-10-13virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+9
2022-10-07virtio_pci: don't try to use intxif pin is zeroAngus Chen1-0/+3
2022-10-07virtio_ring: make vring_alloc_queue_packed prettierDeming Wang1-3/+3
2022-10-07virtio_ring: split: Operators use unified styleDeming Wang1-1/+1
2022-10-03virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()Alexander Potapenko1-1/+9
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo Cañuelo1-0/+8
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin5-9/+4
2022-08-16virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()"Michael S. Tsirkin1-9/+6
2022-08-16virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"Michael S. Tsirkin4-23/+12
2022-08-16virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"Michael S. Tsirkin1-6/+2
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds10-261/+791
2022-08-11virtio_vdpa: support the arg sizes of find_vqs()Bo Liu1-6/+9
2022-08-11virtio: Check dev_set_name() return valueBo Liu1-1/+3
2022-08-11virtio_mmio: support the arg sizes of find_vqs()Xuan Zhuo1-2/+6
2022-08-11virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo4-12/+23
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo5-4/+9
2022-08-11virtio_pci: support VIRTIO_F_RING_RESETXuan Zhuo2-3/+97
2022-08-11virtio_pci: extract the logic of active vq for modern pciXuan Zhuo1-18/+28
2022-08-11virtio_pci: introduce helper to get/set queue resetXuan Zhuo1-0/+39
2022-08-11virtio_ring: struct virtqueue introduce resetXuan Zhuo1-0/+2
2022-08-11virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo1-0/+24
2022-08-11virtio_ring: introduce virtqueue_resize()Xuan Zhuo1-0/+69
2022-08-11virtio_ring: packed: introduce virtqueue_resize_packed()Xuan Zhuo1-0/+30
2022-08-11virtio_ring: packed: introduce virtqueue_reinit_packed()Xuan Zhuo1-0/+12
2022-08-11virtio_ring: packed: extract the logic of attach vringXuan Zhuo1-15/+10
2022-08-11virtio_ring: packed: extract the logic of vring initXuan Zhuo1-11/+17
2022-08-11virtio_ring: packed: extract the logic of alloc state and extraXuan Zhuo1-14/+34
2022-08-11virtio_ring: packed: extract the logic of alloc queueXuan Zhuo1-29/+51
2022-08-11virtio_ring: packed: introduce vring_free_packedXuan Zhuo1-0/+22
2022-08-11virtio_ring: split: introduce virtqueue_resize_split()Xuan Zhuo1-0/+34
2022-08-11virtio_ring: split: reserve vring_align, may_reduce_numXuan Zhuo1-0/+10
2022-08-11virtio_ring: split: introduce virtqueue_reinit_split()Xuan Zhuo1-0/+23
2022-08-11virtio_ring: split: extract the logic of attach vringXuan Zhuo1-13/+10
2022-08-11virtio_ring: split: extract the logic of vring initXuan Zhuo1-10/+21
2022-08-11virtio_ring: split: extract the logic of alloc state and extraXuan Zhuo1-16/+36
2022-08-11virtio_ring: split: extract the logic of alloc queueXuan Zhuo1-25/+40