summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
3 daysvirtio_input: stop callbacks before unregistering input deviceKarl Mehltretter1-2/+6
3 daysvirtio_input: reset device if input_register_device() failsXiong Weimin1-0/+1
3 daysvirtio-pci: return IRQ_HANDLED after non-zero ISRAndrew Stellman1-1/+3
3 daysvirtio-vdpa: Use queue id when setting vq affinityXiong Weimin1-2/+3
3 daysvirtio_mmio: disable IRQ wake before free_irqXiong Weimin1-3/+13
3 daysvirtio: fix use-after-free in unregister_virtio_device()Karl Mehltretter1-1/+1
3 daysvirtio_ring: fix stale descriptor flags after a failed packed addAlexander Graf1-4/+34
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-09mm: 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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert '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-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)1-1/+1
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)1-3/+3
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)1-1/+1
2026-01-31drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()David Hildenbrand (Red Hat)1-10/+15
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)1-17/+2
2026-01-31mm/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