summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2019-12-05vfio/spapr_tce: Get rid of possible infinite loopAlexey Kardashevskiy
2019-11-20vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson
2019-11-20vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang
2019-10-07vfio_pci: Restore original state on releasehexin
2019-06-15vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali
2019-05-08vfio/pci: use correct format charactersLouis Taylor
2019-05-02vfio/type1: Limit DMA mappings per containerAlex Williamson
2018-08-03vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson
2018-08-03vfio/mdev: Check globally for duplicate devicesAlex Williamson
2018-08-03vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven
2018-07-28KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy
2018-07-25vfio/spapr: Use IOMMU pageshift rather than pagesizeAlexey Kardashevskiy
2018-07-25vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva
2018-07-11vfio: Use get_user_pages_longterm correctlyJason Gunthorpe
2018-04-24vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson
2018-03-08vfio: disable filesystem-dax page pinningDan Williams
2017-12-25vfio/pci: Virtualize Maximum Payload SizeAlex Williamson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-30vfio: platform: constify amba_idArvind Yadav
2017-08-30vfio: Stall vfio_del_group_dev() for container group detachAlex Williamson
2017-08-30vfio: fix noiommu vfio_iommu_group_get reference countEric Auger
2017-08-10vfio/type1: Give hardware MSI regions precedenceRobin Murphy
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy
2017-07-27vfio/pci: Fix handling of RC integrated endpoint PCIe capability sizeAlex Williamson
2017-07-26vfio/pci: Use pci_try_reset_function() on initial openAlex Williamson
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-07-07vfio: Remove unnecessary uses of vfio_container.group_lockAlex Williamson
2017-06-28vfio: New external user group/file matchAlex Williamson
2017-06-28vfio: Fix group release deadlockAlex Williamson
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-13vfio: Use ERR_CAST() instead of open coding itDan Carpenter
2017-06-13vfio/pci: Add Intel XXV710 to hidden INTx devicesAlex Williamson
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-18vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson
2017-04-18vfio/type1: Prune vfio_pin_page_external()Alex Williamson
2017-04-13vfio/type1: Remove locked page accounting workqueueAlex Williamson
2017-04-11vfio/spapr_tce: Check kzalloc() return when preregistering memoryAlexey Kardashevskiy
2017-04-11vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility checkAlexey Kardashevskiy
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy
2017-03-24Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy
2017-03-21vfio: Rework group release notifier warningAlex Williamson
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-02-22vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun