summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci
AgeCommit message (Expand)AuthorFilesLines
2025-08-28vfio/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-06-27hisi_acc_vfio_pci: add eq and aeq interruption restoreLongfang Liu1-0/+16
2025-06-27hisi_acc_vfio_pci: fix XQE dma address errorLongfang Liu2-8/+47
2025-06-04vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson3-11/+4
2025-02-21vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2024-12-14vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas1-12/+35
2024-12-14vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-10-17vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-05-17VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven1-0/+2
2024-04-03vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+82
2024-04-03vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-04-03vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+28
2024-04-03vfio/pci: Remove negative check on unsigned vectorReinette Chatre1-7/+8
2024-04-03vfio/pci: Consolidate irq cleanup on MSI/MSI-X disableReinette Chatre1-2/+1
2024-04-03vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe5-12/+15
2022-11-10vfio/pci: Check the device set open count on resetAnthony DeRossi1-5/+5
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe1-1/+1
2022-09-27hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu2-12/+12
2022-09-27hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu1-1/+0
2022-09-27hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu1-3/+5
2022-09-27hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu1-4/+4
2022-09-27hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu1-1/+1
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu2-73/+37
2022-09-21vfio/mlx5: Use the new device life cycle helpersYi Liu1-14/+36
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu2-10/+45
2022-09-08vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas3-3/+14
2022-09-08vfio/mlx5: Manage error scenarios on trackerYishai Hadas2-2/+61
2022-09-08vfio/mlx5: Report dirty pages from trackerYishai Hadas2-0/+195
2022-09-08vfio/mlx5: Create and destroy page tracker objectYishai Hadas2-0/+148
2022-09-08vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas2-12/+636
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas1-0/+5
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson1-2/+6
2022-09-02hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()Shameer Kolothum1-10/+10
2022-09-02vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu1-3/+60
2022-09-02vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu1-8/+145
2022-09-02vfio/pci: Mask INTx during runtime suspendAbhishek Sahu3-6/+40
2022-09-02vfio-pci: Replace 'void __user *' with proper types in the ioctl functionsJason Gunthorpe1-30/+28
2022-09-02vfio-pci: Re-indent what was vfio_pci_core_ioctl()Jason Gunthorpe1-362/+349
2022-09-02vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctlJason Gunthorpe1-29/+68
2022-09-02vfio-pci: Fix vfio_pci_ioeventfd() to return intJason Gunthorpe2-4/+4
2022-09-02vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe3-8/+18
2022-09-02vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe2-8/+8
2022-09-02vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe8-7/+144
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel1-2/+6
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds6-11/+40
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-6/+52
2022-08-01vfio/pci: fix the wrong wordBo Liu1-1/+1
2022-07-11vfio-pci/zdev: different maxstbl for interpreted devicesMatthew Rosato1-2/+4
2022-07-11vfio-pci/zdev: add function handle to clp base capabilityMatthew Rosato1-2/+3