summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2025-09-19vfio/platform: Mark reset drivers for removalAlex Williamson-3/+9
2025-09-19vfio/amba: Mark for removalAlex Williamson-1/+6
2025-08-27vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQNipun Gupta-1/+19
2025-08-27vfio/nvgrace-gpu: fix grammatical errorMorduan Zang-1/+1
2025-08-27vfio/pci: drop redundant conversion to boolXichao Zhao-1/+1
2025-08-27vfio/fsl-mc: Mark for removalAlex Williamson-1/+6
2025-08-25vfio/pci: print vfio-device syspath to fdinfoAlex Mastro-0/+20
2025-08-07Merge tag 'vfio-v6.17-rc1-v2' of https://github.com/awilliam/linux-vfioLinus Torvalds-20/+82
2025-08-05vfio/type1: conditional rescheduling while pinningKeith Busch-0/+7
2025-08-05vfio/qat: add support for intel QAT 6xxx virtual functionsMaƂgorzata Mielnik-1/+3
2025-08-05vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe-11/+59
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+2
2025-07-17vfio/pci: Use pci_is_display()Mario Limonciello-2/+1
2025-07-15vfio/mlx5: fix possible overflow in tracking max message sizeArtem Sadovnikov-2/+2
2025-07-11vfio/pci: Separate SR-IOV VF dev_setAlex Williamson-1/+1
2025-07-11vfio/pds: Fix missing detach_ioas opBrett Creeley-0/+1
2025-07-11vfio: Prevent open_count decrement to negativeJacob Pan-1/+2
2025-07-11vfio: Fix unbalanced vfio_df_close call in no-iommu modeJacob Pan-4/+7
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple-3/+2
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple-4/+2
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson-2/+1
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson-6/+3
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-05-22vfio/type1: Fix error unwind in migration dirty bitmap allocationLi RongQing-1/+1
2025-05-20vfio/mlx5: Enable the DMA link APILeon Romanovsky-203/+143
2025-05-20vfio/mlx5: Rewrite create mkey flow to allow better code reuseLeon Romanovsky-70/+91
2025-05-20vfio/mlx5: Explicitly use number of pages instead of allocated lengthLeon Romanovsky-41/+57
2025-05-19hisi_acc_vfio_pci: update function return values.Longfang Liu-13/+16
2025-05-19hisi_acc_vfio_pci: bugfix live migration function without VF device driverLongfang Liu-7/+15
2025-05-19hisi_acc_vfio_pci: bugfix the problem of uninstalling driverLongfang Liu-0/+1
2025-05-19hisi_acc_vfio_pci: bugfix cache write-back issueLongfang Liu-7/+7
2025-05-19hisi_acc_vfio_pci: add eq and aeq interruption restoreLongfang Liu-0/+16
2025-05-19hisi_acc_vfio_pci: fix XQE dma address errorLongfang Liu-8/+47
2025-05-19vfio/type1: Remove Fine Grained Superpages detectionJason Gunthorpe-48/+1
2025-05-06vfio/pci: Align huge faults to orderAlex Williamson-6/+6
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann-1/+1
2025-04-14vfio/pci: Virtualize zero INTx PIN if no pdev->irqAlex Williamson-1/+1
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-66/+103
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+110
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+1
2025-03-25vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasidYi Liu-8/+52
2025-03-25vfio-iommufd: Support pasid [at|de]tach for physical VFIO devicesYi Liu-0/+52
2025-03-25iommufd: Support pasid attach/replaceYi Liu-4/+6
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle-5/+1
2025-03-17vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson-11/+4
2025-03-10vfio/virtio: Enable support for virtio-block live migrationYishai Hadas-6/+9
2025-02-27vfio/type1: Use mapping page mask for pfnmapsAlex Williamson-7/+16
2025-02-27vfio/type1: Use consistent types for page countsAlex Williamson-10/+10
2025-02-27vfio/type1: Use vfio_batch for vaddr_get_pfns()Alex Williamson-28/+35