summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2025-08-28vfio/mlx5: fix possible overflow in tracking max message sizeArtem Sadovnikov1-2/+2
2025-08-28vfio/type1: conditional rescheduling while pinningKeith Busch1-0/+7
2025-08-15vfio/pci: Separate SR-IOV VF dev_setAlex Williamson1-1/+1
2025-06-27vfio/type1: Fix error unwind in migration dirty bitmap allocationLi RongQing1-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
2025-02-21vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2025-02-21iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index()Qasim Ijaz1-1/+1
2025-02-01vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
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/fsl-mc: Block calling interrupt handler without triggerAlex Williamson1-3/+4
2024-04-03vfio/platform: Create persistent IRQ handlersAlex Williamson1-33/+68
2024-04-03vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+82
2024-04-03vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson1-0/+21
2024-04-03vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-04-03vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
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 Gunthorpe7-14/+17
2024-03-01iommufd/iova_bitmap: Consider page offset for the pages to be pinnedJoao Martins1-6/+7
2024-03-01iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 arrayJoao Martins1-4/+4
2024-03-01iommufd/iova_bitmap: Bounds check mapped::pages accessJoao Martins1-0/+4
2023-10-06vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()Jinjie Ruan1-1/+2
2023-09-13vfio/type1: fix cap_migration information leakStefan Hajnoczi1-1/+1
2023-07-19vfio/mdev: Move the compat_class initialization to module initEric Farman1-9/+14
2023-06-05vfio/type1: check pfn valid before converting to struct pageYan Zhao1-0/+5
2023-03-10vfio/type1: restore locked_vmSteve Sistare1-0/+35
2023-03-10vfio/type1: track locked_vm per dmaSteve Sistare1-6/+17
2023-03-10vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare1-27/+14
2023-03-10vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRSteve Sistare1-2/+42
2023-02-01vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Niklas Schnelle1-11/+20
2022-12-31vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundariesJoao Martins1-17/+13
2022-12-31vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmapsJoao Martins1-2/+6
2022-12-31vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2022-11-10vfio/pci: Check the device set open count on resetAnthony DeRossi1-5/+5
2022-11-10vfio: Export the device set open countAnthony DeRossi1-0/+13
2022-11-10vfio: Fix container device registration life cycleAnthony DeRossi1-5/+8
2022-10-13Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds28-1757/+4088
2022-10-07vfio: More vfio_file_is_group() use casesAlex Williamson1-3/+3
2022-10-07vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe2-24/+44
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe1-2/+4
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe2-2/+16
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe3-29/+30
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe2-28/+20