summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/...Linus 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/...Linus Torvalds16-392/+524
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-18/+6
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg 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/lin...Joerg 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
2016-11-15iommu/mediatek: Fix M4Uv2 group refcountingRobin Murphy1-0/+2
2016-11-15iommu/amd: Fix group refcountingRobin Murphy1-0/+2
2016-11-15iommu/arm-smmu: Fix group refcountingRobin Murphy1-1/+1
2016-11-15iommu: Allow taking a reference on a group directlyRobin Murphy1-0/+13
2016-11-14iommu/exynos: Use device dependency links to control runtime pmMarek Szyprowski1-10/+10
2016-11-14iommu/exynos: Add runtime pm supportMarek Szyprowski1-9/+36
2016-11-14iommu/exynos: Rework and fix internal lockingMarek Szyprowski1-8/+19
2016-11-14iommu/exynos: Set master device once on bootMarek Szyprowski1-7/+9
2016-11-14iommu/exynos: Simplify internal enable/disable functionsMarek Szyprowski1-75/+29
2016-11-14iommu/exynos: Remove dead codeMarek Szyprowski1-48/+17
2016-11-14iommu/exynos: Remove excessive, useless debugMarek Szyprowski1-3/+0
2016-11-14iommu/dma: Implement dma_{map,unmap}_resource()Robin Murphy1-3/+21
2016-11-14iommu/exynos: Add support for page access protection bitsMarek Szyprowski1-12/+51
2016-11-10iommu/amd: Tell kmemleak about the irq_remap_tableLucas Stach1-0/+4
2016-11-10iommu/mediatek: Convert DT component matching to component_match_add_release()Russell King3-6/+15
2016-11-10iommu/mediatek: Convert M4Uv1 to iommu_fwspecRobin Murphy2-65/+36
2016-11-10iommu/mediatek: Convert M4Uv2 to iommu_fwspecRobin Murphy1-57/+18
2016-11-08iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel1-2/+12
2016-11-08iommu/arm-smmu: Fix out-of-bounds dereferenceRobin Murphy1-1/+3