summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'drm-next-2025-12-05' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-0/+592
2025-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+34
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds25-419/+1067
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-23/+5
2025-12-01vfio/xe: Add device specific vfio_pci driver variant for Intel graphicsMichał Winiarski5-0/+592
2025-11-28vfio/nvgrace-gpu: wait for the GPU mem to be readyAnkit Agrawal3-13/+92
2025-11-28vfio/nvgrace-gpu: Inform devmem unmapped after resetAnkit Agrawal1-1/+25
2025-11-28vfio/nvgrace-gpu: split the code to wait for GPU readyAnkit Agrawal1-13/+18
2025-11-28vfio: use vfio_pci_core_setup_barmap to map bar in mmapAnkit Agrawal1-12/+3
2025-11-28vfio/nvgrace-gpu: Add support for huge pfnmapAnkit Agrawal1-22/+59
2025-11-28vfio: refactor vfio_pci_mmap_huge_fault functionAnkit Agrawal1-27/+27
2025-11-28vfio/pci: Use RCU for error/request triggers to avoid circular lockingAlex Williamson3-39/+85
2025-11-28vfio: convert vfio_group_ioctl_get_device_fd() to FD_ADD()Christian Brauner1-23/+5
2025-11-25vfio/pci: Add vfio_pci_dma_buf_iommufd_map()Jason Gunthorpe1-0/+34
2025-11-21Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/nextAlex Williamson9-22/+455
2025-11-21vfio/nvgrace: Support get_dmabuf_physJason Gunthorpe1-0/+52
2025-11-21vfio/pci: Add dma-buf export support for MMIO regionsLeon Romanovsky7-5/+383
2025-11-20vfio/pci: Enable peer-to-peer DMA transactions by defaultLeon Romanovsky1-0/+5
2025-11-20vfio/pci: Share the core device pointer while invoking feature functionsVivek Kasireddy1-17/+13
2025-11-20vfio: Export vfio device get and put registration helpersVivek Kasireddy1-0/+2
2025-11-13vfio: Remove the get_region_info opJason Gunthorpe1-28/+22
2025-11-13vfio: Move the remaining drivers to get_region_info_capsJason Gunthorpe2-37/+16
2025-11-13vfio/platform: Convert to get_region_info_capsJason Gunthorpe4-20/+11
2025-11-13vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe10-149/+78
2025-11-13vfio: Add get_region_info_caps opJason Gunthorpe1-4/+52
2025-11-13vfio: Require drivers to implement get_region_infoJason Gunthorpe1-4/+4
2025-11-13vfio/cdx: Provide a get_region_info opJason Gunthorpe1-3/+4
2025-11-13vfio/fsl: Provide a get_region_info opJason Gunthorpe1-24/+32
2025-11-13vfio/platform: Provide a get_region_info opJason Gunthorpe4-22/+32
2025-11-13vfio/pci: Fill in the missing get_region_info opsJason Gunthorpe8-2/+8
2025-11-13vfio/nvgrace: Convert to the get_region_info opJason Gunthorpe1-9/+6
2025-11-13vfio/virtio: Convert to the get_region_info opJason Gunthorpe3-20/+7
2025-11-13vfio/hisi: Convert to the get_region_info opJason Gunthorpe1-24/+21
2025-11-13vfio: Provide a get_region_info opJason Gunthorpe2-3/+13
2025-11-07hisi_acc_vfio_pci: Add .match_token_uuid callback in hisi_acc_vfio_pci_migrn_opsRaghavendra Rao Ananta1-0/+1
2025-11-07vfio: Fix ksize arg while copying user struct in vfio_df_ioctl_bind_iommufd()Raghavendra Rao Ananta1-1/+1
2025-11-06hisi_acc_vfio_pci: adapt to new migration configurationLongfang Liu2-39/+114
2025-10-29vfio/type1: handle DMA map/unmap up to the addressable limitAlex Mastro1-35/+42
2025-10-29vfio/type1: move iova increment to unmap_unpin_*() callerAlex Mastro1-10/+10
2025-10-29vfio/type1: sanitize for overflow using check_*_overflow()Alex Mastro1-23/+63
2025-10-06vfio: Dump migration features under debugfsCédric Le Goater1-0/+19
2025-10-06vfio/type1: optimize vfio_unpin_pages_remote()Li Zhe1-4/+16
2025-10-06vfio/type1: introduce a new member has_rsvd for struct vfio_dmaLi Zhe1-0/+2
2025-10-06vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()Li Zhe1-7/+3
2025-10-06vfio/type1: optimize vfio_pin_pages_remote()Li Zhe1-12/+72
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds15-11/+78
2025-09-26vfio/nvgrace-gpu: Add GB300 SKU to the devid tableTushar Dave1-0/+2
2025-09-26vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devicesTimothy Pearson1-0/+7
2025-09-22vfio/pci: drop nth_page() usage within SG entryDavid Hildenbrand2-4/+2
2025-09-19vfio/pds: replace bitmap_free with vfreeZilin Guan1-1/+1