aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
7 daysvfio/pci: Expose latched module parameter policy in debugfsAlex Williamson1-0/+59
7 daysvfio: Remove device debugfs before releasing devresAlex Williamson2-1/+8
7 daysvfio/pci: Latch all module parameters per deviceAlex Williamson2-28/+28
7 daysvfio/mlx5: Fix racy bitfields and tighten struct layoutAlex Williamson1-6/+9
7 daysvfio/pci: Release the VGA arbiter client on register_device() failureAlex Williamson1-0/+1
7 daysvfio/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: prevent infinite loop in vfio_mig_get_next_state() on blocked arcJunrui Luo1-1/+2
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/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