summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-08-28iommu/amd: Rename a few flush functionsJoerg Roedel1-8/+8
2017-08-28iommu/amd: Check if domain is NULL in get_domain() and return -EBUSYBaoquan He1-0/+3
2017-08-28iommu/mediatek: Fix a build warning of BIT(32) in ARMYong Wu1-2/+2
2017-08-28iommu/mediatek: Fix a build fail of m4u_typeYong Wu1-1/+1
2017-08-28iommu: qcom: annotate PM functions as __maybe_unusedArnd Bergmann1-4/+2
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar8-13/+42
2017-08-23iommu/pamu: Fix PAMU boot crashJoerg Roedel4-23/+16
2017-08-22iommu/mediatek: Enlarge the validate PA range for 4GB modeYong Wu1-3/+15
2017-08-22iommu/mediatek: Disable iommu clock when system suspendYong Wu1-1/+8
2017-08-22iommu/mediatek: Move pgtable allocation into domain_allocYong Wu1-30/+22
2017-08-22iommu/mediatek: Merge 2 M4U HWs into one iommu domainYong Wu2-24/+70
2017-08-22iommu/mediatek: Add mt2712 IOMMU supportYong Wu2-37/+41
2017-08-22iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.cYong Wu1-1/+7
2017-08-22iommu/ipmmu-vmsa: Use iommu_device_sysfs_add()/remove()Magnus Damm1-0/+6
2017-08-19iommu/amd: Fix section mismatch warningJoerg Roedel1-1/+1
2017-08-19iommu/amd: Fix compiler warning in copy_device_table()Joerg Roedel1-1/+1
2017-08-19Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2-59/+121
2017-08-18iommu: Avoid NULL group dereferenceRobin Murphy1-0/+2
2017-08-17iommu/tegra-gart: Add support for struct iommu_deviceJoerg Roedel1-0/+26
2017-08-17iommu/tegra: Add support for struct iommu_deviceJoerg Roedel1-0/+25
2017-08-17Merge branch 'core' into arm/tegraJoerg Roedel12-497/+360
2017-08-16iommu/arm-smmu: Add system PM supportRobin Murphy1-0/+11
2017-08-16iommu/arm-smmu: Track context bank stateRobin Murphy1-59/+97
2017-08-16iommu/arm-smmu-v3: Implement shutdown methodNate Watterson2-0/+13
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-15iommu/s390: Add support for iommu_device handlingJoerg Roedel1-0/+35
2017-08-15iommu/amd: Disable iommu only if amd_iommu=off is specifiedBaoquan He1-1/+2
2017-08-15iommu/amd: Don't copy GCR3 table root pointerBaoquan He5-26/+57
2017-08-15iommu/amd: Allocate memory below 4G for dev table if translation pre-enabledBaoquan He1-2/+7
2017-08-15iommu/amd: Use is_attach_deferred call-backBaoquan He1-1/+22
2017-08-15iommu: Add is_attach_deferred call-back to iommu-opsBaoquan He1-0/+8
2017-08-15iommu/amd: Do sanity check for address translation and irq remap of old dev t...Baoquan He3-8/+28
2017-08-15iommu/amd: Copy old trans table from old kernelBaoquan He1-8/+51
2017-08-15iommu/amd: Add function copy_dev_tables()Baoquan He3-1/+64
2017-08-15iommu/amd: Define bit fields for DTE particularlyBaoquan He2-8/+18
2017-08-15Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel"Baoquan He3-12/+1
2017-08-15iommu/amd: Add several helper functionsBaoquan He1-11/+31
2017-08-15iommu/amd: Detect pre enabled translationBaoquan He3-0/+28
2017-08-15iommu/qcom: Initialize secure page tableStanimir Varbanov1-0/+64
2017-08-15iommu/qcom: Add qcom_iommuRob Clark3-0/+879
2017-08-15iommu/arm-smmu: Split out register definesRob Clark2-202/+229
2017-08-15iommu/pamu: Add support for generic iommu-deviceJoerg Roedel4-1/+26