aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy1-5/+18
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel5-12/+20
2017-01-23iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymoreEric Auger2-4/+0
2017-01-23iommu/arm-smmu-v3: Implement reserved region get/put callbacksEric Auger1-0/+28
2017-01-23iommu/arm-smmu: Implement reserved region get/put callbacksEric Auger1-0/+28
2017-01-23iommu/amd: Declare MSI and HT regions as reserved IOVA regionsEric Auger1-11/+26
2017-01-23iommu/vt-d: Implement reserved region get/put callbacksEric Auger1-18/+74
2017-01-23iommu: Implement reserved_regions iommu-group sysfs fileEric Auger1-0/+36
2017-01-23iommu: iommu_get_group_resv_regionsEric Auger1-0/+98
2017-01-23iommu: Only map direct mapped regionsEric Auger1-0/+3
2017-01-23iommu: iommu_alloc_resv_regionEric Auger1-0/+18
2017-01-23iommu: Add a new type field in iommu_resv_regionEric Auger1-0/+1
2017-01-23iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger2-21/+21
2017-01-23iommu/dma: Allow MSI-only cookiesRobin Murphy1-23/+96
2017-01-19Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"Robin Murphy1-6/+1
2017-01-19iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'Sricharan R1-1/+1
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys1-3/+9
2017-01-19iommu/io-pgtable-arm-v7s: Add support for the IOMMU_PRIV flagRobin Murphy1-1/+5
2017-01-19iommu/io-pgtable-arm: add support for the IOMMU_PRIV flagJeremy Gebben1-1/+4
2017-01-06Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-2/+42
2017-01-05ACPI / DMAR: Avoid passing NULL to acpi_put_table()Rafael J. Wysocki1-2/+4
2017-01-04iommu/amd: Fix the left value check of cmd bufferHuang Rui1-1/+1
2017-01-04iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
2017-01-04iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-11/+6
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2-11/+6
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2-11/+6
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds16-392/+524
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+6
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel16-392/+524
2016-12-02iommu/vt-d: Convert to hotplug state machineAnna-Maria Gleixner1-18/+6
2016-11-30Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel6-110/+260
2016-11-29iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter1-1/+3
2016-11-29iommu/s390: Drop duplicate header pci.hGeliang Tang1-1/+0
2016-11-29iommu/arm-smmu: Add IORT configurationLorenzo Pieralisi1-1/+76
2016-11-29iommu/arm-smmu: Split probe functions into DT/generic portionsLorenzo Pieralisi1-25/+37
2016-11-29iommu/arm-smmu-v3: Add IORT configurationLorenzo Pieralisi1-1/+48
2016-11-29iommu/arm-smmu-v3: Split probe functions into DT/generic portionsLorenzo Pieralisi1-16/+27
2016-11-29iommu/arm-smmu-v3: Convert struct device of_node to fwnode usageLorenzo Pieralisi1-5/+7
2016-11-29iommu/arm-smmu: Convert struct device of_node to fwnode usageLorenzo Pieralisi1-5/+6
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi2-39/+40
2016-11-29iommu/arm-smmu: Set SMTNMB_TLBEN in ACR to enable caching of bypass entriesNipun Gupta1-9/+16
2016-11-29iommu/io-pgtable-arm: Use const and __initconst for iommu_gather_ops structuresBhumika Goyal1-1/+1
2016-11-29iommu/arm-smmu: Constify iommu_gather_ops structuresBhumika Goyal1-1/+1
2016-11-29iommu/arm-smmu: Constify iommu_gather_ops structuresBhumika Goyal1-1/+1
2016-11-29iommu/io-pgtable-arm: Use for_each_set_bit to simplify the codeKefeng Wang2-8/+2
2016-11-27Merge git://git.infradead.org/intel-iommuLinus Torvalds3-12/+33
2016-11-19iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-11/+17
2016-11-15iommu/iova: Extend cached node lookup conditionRobin Murphy1-1/+1
2016-11-15iommu/mediatek: Fix M4Uv1 group refcountingRobin Murphy1-0/+2