summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
5 daysvfio/mlx5: fix possible overflow in tracking max message sizeArtem Sadovnikov1-2/+2
5 daysvfio/type1: conditional rescheduling while pinningKeith Busch1-0/+7
10 daysvfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe9-11/+59
10 daysvfio/pci: Separate SR-IOV VF dev_setAlex Williamson1-1/+1
10 daysvfio/pds: Fix missing detach_ioas opBrett Creeley1-0/+1
10 daysvfio: Prevent open_count decrement to negativeJacob Pan1-1/+2
10 daysvfio: Fix unbalanced vfio_df_close call in no-iommu modeJacob Pan2-4/+7
2025-06-19vfio/type1: Fix error unwind in migration dirty bitmap allocationLi RongQing1-1/+1
2025-06-19hisi_acc_vfio_pci: bugfix live migration function without VF device driverLongfang Liu1-7/+15
2025-06-19hisi_acc_vfio_pci: bugfix the problem of uninstalling driverLongfang Liu1-0/+1
2025-06-19hisi_acc_vfio_pci: bugfix cache write-back issueLongfang Liu1-7/+7
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-06vfio/pci: Align huge faults to orderAlex Williamson1-6/+6
2025-04-14vfio/pci: Virtualize zero INTx PIN if no pdev->irqAlex Williamson1-1/+1
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds10-66/+103
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+110
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+1
2025-03-25vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasidYi Liu1-8/+52
2025-03-25vfio-iommufd: Support pasid [at|de]tach for physical VFIO devicesYi Liu2-0/+52
2025-03-25iommufd: Support pasid attach/replaceYi Liu1-4/+6
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle2-5/+1
2025-03-17vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson3-11/+4
2025-03-10vfio/virtio: Enable support for virtio-block live migrationYishai Hadas3-6/+9
2025-02-27vfio/type1: Use mapping page mask for pfnmapsAlex Williamson1-7/+16
2025-02-27vfio/type1: Use consistent types for page countsAlex Williamson1-10/+10
2025-02-27vfio/type1: Use vfio_batch for vaddr_get_pfns()Alex Williamson1-28/+35
2025-02-27vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batchAlex Williamson1-4/+17
2025-02-27vfio/type1: Catch zero from pin_user_pages_remote()Alex Williamson1-0/+2
2025-02-27vfio/pci: match IGD devices in display controller classTomita Moeko3-3/+13
2025-02-21make use of anon_inode_getfile_fmode()Al Viro1-14/+2
2025-01-28Merge tag 'vfio-v6.14-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-69/+196
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-01-27vfio/nvgrace-gpu: Add GB200 SKU to the devid tableAnkit Agrawal1-0/+2
2025-01-27vfio/nvgrace-gpu: Check the HBM training and C2C link statusAnkit Agrawal1-0/+72
2025-01-27vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VMAnkit Agrawal1-22/+45
2025-01-27vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmemAnkit Agrawal1-0/+28
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+10
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino2-10/+10
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2025-01-23vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2025-01-21PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFTDongdong Zhang1-2/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman1-8/+9
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit1-2/+2
2025-01-06vfio/pci: Expose setup ROM at ROM bar when neededYunxiang Li3-22/+38
2025-01-06vfio/pci: Remove shadow ROM specific code pathsYunxiang Li3-17/+4
2025-01-06vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64Ramesh Thomas1-12/+0
2025-01-06vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2025-01-03vfio/pci: Fallback huge faults for unaligned pfnAlex Williamson1-8/+9
2024-12-11Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds1-12/+35