aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/pci
AgeCommit message (Expand)AuthorFilesLines
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-23vfio/xe: Add default handler for .get_region_info_capsMichal Wajdeczko1-0/+1
2025-12-23vfio/pci: Disable qword access to the VGA regionKevin Tian1-1/+1
2025-12-23vfio/pci: Disable qword access to the PCI ROM barKevin Tian2-9/+20
2025-12-04Merge tag 'drm-next-2025-12-05' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-0/+592
2025-12-04Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+34
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-25vfio/pci: Add vfio_pci_dma_buf_iommufd_map()Jason Gunthorpe1-0/+34
2025-11-20Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/nextAlex Williamson8-22/+453
2025-11-20vfio/nvgrace: Support get_dmabuf_physJason Gunthorpe1-0/+52
2025-11-20vfio/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-12vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe10-149/+78
2025-11-12vfio/pci: Fill in the missing get_region_info opsJason Gunthorpe8-2/+8
2025-11-12vfio/nvgrace: Convert to the get_region_info opJason Gunthorpe1-9/+6
2025-11-12vfio/virtio: Convert to the get_region_info opJason Gunthorpe3-20/+7
2025-11-12vfio/hisi: Convert to the get_region_info opJason Gunthorpe1-24/+21
2025-11-12vfio: Provide a get_region_info opJason Gunthorpe1-3/+6
2025-11-06hisi_acc_vfio_pci: Add .match_token_uuid callback in hisi_acc_vfio_pci_migrn_opsRaghavendra Rao Ananta1-0/+1
2025-11-05hisi_acc_vfio_pci: adapt to new migration configurationLongfang Liu2-39/+114
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-4/+17
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-21vfio/pci: drop nth_page() usage within SG entryDavid Hildenbrand2-4/+2
2025-09-19vfio/pds: replace bitmap_free with vfreeZilin Guan1-1/+1
2025-09-19hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_initMiaoqian Lin1-1/+5
2025-08-27vfio/nvgrace-gpu: fix grammatical errorMorduan Zang1-1/+1
2025-08-27vfio/pci: drop redundant conversion to boolXichao Zhao1-1/+1
2025-08-07Merge tag 'vfio-v6.17-rc1-v2' of https://github.com/awilliam/linux-vfioLinus Torvalds9-12/+31
2025-08-05vfio/qat: add support for intel QAT 6xxx virtual functionsMałgorzata Mielnik1-1/+3
2025-08-05vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe8-8/+24
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2025-07-17vfio/pci: Use pci_is_display()Mario Limonciello1-2/+1
2025-07-15vfio/mlx5: fix possible overflow in tracking max message sizeArtem Sadovnikov1-2/+2
2025-07-11vfio/pci: Separate SR-IOV VF dev_setAlex Williamson1-1/+1
2025-07-11vfio/pds: Fix missing detach_ioas opBrett Creeley1-0/+1
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-3/+2
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple1-4/+2
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson1-2/+1
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson1-6/+3