summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2021-01-06vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger1-2/+1
2020-12-30vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe1-2/+2
2020-11-18vfio: platform: fix reference leak in vfio_platform_openZhang Qilong1-2/+1
2020-10-30vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu1-1/+2
2020-10-30vfio/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-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 memoryAlex Williamson5-43/+331
2020-09-09vfio-pci: Fault mmaps to enable vma trackingAlex Williamson2-2/+81
2020-09-09vfio/type1: Support faulting PFNMAP vmasAlex Williamson1-3/+33
2020-08-26vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson1-5/+66
2020-06-25vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu1-1/+1
2020-06-25vfio-pci: Mask cap zeroAlex Williamson1-1/+6
2020-06-25vfio/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-01-27vfio/mdev: Fix aborting mdev child device removal if one failsParav Pandit1-6/+4
2020-01-27vfio/mdev: Follow correct remove sequenceParav Pandit1-1/+1
2020-01-27vfio/mdev: Avoid release parent reference during error pathParav Pandit1-0/+1
2020-01-27vfio_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-20vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2-2/+33
2019-11-20vfio/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-06-15vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali1-20/+10
2019-05-08vfio/pci: use correct format charactersLouis Taylor1-2/+2
2019-05-02vfio/type1: Limit DMA mappings per containerAlex Williamson1-0/+14
2019-01-17vfio/type1: Fix unmap overflow off-by-oneAlex Williamson1-1/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-56/+9
2018-08-16Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-1/+15
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2018-08-13Merge branch 'fixes' into nextMichael Ellerman1-5/+5
2018-08-06vfio-pci: Disable binding to PFs with SR-IOV enabledAlex Williamson1-0/+13
2018-08-06vfio: Mark expected switch fall-throughsGustavo A. R. Silva2-1/+2
2018-07-22Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-5/+5
2018-07-20PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya1-2/+2
2018-07-20PCI: Unify try slot and bus reset APISinan Kaya1-4/+2
2018-07-18vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy1-1/+1
2018-07-18vfio/spapr: Use IOMMU pageshift rather than pagesizeAlexey Kardashevskiy1-4/+4
2018-07-16powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy1-1/+1
2018-07-16powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy1-46/+0
2018-07-16KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy1-10/+9
2018-06-30vfio: Use get_user_pages_longterm correctlyJason Gunthorpe1-9/+7
2018-06-19vfio/pci: Make IGD support a configurable optionAlex Williamson1-2/+10
2018-06-12Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds6-116/+116
2018-06-08vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven1-0/+10