summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
2017-02-22iommu/vt-d: Fix crash on boot when DMAR is disabledAndy Shevchenko
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel
2017-02-10iommu/exynos: Make use of iommu_device_register interfaceJoerg Roedel
2017-02-10iommu/mediatek: Make use of iommu_device_register interfaceJoerg Roedel
2017-02-10iommu/msm: Make use of iommu_device_register interfaceJoerg Roedel
2017-02-10iommu/arm-smmu: Make use of the iommu_register interfaceJoerg Roedel
2017-02-10iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel
2017-02-10iommu: Rename struct iommu_deviceJoerg Roedel
2017-02-10iommu: Rename iommu_get_instance()Joerg Roedel
2017-02-06iommu: Fix static checker warning in iommu_insert_device_resv_regionsEric Auger
2017-02-06iommu: Avoid unnecessary assignment of dev->iommu_fwspecZhen Lei
2017-02-06iommu/mediatek: Remove bogus 'select' statementsArnd Bergmann
2017-02-06iommu/dma: Remove bogus dma_supported() implementationRobin Murphy
2017-02-06iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address spaceGeert Uytterhoeven
2017-01-31iommu/vt-d: Don't over-free page table directoriesDavid Dillow
2017-01-31iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj
2017-01-30iommu/dma: Implement PCI allocation optimisationRobin Murphy
2017-01-30iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel
2017-01-26iommu/arm-smmu: Fix for ThunderX erratum #27704Tomasz Nowicki
2017-01-26iommu/arm-smmu: Support for Extended Stream ID (16 bit)Aleksey Makarov
2017-01-26iommu: Drop the of_iommu_{set/get}_ops() interfaceLorenzo Pieralisi
2017-01-26iommu/arm-smmu-v3: limit use of 2-level stream tablesNate Watterson
2017-01-26iommu/arm-smmu-v3: Clear prior settings when updating STEsNate Watterson
2017-01-23iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymoreEric Auger
2017-01-23iommu/arm-smmu-v3: Implement reserved region get/put callbacksEric Auger
2017-01-23iommu/arm-smmu: Implement reserved region get/put callbacksEric Auger
2017-01-23iommu/amd: Declare MSI and HT regions as reserved IOVA regionsEric Auger
2017-01-23iommu/vt-d: Implement reserved region get/put callbacksEric Auger
2017-01-23iommu: Implement reserved_regions iommu-group sysfs fileEric Auger
2017-01-23iommu: iommu_get_group_resv_regionsEric Auger
2017-01-23iommu: Only map direct mapped regionsEric Auger
2017-01-23iommu: iommu_alloc_resv_regionEric Auger
2017-01-23iommu: Add a new type field in iommu_resv_regionEric Auger
2017-01-23iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger
2017-01-23iommu/dma: Allow MSI-only cookiesRobin Murphy
2017-01-19Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"Robin Murphy
2017-01-19iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'Sricharan R
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys
2017-01-19iommu/io-pgtable-arm-v7s: Add support for the IOMMU_PRIV flagRobin Murphy
2017-01-19iommu/io-pgtable-arm: add support for the IOMMU_PRIV flagJeremy Gebben
2017-01-17iommu: Handle default domain attach failureRobin Murphy
2017-01-10iommu/exynos: Properly release device from the default domain in ->removeMarek Szyprowski
2017-01-10iommu/exynos: Ensure that SYSMMU is added only once to its master deviceMarek Szyprowski
2017-01-10iommu/exynos: Fix warnings from DMA-debugMarek Szyprowski
2017-01-10iommu/exynos: Improve page fault debug messageMarek Szyprowski