summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
8 daysvirtio_input: Improve freeze handlingYing Gao1-0/+4
8 daysvirtio_pci: Fix misleading comment for queue vectorLiming Wu2-4/+4
2025-08-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-93/+16
2025-08-01virtio: virtio_dma_buf: fix missing parameter documentationWangYuli1-0/+2
2025-08-01virtio: Fix typo in register_virtio_device() doc commentAlok Tiwari1-1/+1
2025-08-01virtio-vdpa: Remove virtqueue listViresh Kumar1-41/+3
2025-08-01virtio-mmio: Remove virtqueue list from mmio deviceViresh Kumar1-49/+3
2025-08-01virtio: document ENOSPCMichael S. Tsirkin1-0/+4
2025-08-01virtio: fix comments, readabilityMichael S. Tsirkin1-2/+3
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+2
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-63/+86
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-4/+5
2025-07-14mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand1-3/+1
2025-07-14mm/page_isolation: remove migratetype parameter from more functionsZi Yan1-1/+1
2025-07-08virtio_pci_modern: allow configuring extended featuresPaolo Abeni2-34/+45
2025-07-08virtio: introduce extended featuresPaolo Abeni2-29/+41
2025-07-03virtio_ring: Fix error reporting in virtqueue_resizeLaurent Vivier1-2/+6
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-4/+5
2025-05-27virtio_rtc: Add RTC class driverPeter Hilber5-10/+847
2025-05-27virtio_rtc: Add Arm Generic Timer cross-timestampingPeter Hilber3-0/+37
2025-05-27virtio_rtc: Add PTP clocksPeter Hilber5-4/+535
2025-05-27virtio_rtc: Add module and driver corePeter Hilber4-0/+825
2025-05-27virtio-pci: Fix result size returned for the admin command completionIsrael Rukshin1-1/+12
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-02Merge 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-28Merge 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-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-28Merge 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-19Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+6
2024-11-16virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo1-48/+0
2024-11-16virtio_ring: introduce add api for premappedXuan Zhuo1-0/+48
2024-11-16virtio_ring: perform premapped operations based on per-bufferXuan Zhuo1-48/+53
2024-11-16virtio_ring: packed: record extras for indirect buffersXuan Zhuo1-24/+36
2024-11-16virtio_ring: split: record extras for indirect buffersXuan Zhuo1-60/+52
2024-11-16virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo1-15/+12