aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
10 daysvfio/pci: Use a private flag to prevent power state change with VFsRaghavendra Rao Ananta1-3/+14
11 daysvfio/xe: avoid duplicate reset in xe_vfio_pci_reset_doneGuoHan Zhao1-2/+0
11 dayshisi_acc_vfio_pci: simplify the command for reading device informationWeili Qian1-36/+3
11 daysvfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()Matt Evans5-43/+33
2026-05-14vfio/pci: Check BAR resources before exporting a DMABUFMatt Evans1-2/+4
2026-05-14vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()Matt Evans2-20/+43
2026-05-13vfio/pci: fix dma-buf kref underflow after revokeAlex Williamson1-18/+18
2026-04-21vfio/cdx: Consolidate MSI configured state onto cdx_irqsAlex Williamson2-16/+14
2026-04-21vfio/cdx: Serialize VFIO_DEVICE_SET_IRQS with a per-device mutexAlex Williamson3-7/+24
2026-04-21vfio/cdx: Fix NULL pointer dereference in interrupt trigger pathPrasanna Kumar T S M1-0/+4
2026-04-21vfio: replace vfio->device_class with a const struct classAlex Williamson3-20/+19
2026-04-21vfio/virtio: Use guard() for bar_mutex in legacy I/OAlex Williamson1-9/+8
2026-04-21vfio/virtio: Use guard() for migf->lock where applicableAlex Williamson1-26/+14
2026-04-21vfio/virtio: Use guard() for list_lock where applicableAlex Williamson1-21/+16
2026-04-21vfio/virtio: Convert list_lock from spinlock to mutexAlex Williamson2-17/+18
2026-04-21vfio/pci: Clean up DMABUFs before disabling functionMatt Evans1-2/+2
2026-04-16Merge tag 'vfio-v7.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds20-124/+614
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-18/+76
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-12/+7
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+3
2026-04-13vfio/xe: Add a missing vfio_pci_core_release_dev()Michał Winiarski1-0/+1
2026-04-13vfio/xe: Reorganize the init to decouple migration from resetMichał Winiarski1-18/+25
2026-04-10vfio: remove dead notifier codePaolo Bonzini3-5/+0
2026-04-04bus: fsl-mc: use generic driver_override infrastructureDanilo Krummrich1-3/+1
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich1-3/+2
2026-04-02vfio/pci: Require vfio_device_ops.nameAlex Williamson1-0/+4
2026-04-01vfio/ism: Implement vfio_pci driver for ISM devicesJulian Ruess5-0/+425
2026-04-01vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and expor...Julian Ruess2-3/+9
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie1-3/+2
2026-03-30drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else blockRitesh Harjani (IBM)1-12/+7
2026-03-26vfio/pci: Fix double free in dma-buf featureAlex Williamson1-3/+2
2026-03-24vfio/xe: Notify PF about VF FLR in reset_preparePiotr Piórkowski1-0/+14
2026-03-23vfio/qat: add support for Intel QAT 420xx VFsGiovanni Cabiddu1-0/+2
2026-03-19vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFOYishai Hadas3-39/+83
2026-03-19vfio/mlx5: consider inflight SAVE during PRE_COPYYishai Hadas3-1/+8
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas4-45/+24
2026-03-19vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2Yishai Hadas1-0/+21
2026-03-16vfio: replace vfio->class with a const struct classJori Koolstra1-12/+11
2026-02-27vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devicesVijay Sundar Selvamani1-1/+1
2026-02-23vfio: Permit VFIO to work with pinned importersLeon Romanovsky1-12/+3
2026-02-23vfio: Wait for dma-buf invalidation to completeLeon Romanovsky1-4/+57
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard31-89/+231
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-29/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook27-66/+63
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds8-23/+158
2026-02-06vfio/fsl-mc: add myself as maintainerIoana Ciornei2-6/+1
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-12/+29
2026-01-29hisi_acc_vfio_pci: fix the queue parameter anomaly issueLongfang Liu1-1/+1
2026-01-29hisi_acc_vfio_pci: resolve duplicate migration statesLongfang Liu1-0/+1
2026-01-29hisi_acc_vfio_pci: update status after RAS errorLongfang Liu1-2/+1
2026-01-29hisi_acc_vfio_pci: fix VF reset timeout issueWeili Qian2-0/+26
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky1-2/+2
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-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-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds25-419/+1067
2025-12-01Merge 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-20Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/nextAlex Williamson9-22/+455
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-20vfio: Export vfio device get and put registration helpersVivek Kasireddy1-0/+2
2025-11-12vfio: Remove the get_region_info opJason Gunthorpe1-27/+21
2025-11-12vfio: Move the remaining drivers to get_region_info_capsJason Gunthorpe2-37/+16
2025-11-12vfio/platform: Convert to get_region_info_capsJason Gunthorpe4-20/+11
2025-11-12vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe10-149/+78
2025-11-12vfio: Add get_region_info_caps opJason Gunthorpe1-4/+52
2025-11-12vfio: Require drivers to implement get_region_infoJason Gunthorpe1-4/+4
2025-11-12vfio/cdx: Provide a get_region_info opJason Gunthorpe1-3/+4
2025-11-12vfio/fsl: Provide a get_region_info opJason Gunthorpe1-24/+32
2025-11-12vfio/platform: Provide a get_region_info opJason Gunthorpe4-22/+32
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 Gunthorpe2-3/+13
2025-11-06hisi_acc_vfio_pci: Add .match_token_uuid callback in hisi_acc_vfio_pci_migrn_opsRaghavendra Rao Ananta1-0/+1
2025-11-06vfio: Fix ksize arg while copying user struct in vfio_df_ioctl_bind_iommufd()Raghavendra Rao Ananta1-1/+1
2025-11-05hisi_acc_vfio_pci: adapt to new migration configurationLongfang Liu2-39/+114
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/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-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/gi...Linus 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
2025-05-19hisi_acc_vfio_pci: fix XQE dma address errorLongfang Liu2-8/+47
2025-05-19vfio/type1: Remove Fine Grained Superpages detectionJason Gunthorpe1-48/+1
2025-05-06vfio/pci: Align huge faults to orderAlex Williamson1-6/+6
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-04-14vfio/pci: Virtualize zero INTx PIN if no pdev->irqAlex Williamson1-1/+1
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds10-66/+103
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+110
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+1
2025-03-25vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasidYi Liu1-8/+52
2025-03-25vfio-iommufd: Support pasid [at|de]tach for physical VFIO devicesYi Liu2-0/+52
2025-03-25iommufd: Support pasid attach/replaceYi Liu1-4/+6
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle2-5/+1
2025-03-17vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson3-11/+4
2025-03-10vfio/virtio: Enable support for virtio-block live migrationYishai Hadas3-6/+9
2025-02-27vfio/type1: Use mapping page mask for pfnmapsAlex Williamson1-7/+16
2025-02-27vfio/type1: Use consistent types for page countsAlex Williamson1-10/+10
2025-02-27vfio/type1: Use vfio_batch for vaddr_get_pfns()Alex Williamson1-28/+35
2025-02-27vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batchAlex Williamson1-4/+17
2025-02-27vfio/type1: Catch zero from pin_user_pages_remote()Alex Williamson1-0/+2
2025-02-27vfio/pci: match IGD devices in display controller classTomita Moeko3-3/+13
2025-02-21make use of anon_inode_getfile_fmode()Al Viro1-14/+2
2025-01-28Merge tag 'vfio-v6.14-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-69/+196
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-01-27vfio/nvgrace-gpu: Add GB200 SKU to the devid tableAnkit Agrawal1-0/+2
2025-01-27vfio/nvgrace-gpu: Check the HBM training and C2C link statusAnkit Agrawal1-0/+72
2025-01-27vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VMAnkit Agrawal1-22/+45
2025-01-27vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmemAnkit Agrawal1-0/+28
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+10
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino2-10/+10
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2025-01-23vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2025-01-21PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFTDongdong Zhang1-2/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman1-8/+9
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit1-2/+2
2025-01-06vfio/pci: Expose setup ROM at ROM bar when neededYunxiang Li3-22/+38
2025-01-06vfio/pci: Remove shadow ROM specific code pathsYunxiang Li3-17/+4
2025-01-06vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64Ramesh Thomas1-12/+0
2025-01-06vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2025-01-03vfio/pci: Fallback huge faults for unaligned pfnAlex Williamson1-8/+9
2024-12-11Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds1-12/+35
2024-12-05vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas1-12/+35
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra6-7/+7
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds13-470/+2277
2024-11-25vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+1
2024-11-14vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()Yishai Hadas1-18/+17
2024-11-14vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()Yishai Hadas1-1/+5
2024-11-13vfio/virtio: Enable live migration once VIRTIO_PCI was configuredYishai Hadas5-400/+488
2024-11-13vfio/virtio: Add PRE_COPY support for live migrationYishai Hadas2-8/+227
2024-11-13vfio/virtio: Add support for the basic live migration functionalityYishai Hadas4-25/+1285