summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci
AgeCommit message (Expand)AuthorFilesLines
2026-03-04hisi_acc_vfio_pci: update status after RAS errorLongfang Liu1-2/+1
2026-03-04vfio/pci: Lock upstream bridge for vfio_pci_core_disable()Anthony Pighin (Nokia)1-4/+13
2026-01-08vfio/pci: Disable qword access to the PCI ROM barKevin Tian2-8/+20
2026-01-08vfio/pds: Fix memory leak in pds_vfio_dirty_enable()Zilin Guan1-2/+5
2025-12-18vfio/pci: Use RCU for error/request triggers to avoid circular lockingAlex Williamson3-39/+85
2025-11-13vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devicesTimothy Pearson1-0/+7
2025-10-15vfio/pds: replace bitmap_free with vfreeZilin Guan1-1/+1
2025-08-20vfio/mlx5: fix possible overflow in tracking max message sizeArtem Sadovnikov1-2/+2
2025-08-15vfio/pci: Separate SR-IOV VF dev_setAlex Williamson1-1/+1
2025-08-15vfio/pds: Fix missing detach_ioas opBrett Creeley1-0/+1
2025-07-10hisi_acc_vfio_pci: bugfix the problem of uninstalling driverLongfang Liu1-0/+1
2025-07-10hisi_acc_vfio_pci: bugfix cache write-back issueLongfang Liu1-6/+7
2025-06-19hisi_acc_vfio_pci: bugfix live migration function without VF device driverLongfang Liu1-7/+15
2025-06-19hisi_acc_vfio_pci: add eq and aeq interruption restoreLongfang Liu1-0/+16
2025-06-19hisi_acc_vfio_pci: fix XQE dma address errorLongfang Liu2-8/+47
2025-05-29vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson3-11/+4
2025-05-18vfio/pci: Align huge faults to orderAlex Williamson1-6/+6
2025-02-21vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VMAnkit Agrawal1-22/+45
2025-02-21vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmemAnkit Agrawal1-0/+28
2025-02-21vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2025-01-17vfio/pci: Fallback huge faults for unaligned pfnAlex Williamson1-8/+9
2024-12-14vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas1-12/+35
2024-12-09vfio/qat: fix overflow check in qat_vf_resume_write()Giovanni Cabiddu1-1/+1
2024-12-05vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-12-05vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()Yishai Hadas1-18/+17
2024-12-05vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()Yishai Hadas1-1/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro4-8/+0
2024-09-24Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-6/+1
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson1-17/+43
2024-09-12vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()Dan Carpenter1-1/+1
2024-09-03vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'Dr. David Alan Gilbert1-5/+0
2024-07-19Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-60/+62
2024-07-10vfio/pci: Init the count variable in collecting hot-reset devicesYi Liu1-1/+1
2024-06-21vfio/pci: Support 8-byte PCI loads and storesBen Segal1-0/+16
2024-06-21vfio/pci: Extract duplicated code into macroGerd Bayer1-60/+46
2024-06-13vfio/pci: Insert full vma on mmap'd MMIO faultAlex Williamson1-2/+17
2024-06-01vfio/pci: Use unmap_mapping_range()Alex Williamson1-209/+55
2024-05-21Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds7-63/+800
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-17vfio/pci: Restore zero affected bus reset devices warningAlex Williamson1-0/+3
2024-05-13VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven1-0/+2
2024-05-10vfio/pci: Collect hot-reset devices to local bufferAlex Williamson1-29/+49
2024-04-29vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devicesXin Zeng5-0/+721
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-23vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-04-23vfio/pci: Pass eventfd context object through irqfdAlex Williamson1-20/+13
2024-04-23vfio/pci: Pass eventfd context to IRQ handlerAlex Williamson1-13/+11
2024-03-11vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+78
2024-03-11vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+28
2024-03-11vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10