summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
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-05vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson1-2/+2
2020-05-05vfio: 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: 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
2018-08-03vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson1-26/+47
2018-08-03vfio/mdev: Check globally for duplicate devicesAlex Williamson2-67/+37
2018-08-03vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven1-5/+10
2018-07-28KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy1-1/+1
2018-07-25vfio/spapr: Use IOMMU pageshift rather than pagesizeAlexey Kardashevskiy1-4/+4
2018-07-25vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-07-11vfio: Use get_user_pages_longterm correctlyJason Gunthorpe1-9/+7
2018-04-24vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson1-3/+26
2018-03-09vfio: disable filesystem-dax page pinningDan Williams1-3/+15
2017-12-25vfio/pci: Virtualize Maximum Payload SizeAlex Williamson1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-08-30vfio: platform: constify amba_idArvind Yadav1-1/+1
2017-08-30vfio: Stall vfio_del_group_dev() for container group detachAlex Williamson1-0/+20
2017-08-30vfio: fix noiommu vfio_iommu_group_get reference countEric Auger1-2/+3
2017-08-10vfio/type1: Give hardware MSI regions precedenceRobin Murphy1-2/+10
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy1-2/+2
2017-07-27vfio/pci: Fix handling of RC integrated endpoint PCIe capability sizeAlex Williamson1-4/+9
2017-07-26vfio/pci: Use pci_try_reset_function() on initial openAlex Williamson1-1/+8
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-42/+48
2017-07-08vfio: Remove unnecessary uses of vfio_container.group_lockAlex Williamson1-38/+0
2017-06-28vfio: New external user group/file matchAlex Williamson1-0/+9
2017-06-28vfio: Fix group release deadlockAlex Williamson1-1/+36
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-13vfio: Use ERR_CAST() instead of open coding itDan Carpenter1-1/+1
2017-06-13vfio/pci: Add Intel XXV710 to hidden INTx devicesAlex Williamson1-2/+2
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2017-04-19vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson1-6/+11
2017-04-19vfio/type1: Prune vfio_pin_page_external()Alex Williamson1-27/+8
2017-04-13vfio/type1: Remove locked page accounting workqueueAlex Williamson1-59/+51
2017-04-11vfio/spapr_tce: Check kzalloc() return when preregistering memoryAlexey Kardashevskiy1-0/+5
2017-04-11vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility checkAlexey Kardashevskiy1-0/+8
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy1-1/+1
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy1-1/+1
2017-03-25Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+5