aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds6-3/+156
2017-11-13Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0Alex Williamson3-0/+123
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-20vfio: platform: reset: Add Broadcom FlexRM reset moduleAnup Patel3-0/+123
2017-10-20vfio/type1: silence integer overflow warningDan Carpenter1-0/+3
2017-10-02vfio/spapr: Add cond_resched() for huge updatesAlexey Kardashevskiy1-0/+2
2017-10-02vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson1-3/+26
2017-10-02vfio/pci: Virtualize Maximum Payload SizeAlex Williamson1-2/+4
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-07vfio: 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/powerpc/linuxLinus Torvalds1-1/+1
2017-04-18vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson1-6/+11
2017-04-18vfio/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-24Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+5
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-4/+3
2017-03-21vfio: Rework group release notifier warningAlex Williamson1-3/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar2-0/+3
2017-02-23Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-25/+6
2017-02-22vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du1-1/+1
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+38
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel8-88/+227
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun1-2/+5
2017-02-09vfio: Replace module request with softdepAlex Williamson1-8/+1
2017-02-08vfio/mdev: Use a module softdep for vfio_mdevAlex Williamson1-12/+2
2017-02-08vfio: Fix build break when SPAPR_TCE_IOMMU=nMichael Ellerman1-4/+2
2017-02-07vfio/spapr_tce: Set window when adding additional groups to containerAlexey Kardashevskiy1-0/+22
2017-02-01vfio/spapr: Fix missing mutex unlock when creating a windowAlexey Kardashevskiy1-6/+5
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-2/+35
2017-01-24vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz1-0/+4
2017-01-23vfio/type1: Check MSI remapping at irq domain levelEric Auger1-3/+6