summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-08-18iommu: Avoid NULL group dereferenceRobin Murphy1-0/+2
2017-08-15iommu/vt-d: Make use of iova deferred flushingJoerg Roedel1-159/+38
2017-08-15iommu/vt-d: Allow to flush more than 4GB of device TLBsJoerg Roedel1-1/+1
2017-08-15iommu/amd: Make use of iova queue flushingJoerg Roedel1-220/+9
2017-08-15iommu/iova: Add flush timerJoerg Roedel1-0/+32
2017-08-15iommu/iova: Add locking to Flush-QueuesJoerg Roedel1-0/+11
2017-08-15iommu/iova: Add flush counters to Flush-Queue implementationJoerg Roedel1-3/+24
2017-08-15iommu/iova: Implement Flush-Queue ring bufferJoerg Roedel1-0/+80
2017-08-15iommu/iova: Add flush-queue data structuresJoerg Roedel1-0/+39
2017-08-15iommu/of: Fix of_iommu_configure() for disabled IOMMUsRobin Murphy1-30/+29
2017-08-10iommu: Finish making iommu_group support mandatoryRobin Murphy1-15/+4
2017-08-10iommu/tegra-gart: Add iommu_group supportRobin Murphy1-0/+19
2017-08-10iommu/tegra-smmu: Add iommu_group supportRobin Murphy1-0/+9
2017-08-10iommu/msm: Add iommu_group supportRobin Murphy1-1/+14
2017-07-26iommu: Convert to using %pOF instead of full_nameRob Herring4-25/+18
2017-07-26iommu/of: Handle PCI aliases properlyRobin Murphy1-57/+47
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-527/+1134
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-13/+28
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+36
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-6/+5
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig2-0/+5
2017-06-28iommu/amd: implement ->mapping_errorChristoph Hellwig1-5/+13
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel18-527/+1134
2017-06-28iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit1-4/+2
2017-06-28iommu/vt-d: Constify intel_dma_opsArvind Yadav1-1/+1
2017-06-28iommu: Warn once when device_group callback returns NULLJoerg Roedel1-0/+3
2017-06-28iommu/omap: Return ERR_PTR in device_group call-backJoerg Roedel1-1/+1
2017-06-28iommu: Return ERR_PTR() values from device_group call-backsJoerg Roedel1-12/+2
2017-06-28iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()Joerg Roedel1-10/+5
2017-06-28iommu/vt-d: Don't disable preemption while accessing deferred_flush()Sebastian Andrzej Siewior1-6/+2
2017-06-28iommu/iova: Don't disable preempt around this_cpu_ptr()Sebastian Andrzej Siewior1-6/+3
2017-06-28Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel6-228/+445
2017-06-23iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126Geetha Sowjanya1-24/+70
2017-06-23iommu/arm-smmu-v3: Enable ACPI based HiSilicon CMD_PREFETCH quirk(erratum 161...shameer1-1/+11
2017-06-23iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74Linu Cherian1-18/+50
2017-06-23iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number defin...Robert Richter1-0/+5
2017-06-23iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing tableWill Deacon2-4/+12
2017-06-23iommu/io-pgtable: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST with LPAEWill Deacon1-1/+1
2017-06-23iommu/arm-smmu-v3: Remove io-pgtable spinlockRobin Murphy1-27/+6
2017-06-23iommu/arm-smmu: Remove io-pgtable spinlockRobin Murphy1-31/+14
2017-06-23iommu/io-pgtable-arm-v7s: Support lockless operationRobin Murphy1-21/+63
2017-06-23iommu/io-pgtable-arm: Support lockless operationRobin Murphy1-15/+57
2017-06-23iommu/io-pgtable: Introduce explicit coherencyRobin Murphy5-12/+28
2017-06-23iommu/io-pgtable-arm-v7s: Refactor split_blk_unmapRobin Murphy1-40/+45
2017-06-23iommu/io-pgtable-arm: Improve split_blk_unmapRobin Murphy1-47/+67
2017-06-23iommu/io-pgtable-arm-v7s: Check table PTEs more preciselyRobin Murphy1-1/+2
2017-06-23iommu: arm-smmu: Handle return of iommu_device_register.Arvind Yadav1-0/+4
2017-06-23iommu: arm-smmu-v3: make of_device_ids constArvind Yadav1-1/+1
2017-06-23iommu/arm-smmu: Plumb in new ACPI identifiersRobin Murphy1-0/+16