summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2025-03-13vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2025-03-13vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2025-02-01vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2024-12-14vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-04-13vfio/platform: Create persistent IRQ handlersAlex Williamson1-33/+68
2024-04-13vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+82
2024-04-13vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson1-0/+21
2024-04-13vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+24
2024-04-13vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-04-13vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
2023-01-18vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2022-08-25vfio: Clear the caps->buf to NULL after freeSchspa Shi1-0/+1
2021-09-22vfio: Use config not menuconfig for VFIO_NOIOMMUJason Gunthorpe1-1/+1
2021-07-14vfio/pci: Handle concurrent vma faultsAlex Williamson1-8/+21
2021-06-10vfio/platform: fix module_put call in error flowMax Gurtovoy1-1/+1
2021-06-10vfio/pci: zap_vma_ptes() needs MMURandy Dunlap1-0/+1
2021-06-10vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei1-1/+1
2021-05-14vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe1-1/+1
2021-05-07vfio: Depend on MMUJason Gunthorpe1-1/+1
2021-04-21vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt1-1/+3
2021-04-07vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe1-1/+1
2021-03-24vfio: IOMMU_API should be selectedJason Gunthorpe1-1/+1
2021-03-04vfio/type1: Use follow_pte()Alex Williamson1-2/+13
2021-03-04vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu1-23/+8
2021-01-17vfio iommu: Add dma available capabilityMatthew Rosato1-0/+22
2021-01-06vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger1-2/+1
2020-12-30vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy1-2/+5
2020-12-30vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe1-2/+2
2020-11-18vfio/pci: Bypass IGD init in case of -ENODEVFred Gao1-1/+1
2020-11-18vfio: platform: fix reference leak in vfio_platform_openZhang Qilong1-2/+1
2020-10-29vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu1-1/+2
2020-10-29vfio/pci: Clear token on bypass registration failureAlex Williamson1-1/+3
2020-10-29vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnMatthew Rosato1-10/+14
2020-10-01vfio/pci: fix racy on error and request eventfd ctxZeng Tao1-0/+5
2020-10-01vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson1-2/+6
2020-10-01vfio/pci: fix memory leaks of eventfd ctxQian Cai1-0/+4
2020-09-09vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson1-1/+16
2020-09-09vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAjay Kaher5-43/+330
2020-09-09vfio-pci: Fault mmaps to enable vma trackingAjay Kaher2-2/+81
2020-09-09vfio/type1: Support faulting PFNMAP vmasAjay Kaher1-3/+33
2020-08-26vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson1-5/+66
2020-06-24vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu1-1/+1
2020-06-24vfio-pci: Mask cap zeroAlex Williamson1-1/+6
2020-06-24vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai1-2/+5
2020-05-06vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson1-2/+2
2020-05-06vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao1-1/+1
2020-04-17vfio: platform: Switch to platform_get_irq_optional()Eric Auger1-1/+1
2020-02-24vfio/spapr/nvlink2: Skip unpinning pages on error exitAlexey Kardashevskiy1-2/+4
2019-12-21vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi1-1/+1
2019-10-15vfio/type1: Initialize resv_msi_baseJoerg Roedel1-1/+1