aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vfio/pci
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+4
2026-08-13vfio/pci: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEXFarhan Ali2-8/+3
2026-08-13vfio-pci/zdev: Add a device feature for error informationFarhan Ali3-2/+53
2026-08-13s390/pci: Store PCI error information for passthrough devicesFarhan Ali1-3/+15
2026-08-05vfio/pci: Avoid mapping BARs for devices with non-mappable BARsFarhan Ali1-0/+3
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes2-2/+4
2026-07-17vfio/pci: clear vdev->msi_perm after freeing it on init failureXiang Mei1-0/+1
2026-06-29vfio/pci: Expose latched module parameter policy in debugfsAlex Williamson1-0/+59
2026-06-29vfio/pci: Latch all module parameters per deviceAlex Williamson2-28/+28
2026-06-29vfio/mlx5: Fix racy bitfields and tighten struct layoutAlex Williamson1-6/+9
2026-06-29vfio/pci: Release the VGA arbiter client on register_device() failureAlex Williamson1-0/+1
2026-06-29vfio/pci: Latch disable_idle_d3 per deviceAlex Williamson1-9/+10
2026-06-10vfio/qat: fix f_pos race in qat_vf_resume_write()Giovanni Cabiddu1-6/+10
2026-06-05vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSECAnkit Agrawal1-12/+150
2026-05-22vfio/pci: Use a private flag to prevent power state change with VFsRaghavendra Rao Ananta1-3/+14
2026-05-20vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_doneGuoHan Zhao1-2/+0
2026-05-20hisi_acc_vfio_pci: simplify the command for reading device informationWeili Qian1-36/+3
2026-05-20vfio/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/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