summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds7 days9-20/+26
|\
| * vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson2025-03-173-11/+4
| * vfio/virtio: Enable support for virtio-block live migrationYishai Hadas2025-03-103-6/+9
| * vfio/pci: match IGD devices in display controller classTomita Moeko2025-02-273-3/+13
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7 days1-0/+2
|\ \
| * | vfio-iommufd: Support pasid [at|de]tach for physical VFIO devicesYi Liu2025-03-251-0/+2
| |/
* / s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle2025-03-212-5/+1
|/
* Merge tag 'vfio-v6.14-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2025-01-284-69/+186
|\
| * vfio/nvgrace-gpu: Add GB200 SKU to the devid tableAnkit Agrawal2025-01-271-0/+2
| * vfio/nvgrace-gpu: Check the HBM training and C2C link statusAnkit Agrawal2025-01-271-0/+72
| * vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VMAnkit Agrawal2025-01-271-22/+45
| * vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmemAnkit Agrawal2025-01-271-0/+28
| * vfio/pci: Expose setup ROM at ROM bar when neededYunxiang Li2025-01-063-22/+38
| * vfio/pci: Remove shadow ROM specific code pathsYunxiang Li2025-01-063-17/+4
| * vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64Ramesh Thomas2025-01-061-12/+0
| * vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas2025-01-061-0/+1
* | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-262-10/+10
|\ \
| * | mm: alloc_pages_bulk: rename APILuiz Capitulino2025-01-252-10/+10
* | | Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2025-01-251-2/+3
|\ \ \ | |_|/ |/| |
| * | PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFTDongdong Zhang2025-01-211-2/+3
* | | vfio/pci: Fallback huge faults for unaligned pfnAlex Williamson2025-01-031-8/+9
| |/ |/|
* | Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-12-111-12/+35
|\ \
| * | vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas2024-12-051-12/+35
| |/
* / module: Convert symbol namespace to string literalPeter Zijlstra2024-12-023-3/+3
|/
* vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon2024-11-251-2/+14
* vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()Yishai Hadas2024-11-141-18/+17
* vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()Yishai Hadas2024-11-141-1/+5
* vfio/virtio: Enable live migration once VIRTIO_PCI was configuredYishai Hadas2024-11-135-401/+489
* vfio/virtio: Add PRE_COPY support for live migrationYishai Hadas2024-11-132-8/+227
* vfio/virtio: Add support for the basic live migration functionalityYishai Hadas2024-11-134-25/+1285
* hisi_acc_vfio_pci: register debugfs for hisilicon migration driverLongfang Liu2024-11-132-0/+210
* hisi_acc_vfio_pci: create subfunction for data readingLongfang Liu2024-11-121-21/+33
* hisi_acc_vfio_pci: extract public functions for container_ofLongfang Liu2024-11-121-10/+11
* vfio/qat: fix overflow check in qat_vf_resume_write()Giovanni Cabiddu2024-10-301-1/+1
* vfio/nvgrace-gpu: Add a new GH200 SKU to the devid tableAnkit Agrawal2024-10-301-0/+2
* [tree-wide] finally take no_llseek outAl Viro2024-09-274-8/+0
* Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-09-241-6/+1
|\
| * vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()Dan Carpenter2024-09-121-1/+1
| * vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'Dr. David Alan Gilbert2024-09-031-5/+0
* | vfio/pci: implement huge_fault supportAlex Williamson2024-09-171-17/+43
|/
* Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-07-191-60/+62
|\
| * vfio/pci: Support 8-byte PCI loads and storesBen Segal2024-06-211-0/+16
| * vfio/pci: Extract duplicated code into macroGerd Bayer2024-06-211-60/+46
* | vfio/pci: Init the count variable in collecting hot-reset devicesYi Liu2024-07-101-1/+1
|/
* vfio/pci: Insert full vma on mmap'd MMIO faultAlex Williamson2024-06-121-2/+17
* vfio/pci: Use unmap_mapping_range()Alex Williamson2024-05-311-209/+55
* Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-05-207-63/+800
|\
| * vfio/pci: Restore zero affected bus reset devices warningAlex Williamson2024-05-171-0/+3
| * vfio/pci: Collect hot-reset devices to local bufferAlex Williamson2024-05-091-29/+49
| * vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devicesXin Zeng2024-04-295-0/+721