aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vfio/pci
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds16-107/+582
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/powerpc/linuxLinus Torvalds1-12/+7
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-3/+2
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-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 export itJulian 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-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 Ripard16-53/+201
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 Torvalds6-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-37/+35
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-16/+156
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
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/git/jgg/iommufdLinus Torvalds1-0/+34
2025-12-01vfio/xe: Add device specific vfio_pci driver variant for Intel graphicsMichał Winiarski5-0/+592