summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-29/+29
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook27-66/+63
13 daysMerge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds8-23/+158
2026-02-07vfio/fsl-mc: add myself as maintainerIoana Ciornei2-6/+1
2026-01-30hisi_acc_vfio_pci: fix the queue parameter anomaly issueLongfang Liu1-1/+1
2026-01-30hisi_acc_vfio_pci: resolve duplicate migration statesLongfang Liu1-0/+1
2026-01-30hisi_acc_vfio_pci: update status after RAS errorLongfang Liu1-2/+1
2026-01-30hisi_acc_vfio_pci: fix VF reset timeout issueWeili Qian2-0/+26
2026-01-23vfio: Prevent from pinned DMABUF importers to attach to VFIO DMABUFLeon Romanovsky1-0/+12
2026-01-19vfio/pci: Lock upstream bridge for vfio_pci_core_disable()Anthony Pighin (Nokia)1-4/+13
2026-01-19Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/nextAlex Williamson2-5/+5
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky2-5/+5
2026-01-19vfio/nvgrace-gpu: register device memory for poison handlingAnkit Agrawal1-4/+109
2026-01-19vfio/mdev: update outdated commentJulia Lawall1-1/+1
2025-12-28vfio/xe: Fix use-after-free in xe_vfio_pci_alloc_file()Alper Ak1-1/+3
2025-12-28vfio/pds: Fix memory leak in pds_vfio_dirty_enable()Zilin Guan1-2/+5
2025-12-24vfio/xe: Add default handler for .get_region_info_capsMichal Wajdeczko1-0/+1
2025-12-24vfio/pci: Disable qword access to the VGA regionKevin Tian1-1/+1
2025-12-24vfio/pci: Disable qword access to the PCI ROM barKevin Tian2-9/+20
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