aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-23/+5
2025-11-28vfio: convert vfio_group_ioctl_get_device_fd() to FD_ADD()Christian Brauner1-23/+5
2025-10-28vfio/type1: handle DMA map/unmap up to the addressable limitAlex Mastro1-35/+42
2025-10-28vfio/type1: move iova increment to unmap_unpin_*() callerAlex Mastro1-10/+10
2025-10-28vfio/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-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-19vfio: return -ENOTTY for unsupported device featureAlex Mastro1-1/+1
2025-09-19hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_initMiaoqian Lin1-1/+5
2025-09-19vfio/platform: Mark reset drivers for removalAlex Williamson4-3/+9
2025-09-19vfio/amba: Mark for removalAlex Williamson2-1/+6
2025-08-27vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQNipun Gupta2-1/+19
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-27vfio/fsl-mc: Mark for removalAlex Williamson2-1/+6
2025-08-25vfio/pci: print vfio-device syspath to fdinfoAlex Mastro1-0/+20
2025-08-07Merge tag 'vfio-v6.17-rc1-v2' of https://github.com/awilliam/linux-vfioLinus Torvalds14-20/+82
2025-08-05vfio/type1: conditional rescheduling while pinningKeith Busch1-0/+7
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 Gunthorpe9-11/+59
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-2/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-11vfio: Prevent open_count decrement to negativeJacob Pan1-1/+2
2025-07-11vfio: Fix unbalanced vfio_df_close call in no-iommu modeJacob Pan2-4/+7
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
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2025-05-22vfio/type1: Fix error unwind in migration dirty bitmap allocationLi RongQing1-1/+1
2025-05-20vfio/mlx5: Enable the DMA link APILeon Romanovsky3-203/+143
2025-05-20vfio/mlx5: Rewrite create mkey flow to allow better code reuseLeon Romanovsky2-70/+91
2025-05-20vfio/mlx5: Explicitly use number of pages instead of allocated lengthLeon Romanovsky3-41/+57
2025-05-19hisi_acc_vfio_pci: update function return values.Longfang Liu1-13/+16
2025-05-19hisi_acc_vfio_pci: bugfix live migration function without VF device driverLongfang Liu1-7/+15
2025-05-19hisi_acc_vfio_pci: bugfix the problem of uninstalling driverLongfang Liu1-0/+1
2025-05-19hisi_acc_vfio_pci: bugfix cache write-back issueLongfang Liu1-7/+7
2025-05-19hisi_acc_vfio_pci: add eq and aeq interruption restoreLongfang Liu1-0/+16