summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2026-05-14vfio/pci: Check BAR resources before exporting a DMABUFMatt Evans-2/+4
2026-05-14vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()Matt Evans-20/+43
2026-05-13vfio/pci: fix dma-buf kref underflow after revokeAlex Williamson-18/+18
2026-04-21vfio/cdx: Consolidate MSI configured state onto cdx_irqsAlex Williamson-16/+14
2026-04-21vfio/cdx: Serialize VFIO_DEVICE_SET_IRQS with a per-device mutexAlex Williamson-7/+24
2026-04-21vfio/cdx: Fix NULL pointer dereference in interrupt trigger pathPrasanna Kumar T S M-0/+4
2026-04-21vfio: replace vfio->device_class with a const struct classAlex Williamson-20/+19
2026-04-21vfio/virtio: Use guard() for bar_mutex in legacy I/OAlex Williamson-9/+8
2026-04-21vfio/virtio: Use guard() for migf->lock where applicableAlex Williamson-26/+14
2026-04-21vfio/virtio: Use guard() for list_lock where applicableAlex Williamson-21/+16
2026-04-21vfio/virtio: Convert list_lock from spinlock to mutexAlex Williamson-17/+18
2026-04-21vfio/pci: Clean up DMABUFs before disabling functionMatt Evans-2/+2
2026-04-16Merge tag 'vfio-v7.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-124/+614
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-18/+76
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-12/+7
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+3
2026-04-13vfio/xe: Add a missing vfio_pci_core_release_dev()Michał Winiarski-0/+1
2026-04-13vfio/xe: Reorganize the init to decouple migration from resetMichał Winiarski-18/+25
2026-04-10vfio: remove dead notifier codePaolo Bonzini-5/+0
2026-04-04bus: fsl-mc: use generic driver_override infrastructureDanilo Krummrich-3/+1
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich-3/+2
2026-04-02vfio/pci: Require vfio_device_ops.nameAlex Williamson-0/+4
2026-04-01vfio/ism: Implement vfio_pci driver for ISM devicesJulian Ruess-0/+425
2026-04-01vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and expor...Julian Ruess-3/+9
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie-3/+2
2026-03-30drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else blockRitesh Harjani (IBM)-12/+7
2026-03-26vfio/pci: Fix double free in dma-buf featureAlex Williamson-3/+2
2026-03-24vfio/xe: Notify PF about VF FLR in reset_preparePiotr Piórkowski-0/+14
2026-03-23vfio/qat: add support for Intel QAT 420xx VFsGiovanni Cabiddu-0/+2
2026-03-19vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFOYishai Hadas-39/+83
2026-03-19vfio/mlx5: consider inflight SAVE during PRE_COPYYishai Hadas-1/+8
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas-45/+24
2026-03-19vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2Yishai Hadas-0/+21
2026-03-16vfio: replace vfio->class with a const struct classJori Koolstra-12/+11
2026-02-27vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devicesVijay Sundar Selvamani-1/+1
2026-02-23vfio: Permit VFIO to work with pinned importersLeon Romanovsky-12/+3
2026-02-23vfio: Wait for dma-buf invalidation to completeLeon Romanovsky-4/+57
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-89/+231
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-29/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-66/+63
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-23/+158
2026-02-06vfio/fsl-mc: add myself as maintainerIoana Ciornei-6/+1
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann-12/+29
2026-01-29hisi_acc_vfio_pci: fix the queue parameter anomaly issueLongfang Liu-1/+1
2026-01-29hisi_acc_vfio_pci: resolve duplicate migration statesLongfang Liu-0/+1
2026-01-29hisi_acc_vfio_pci: update status after RAS errorLongfang Liu-2/+1
2026-01-29hisi_acc_vfio_pci: fix VF reset timeout issueWeili Qian-0/+26
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky-2/+2
2026-01-23vfio: Prevent from pinned DMABUF importers to attach to VFIO DMABUFLeon Romanovsky-0/+12