aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2017-08-30vfio: platform: constify amba_idGravatar Arvind Yadav 1-1/+1
2017-08-30vfio: Stall vfio_del_group_dev() for container group detachGravatar Alex Williamson 1-0/+20
2017-08-30vfio: fix noiommu vfio_iommu_group_get reference countGravatar Eric Auger 1-2/+3
2017-08-10vfio/type1: Give hardware MSI regions precedenceGravatar Robin Murphy 1-2/+10
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsGravatar Robin Murphy 1-2/+2
2017-07-27vfio/pci: Fix handling of RC integrated endpoint PCIe capability sizeGravatar Alex Williamson 1-4/+9
2017-07-26vfio/pci: Use pci_try_reset_function() on initial openGravatar Alex Williamson 1-1/+8
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-42/+48
2017-07-07vfio: Remove unnecessary uses of vfio_container.group_lockGravatar Alex Williamson 1-38/+0
2017-06-28vfio: New external user group/file matchGravatar Alex Williamson 1-0/+9
2017-06-28vfio: Fix group release deadlockGravatar Alex Williamson 1-1/+36
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-06-13vfio: Use ERR_CAST() instead of open coding itGravatar Dan Carpenter 1-1/+1
2017-06-13vfio/pci: Add Intel XXV710 to hidden INTx devicesGravatar Alex Williamson 1-2/+2
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2017-04-18vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Gravatar Alex Williamson 1-6/+11
2017-04-18vfio/type1: Prune vfio_pin_page_external()Gravatar Alex Williamson 1-27/+8
2017-04-13vfio/type1: Remove locked page accounting workqueueGravatar Alex Williamson 1-59/+51
2017-04-11vfio/spapr_tce: Check kzalloc() return when preregistering memoryGravatar Alexey Kardashevskiy 1-0/+5
2017-04-11vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility checkGravatar Alexey Kardashevskiy 1-0/+8
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableGravatar Alexey Kardashevskiy 1-1/+1
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalGravatar Alexey Kardashevskiy 1-1/+1
2017-03-24Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-3/+5
2017-03-22iommu: Disambiguate MSI region typesGravatar Robin Murphy 1-4/+3
2017-03-21vfio: Rework group release notifier warningGravatar Alex Williamson 1-3/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+3
2017-02-23Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-25/+6
2017-02-22vfio: fix a typo in comment of function vfio_pin_pagesGravatar Changbin Du 1-1/+1
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+38
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Gravatar Joerg Roedel 8-88/+227
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Gravatar Wei Yongjun 1-2/+5
2017-02-09vfio: Replace module request with softdepGravatar Alex Williamson 1-8/+1
2017-02-08vfio/mdev: Use a module softdep for vfio_mdevGravatar Alex Williamson 1-12/+2
2017-02-08vfio: Fix build break when SPAPR_TCE_IOMMU=nGravatar Michael Ellerman 1-4/+2
2017-02-07vfio/spapr_tce: Set window when adding additional groups to containerGravatar Alexey Kardashevskiy 1-0/+22
2017-02-01vfio/spapr: Fix missing mutex unlock when creating a windowGravatar Alexey Kardashevskiy 1-6/+5
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Joerg Roedel 1-2/+35
2017-01-24vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGravatar Greg Kurz 1-0/+4
2017-01-23vfio/type1: Check MSI remapping at irq domain levelGravatar Eric Auger 1-3/+6
2017-01-23vfio/type1: Allow transparent MSI IOVA allocationGravatar Eric Auger 1-0/+30
2017-01-13vfio/type1: Remove pid_namespace.h includeGravatar Alex Williamson 1-1/+0
2017-01-12vfio iommu type1: fix the testing of capability for remote taskGravatar Jike Song 1-2/+1
2017-01-04vfio-pci: Handle error from pci_iomapGravatar Arvind Yadav 1-0/+4
2016-12-30vfio-pci: use 32-bit comparisons for register address for gcc-4.5Gravatar Arnd Bergmann 1-1/+4
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesGravatar Alex Williamson 2-0/+43
2016-12-30vfio-mdev: Make mdev_parent privateGravatar Alex Williamson 2-0/+16
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsGravatar Alex Williamson 4-27/+27
2016-12-30vfio-mdev: Fix remove raceGravatar Alex Williamson 1-2/+34
2016-12-30vfio/type1: Restore mapping performance with mdev supportGravatar Alex Williamson 1-47/+51