summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2020-10-29vfio/pci: Clear token on bypass registration failureAlex Williamson1-1/+3
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-12vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson1-1/+16
2020-09-12vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson5-48/+334
2020-09-12vfio-pci: Fault mmaps to enable vma trackingAlex Williamson2-2/+80
2020-09-12vfio/type1: Support faulting PFNMAP vmasAlex Williamson1-3/+33
2020-06-30vfio-pci: Mask cap zeroAlex Williamson1-1/+6
2020-06-30vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai1-2/+5
2020-05-05vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson1-2/+2
2020-01-29vfio_pci: Enable memory accesses before calling pci_map_romEric Auger1-5/+14
2019-12-21vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi1-1/+1
2019-12-05vfio/spapr_tce: Get rid of possible infinite loopAlexey Kardashevskiy1-7/+3
2019-11-25vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2-2/+33
2019-11-25vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang1-1/+3
2019-10-07vfio_pci: Restore original state on releasehexin1-4/+13
2019-05-08vfio/pci: use correct format charactersLouis Taylor1-2/+2
2019-05-04vfio/type1: Limit DMA mappings per containerAlex Williamson1-0/+14
2018-08-03vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven1-5/+10
2018-07-25vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-04-24vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson1-3/+26
2018-03-22vfio/spapr_tce: Check kzalloc() return when preregistering memoryAlexey Kardashevskiy1-0/+5
2018-03-22vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility checkAlexey Kardashevskiy1-0/+8
2017-12-25vfio/pci: Virtualize Maximum Payload SizeAlex Williamson1-2/+4
2017-12-10vfio/spapr: Fix missing mutex unlock when creating a windowAlexey Kardashevskiy1-6/+5
2017-08-07vfio-pci: Handle error from pci_iomapArvind Yadav1-0/+4
2017-08-07vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann1-1/+4
2017-07-28vfio: New external user group/file matchAlex Williamson1-0/+9
2017-07-28vfio: Fix group release deadlockAlex Williamson1-1/+36
2017-07-05vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz1-0/+4
2017-06-17vfio/spapr_tce: Set window when adding additional groups to containerAlexey Kardashevskiy1-0/+22
2017-05-20vfio/type1: Remove locked page accounting workqueueAlex Williamson1-58/+44
2017-03-22vfio/spapr: Postpone default window creationAlexey Kardashevskiy1-15/+25
2017-03-22vfio/spapr: Add a helper to create default DMA windowAlexey Kardashevskiy1-45/+42
2017-03-22powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy1-1/+60
2017-03-22vfio/spapr: Reference mm in tce_containerAlexey Kardashevskiy1-60/+100
2017-03-22powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy1-4/+10
2017-03-22vfio/spapr: Postpone allocation of userspace version of TCE tableAlexey Kardashevskiy1-13/+7
2016-10-26vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2-13/+22
2016-09-29vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-36/+10
2016-09-26vfio-pci: Disable INTx after MSI/X teardownAlex Williamson1-0/+7
2016-09-26vfio-pci: Virtualize PCIe & AF FLRAlex Williamson1-5/+77
2016-09-14vfio: platform: mark symbols static where possibleBaoyou Xie3-5/+5
2016-08-29vfio/pci: Fix typos in commentsWei Jiangang1-4/+4
2016-08-09vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson1-36/+49
2016-07-19vfio: platform: check reset call return code during releaseSinan Kaya1-1/+9
2016-07-19vfio: platform: check reset call return code during openSinan Kaya1-1/+10
2016-07-19vfio, platform: make reset driver a requirement by defaultSinan Kaya4-4/+19
2016-07-19vfio: platform: call _RST method when using ACPISinan Kaya1-1/+49