aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vfio/pci/virtio
AgeCommit message (Expand)AuthorFilesLines
2026-04-21vfio/virtio: Use guard() for bar_mutex in legacy I/OAlex Williamson1-9/+8
2026-04-21vfio/virtio: Use guard() for migf->lock where applicableAlex Williamson1-26/+14
2026-04-21vfio/virtio: Use guard() for list_lock where applicableAlex Williamson1-21/+16
2026-04-21vfio/virtio: Convert list_lock from spinlock to mutexAlex Williamson2-17/+18
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas1-11/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-11-12vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe3-22/+13
2025-11-12vfio/pci: Fill in the missing get_region_info opsJason Gunthorpe1-0/+2
2025-11-12vfio/virtio: Convert to the get_region_info opJason Gunthorpe3-20/+7
2025-09-21vfio/pci: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
2025-08-05vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe1-0/+3
2025-03-10vfio/virtio: Enable support for virtio-block live migrationYishai Hadas3-6/+9
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-3/+3
2024-11-13vfio/virtio: Enable live migration once VIRTIO_PCI was configuredYishai Hadas5-400/+488
2024-11-13vfio/virtio: Add PRE_COPY support for live migrationYishai Hadas2-8/+227
2024-11-13vfio/virtio: Add support for the basic live migration functionalityYishai Hadas4-25/+1285
2024-02-22vfio/pci: rename and export range_intersect_rangeAnkit Agrawal1-46/+26
2024-01-10vfio/virtio: fix virtio-pci dependencyArnd Bergmann1-1/+1
2023-12-20vfio/virtio: Declare virtiovf_pci_aer_reset_done() staticYishai Hadas1-1/+1
2023-12-19vfio/virtio: Introduce a vfio driver over virtio devicesYishai Hadas3-0/+594