summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand-1/+1
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky-2/+2
2025-08-26virtio_input: Improve freeze handlingYing Gao-0/+4
2025-08-26virtio_pci: Fix misleading comment for queue vectorLiming Wu-4/+4
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-93/+16
2025-08-01virtio: virtio_dma_buf: fix missing parameter documentationWangYuli-0/+2
2025-08-01virtio: Fix typo in register_virtio_device() doc commentAlok Tiwari-1/+1
2025-08-01virtio-vdpa: Remove virtqueue listViresh Kumar-41/+3
2025-08-01virtio-mmio: Remove virtqueue list from mmio deviceViresh Kumar-49/+3
2025-08-01virtio: document ENOSPCMichael S. Tsirkin-0/+4
2025-08-01virtio: fix comments, readabilityMichael S. Tsirkin-2/+3
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+2
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-63/+86
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds-4/+5
2025-07-13mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand-3/+1
2025-07-13mm/page_isolation: remove migratetype parameter from more functionsZi Yan-1/+1
2025-07-08virtio_pci_modern: allow configuring extended featuresPaolo Abeni-34/+45
2025-07-08virtio: introduce extended featuresPaolo Abeni-29/+41
2025-07-03virtio_ring: Fix error reporting in virtqueue_resizeLaurent Vivier-2/+6
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner-4/+5
2025-05-27virtio_rtc: Add RTC class driverPeter Hilber-10/+847
2025-05-27virtio_rtc: Add Arm Generic Timer cross-timestampingPeter Hilber-0/+37
2025-05-27virtio_rtc: Add PTP clocksPeter Hilber-4/+535
2025-05-27virtio_rtc: Add module and driver corePeter Hilber-0/+825
2025-05-27virtio-pci: Fix result size returned for the admin command completionIsrael Rukshin-1/+12
2025-04-18virtgpu: don't reset on shutdownMichael S. Tsirkin-0/+6
2025-04-14virtio_ring: Fix data race by tagging event_triggered as racy for KCSANZhongqiu Han-1/+1
2025-04-14virtio_pci: Use self group type for cap commandsDaniel Jurgens-2/+2
2025-04-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+29
2025-02-24virtio: break and reset virtio devices on device_shutdown()Michael S. Tsirkin-0/+29
2025-02-18virtio: mem: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-31/+209
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin-25/+110
2025-01-27virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand-0/+88
2025-01-27virtio-mem: remember usable region sizeDavid Hildenbrand-3/+7
2025-01-27virtio-mem: mark device ready before registering callbacks in kdump modeDavid Hildenbrand-2/+3
2025-01-08virtio_balloon: Use outer variable 'page'zhang jiao-1/+1
2024-12-23virtio: hookup irq_get_affinity callbackDaniel Wagner-0/+19
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den-1/+5
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den-1/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-108/+120
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-3/+473
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-175/+181
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-6/+6
2024-11-15virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo-48/+0
2024-11-15virtio_ring: introduce add api for premappedXuan Zhuo-0/+48
2024-11-15virtio_ring: perform premapped operations based on per-bufferXuan Zhuo-48/+53
2024-11-15virtio_ring: packed: record extras for indirect buffersXuan Zhuo-24/+36