summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2026-08-19virtio_ring: fix infinite loop in virtnet_poll_cleantx when device is brokenJinqian Yang1-0/+8
2026-08-19virtio_mem: fix typo in commentxiongweimin1-1/+1
2026-08-19virtio: fix article before virtio in dma-buf commentxiongweimin1-1/+1
2026-08-19virtio: rtc: time out alarm requestsGuoHan Zhao1-7/+7
2026-08-19virtio_pci: fix wrong queue index for admin vq in intx pathLi RongQing1-1/+1
2026-08-19virtio_mem: fix hardcoded 'vm' variable in bbm iteration macrosLi RongQing1-4/+4
2026-08-19virtio_balloon: warn on failed buffer add in stats_handle_request()Denis V. Lunev1-1/+4
2026-08-19virtio_balloon: warn on failed buffer add in tell_host()Denis V. Lunev1-2/+4
2026-08-19virtio_balloon: quiesce balloon work before device shutdownDenis V. Lunev1-0/+7
2026-08-19virtio_balloon: factor out virtballoon_quiesce()Denis V. Lunev1-7/+20
2026-08-19virtio: add virtio_device_shutdown() helperDenis V. Lunev1-14/+27
2026-08-19virtio_balloon: disable indirect descriptorsMichael S. Tsirkin1-0/+6
2026-08-19virtio-mmio: add support for transport version 3Peter Hilber1-3/+10
2026-07-10mm: page_reporting: allow driver to set batch capacityMichael S. Tsirkin1-4/+1
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-42/+112
2026-06-10virtio: add num_vf callback to virtio_busYui Washizu1-0/+9
2026-06-10virtio-mem: Destroy mutex before freeing virtio_memMaurice Hieronymus1-0/+2
2026-06-10virtio-balloon: Destroy mutex before freeing virtio_balloonMaurice Hieronymus1-0/+2
2026-06-10virtio_ring: Add READ_ONCE annotations for device-writable fieldsAlexander Graf1-17/+60
2026-06-10virtio: rtc: tear down old virtqueues before restoreJia Jia1-8/+20
2026-06-10virtio-mmio: fix device release warning on module unloadJohan Hovold1-13/+13
2026-06-04virtio_rtc: Use provided clock ID for history snapshotThomas Gleixner1-1/+1
2026-06-04virtio_pci: fix vq info pointer lookup via wrong indexAmmar Faizi1-4/+6
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+6
2026-04-05virtio_balloon: set unspecified page reporting orderYuvraj Sakshith1-0/+2
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)1-4/+4
2026-03-20dma-mapping: Clarify valid conditions for CPU cache line overlapLeon Romanovsky1-5/+5
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds9-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-35/+33
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-233/+770
2026-02-01mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)1-1/+1
2026-02-01mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)1-3/+3
2026-02-01mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)1-1/+1
2026-02-01drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()David Hildenbrand (Red Hat)1-10/+15
2026-02-01mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)1-17/+2
2026-02-01mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)1-12/+0
2026-01-08virtio_input: use virtqueue_add_inbuf_cache_clean for eventsMichael S. Tsirkin1-1/+1
2026-01-08virtio_input: fix DMA alignment for evtsMichael S. Tsirkin1-0/+3
2026-01-02virtio: add virtqueue_add_inbuf_cache_clean APIMichael S. Tsirkin1-23/+60
2025-12-31virtio_ring: add in order supportJason Wang1-18/+430
2025-12-31virtio_ring: factor out split detaching logicJason Wang1-4/+14
2025-12-31virtio_ring: factor out split indirect detaching logicJason Wang1-28/+34
2025-12-31virtio_ring: factor out core logic for updating last_used_idxJason Wang1-18/+25
2025-12-31virtio_ring: factor out core logic of buffer detachingJason Wang1-4/+13
2025-12-31virtio_ring: determine descriptor flags at one timeJason Wang1-15/+13
2025-12-31virtio_ring: introduce virtqueue opsJason Wang1-44/+127
2025-12-31virtio_ring: switch to use unsigned int for virtqueue_poll_packed()Jason Wang1-1/+2
2025-12-31virtio_ring: switch to use vring_virtqueue for detach_unused_buf variantsJason Wang1-7/+5
2025-12-31virtio_ring: switch to use vring_virtqueue for disable_cb variantsJason Wang1-9/+5