summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
8 daysvirtio_ring: fix infinite loop in virtnet_poll_cleantx when device is brokenJinqian Yang
8 daysvirtio_mem: fix typo in commentxiongweimin
8 daysvirtio: fix article before virtio in dma-buf commentxiongweimin
8 daysvirtio: rtc: time out alarm requestsGuoHan Zhao
8 daysvirtio_pci: fix wrong queue index for admin vq in intx pathLi RongQing
8 daysvirtio_mem: fix hardcoded 'vm' variable in bbm iteration macrosLi RongQing
8 daysvirtio_balloon: warn on failed buffer add in stats_handle_request()Denis V. Lunev
8 daysvirtio_balloon: warn on failed buffer add in tell_host()Denis V. Lunev
8 daysvirtio_balloon: quiesce balloon work before device shutdownDenis V. Lunev
8 daysvirtio_balloon: factor out virtballoon_quiesce()Denis V. Lunev
8 daysvirtio: add virtio_device_shutdown() helperDenis V. Lunev
8 daysvirtio_balloon: disable indirect descriptorsMichael S. Tsirkin
8 daysvirtio-mmio: add support for transport version 3Peter Hilber
2026-07-09mm: page_reporting: allow driver to set batch capacityMichael S. Tsirkin
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-06-10virtio: add num_vf callback to virtio_busYui Washizu
2026-06-10virtio-mem: Destroy mutex before freeing virtio_memMaurice Hieronymus
2026-06-10virtio-balloon: Destroy mutex before freeing virtio_balloonMaurice Hieronymus
2026-06-10virtio_ring: Add READ_ONCE annotations for device-writable fieldsAlexander Graf
2026-06-10virtio: rtc: tear down old virtqueues before restoreJia Jia
2026-06-10virtio-mmio: fix device release warning on module unloadJohan Hovold
2026-06-04virtio_rtc: Use provided clock ID for history snapshotThomas Gleixner
2026-06-04virtio_pci: fix vq info pointer lookup via wrong indexAmmar Faizi
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05virtio_balloon: set unspecified page reporting orderYuvraj Sakshith
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)
2026-03-20dma-mapping: Clarify valid conditions for CPU cache line overlapLeon Romanovsky
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)
2026-01-08virtio_input: use virtqueue_add_inbuf_cache_clean for eventsMichael S. Tsirkin
2026-01-08virtio_input: fix DMA alignment for evtsMichael S. Tsirkin
2026-01-02virtio: add virtqueue_add_inbuf_cache_clean APIMichael S. Tsirkin
2025-12-31virtio_ring: add in order supportJason Wang
2025-12-31virtio_ring: factor out split detaching logicJason Wang
2025-12-31virtio_ring: factor out split indirect detaching logicJason Wang
2025-12-31virtio_ring: factor out core logic for updating last_used_idxJason Wang
2025-12-31virtio_ring: factor out core logic of buffer detachingJason Wang
2025-12-31virtio_ring: determine descriptor flags at one timeJason Wang
2025-12-31virtio_ring: introduce virtqueue opsJason Wang
2025-12-31virtio_ring: switch to use unsigned int for virtqueue_poll_packed()Jason Wang
2025-12-31virtio_ring: switch to use vring_virtqueue for detach_unused_buf variantsJason Wang
2025-12-31virtio_ring: switch to use vring_virtqueue for disable_cb variantsJason Wang