summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2022-06-27virtio_ring: make vring_create_virtqueue_split prettierDeming Wang
2022-06-27virtio_mmio: Restore guest page size on resumeStephan Gerhold
2022-06-27virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold
2022-06-24virtio: disable notification hardening by defaultJason Wang
2022-06-24virtio: Remove unnecessary variable assignmentsBo Liu
2022-06-24virtio_ring : keep used_wrap_counter in vq->last_used_idxhuangjie.albert
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-06-09virtio: Fix all occurences of the "the the" typoBo Liu
2022-06-08virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross
2022-05-31virtio: Directly use ida_alloc()/free()keliu
2022-05-31virtio: harden vring IRQJason Wang
2022-05-31virtio: allow to unbreak virtqueueJason Wang
2022-05-31virtio-mmio: implement synchronize_cbs()Jason Wang
2022-05-31virtio-pci: implement synchronize_cbs()Jason Wang
2022-05-31virtio: use virtio_reset_device() when possibleJason Wang
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella
2022-05-31virtio: Replace long long int with long longSolomon Tan
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-05-31virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo
2022-05-31virtio: pci: Fix an error handling path in vp_modern_probe()Christophe JAILLET
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar
2022-05-31virtio_ring: add unlikely annotation for free descs checkXianting Tian
2022-05-31virtio_ring: remove unnecessary to_vvq call in vring hot pathXianting Tian
2022-05-13drivers: virtio_mem: use pageblock size as the minimum virtio_mem size.Zi Yan
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-30Revert "virtio: use virtio_device_ready() in virtio_device_restore()"Michael S. Tsirkin
2022-03-28virtio: pci: check bar values read from virtio config spaceKeir Fraser
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Jason Wang
2022-03-28Revert "virtio-pci: harden INTX interrupts"Jason Wang
2022-03-28virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella
2022-03-28virtio_ring: remove flags check for unmap packed indirect descXuan Zhuo
2022-03-28virtio_ring: remove flags check for unmap split indirect descXuan Zhuo
2022-03-28virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()Xuan Zhuo
2022-03-28drivers/virtio: Enable virtio mem for ARM64Gavin Shan
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand
2022-03-06virtio: drop default for virtio-memMichael S. Tsirkin
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-03-04virtio: document virtio_reset_deviceMichael S. Tsirkin
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14virtio_ring: mark ring unused on errorMichael S. Tsirkin
2022-01-14virtio/virtio_pci_legacy_dev: ensure the correct return valuePeng Hao
2022-01-14virtio/virtio_mem: handle a possible NULL as a memcpy parameterPeng Hao
2022-01-14virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi
2022-01-14virtio-pci: fix the confusing error message王贇