summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+3
2022-06-09virtio: Fix all occurences of the "the the" typoBo Liu-2/+2
2022-06-08virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao-0/+1
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross-9/+2
2022-05-31virtio: Directly use ida_alloc()/free()keliu-3/+3
2022-05-31virtio: harden vring IRQJason Wang-7/+29
2022-05-31virtio: allow to unbreak virtqueueJason Wang-0/+22
2022-05-31virtio-mmio: implement synchronize_cbs()Jason Wang-0/+8
2022-05-31virtio-pci: implement synchronize_cbs()Jason Wang-0/+3
2022-05-31virtio: use virtio_reset_device() when possibleJason Wang-2/+2
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella-2/+3
2022-05-31virtio: Replace long long int with long longSolomon Tan-1/+1
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan-46/+46
2022-05-31virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo-2/+1
2022-05-31virtio: pci: Fix an error handling path in vp_modern_probe()Christophe JAILLET-0/+1
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar-1/+1
2022-05-31virtio_ring: add unlikely annotation for free descs checkXianting Tian-1/+1
2022-05-31virtio_ring: remove unnecessary to_vvq call in vring hot pathXianting Tian-5/+3
2022-05-13drivers: virtio_mem: use pageblock size as the minimum virtio_mem size.Zi Yan-3/+3
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+2
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-97/+55
2022-03-30Revert "virtio: use virtio_device_ready() in virtio_device_restore()"Michael S. Tsirkin-3/+2
2022-03-28virtio: pci: check bar values read from virtio config spaceKeir Fraser-4/+17
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Jason Wang-32/+12
2022-03-28Revert "virtio-pci: harden INTX interrupts"Jason Wang-22/+2
2022-03-28virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella-2/+3
2022-03-28virtio_ring: remove flags check for unmap packed indirect descXuan Zhuo-13/+5
2022-03-28virtio_ring: remove flags check for unmap split indirect descXuan Zhuo-13/+5
2022-03-28virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()Xuan Zhuo-9/+8
2022-03-28drivers/virtio: Enable virtio mem for ARM64Gavin Shan-3/+4
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand-6/+3
2022-03-06virtio: drop default for virtio-memMichael S. Tsirkin-1/+0
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu-1/+1
2022-03-04virtio: document virtio_reset_deviceMichael S. Tsirkin-0/+16
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin-17/+22
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin-2/+1
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen-1/+1
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen-2/+1
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen-1/+1
2022-01-14virtio_ring: mark ring unused on errorMichael S. Tsirkin-1/+3
2022-01-14virtio/virtio_pci_legacy_dev: ensure the correct return valuePeng Hao-1/+3
2022-01-14virtio/virtio_mem: handle a possible NULL as a memcpy parameterPeng Hao-1/+1
2022-01-14virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi-1/+1
2022-01-14virtio-pci: fix the confusing error message王贇-1/+1
2022-01-14virtio-mem: prepare fake page onlining code for granularity smaller than MAX_...David Hildenbrand-13/+13
2022-01-14virtio-mem: prepare page onlining code for granularity smaller than MAX_ORDER...David Hildenbrand-24/+62
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-3/+9
2021-12-08virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon-1/+1
2021-11-24Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin-60/+0
2021-11-10virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand-0/+1