summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
*-------------. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel2020-03-2715-164/+340
|\ \ \ \ \ \ \ \
| | | | | | | | * iommu/virtio: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-6/+5
| | | | | | | | * iommu/qcom: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-25/+36
| | | | | | | | * iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel2020-03-272-14/+13
| | | | | | | | * iommu/renesas: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+2
| | | | | | | | * iommu/arm-smmu: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-8/+9
| | | | | | | | * iommu/arm-smmu: Refactor master_cfg/fwspec usageRobin Murphy2020-03-271-20/+22
| | | | | | | | * iommu/arm-smmu-v3: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+5
| | | | | | | | * iommu/arm-smmu: Fix uninitilized variable warningJoerg Roedel2020-03-271-1/+1
| | | | | | | | * iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel2020-03-271-0/+3
| | | | | | | | * iommu: Rename struct iommu_param to dev_iommuJoerg Roedel2020-03-271-14/+14
| | | | | | | | * iommu/tegra-gart: Remove direct access of dev->iommu_fwspecJoerg Roedel2020-03-271-1/+1
| | | | | | | | * iommu: Use C99 flexible array in fwspecRobin Murphy2020-02-281-7/+8
| | | | | | | * | iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZEJean-Philippe Brucker2020-03-271-2/+12
| | | | | | | * | iommu/virtio: Fix freeing of incomplete domainsJean-Philippe Brucker2020-03-271-7/+9
| | | | | | | * | iommu/virtio: Build virtio-iommu as moduleJean-Philippe Brucker2020-02-282-3/+2
| | | | | | | |/
| | | | | | * | iommu/vt-d: Add build dependency on IOASIDJacob Pan2020-03-271-0/+1
| | | | | | * | iommu/vt-d: Fix mm reference leakJacob Pan2020-03-271-3/+4
| | | | | | |/
| | | | | * / iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang2020-02-281-1/+1
| | | | | |/
| | | | * | iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation supportRob Herring2020-03-181-2/+67
| | | | * | iommu/arm-smmu-v3: Batch ATC invalidation commandsRob Herring2020-03-181-13/+18
| | | | * | iommu/arm-smmu-v3: Batch context descriptor invalidationJean-Philippe Brucker2020-03-181-2/+3
| | | | * | iommu/arm-smmu-v3: Add command queue batching helpersJean-Philippe Brucker2020-03-181-11/+26
| | | | * | iommu/arm-smmu-v3: Write level-1 descriptors atomicallyJean-Philippe Brucker2020-03-181-1/+3
| | | | * | iommu/arm-smmu-v3: Add support for PCI PASIDJean-Philippe Brucker2020-03-181-1/+61
| | | | |/
| | | * | iommu: Enable compile testing for some of driversKrzysztof Kozlowski2020-03-041-8/+8
| | | * | iommu/omap: Fix -Woverflow warnings when compiling on 64-bit architecturesKrzysztof Kozlowski2020-03-041-1/+2
| | | * | iommu/omap: Fix printing format for size_t on 64-bitKrzysztof Kozlowski2020-03-041-4/+4
| | | * | iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski2020-03-041-1/+1
| | | |/
| | * / iommu/qcom: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
| | |/
| * | iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()Qian Cai2020-03-191-1/+2
| * | iommu/vt-d: Fix page request descriptor sizeJacob Pan2020-03-191-1/+1
|/ /
* | iommu/vt-d: Populate debugfs if IOMMUs are detectedMegha Dey2020-03-142-2/+13
* | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit2020-03-141-2/+2
* | iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake2020-03-141-0/+8
* | iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan2020-03-141-1/+1
* | iommu/vt-d: Fix debugfs register readsMegha Dey2020-03-131-15/+25
* | iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede2020-03-131-3/+4
* | iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taintHans de Goede2020-03-131-2/+4
* | iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede2020-03-131-5/+6
* | iommu/vt-d: Silence RCU-list debugging warningsQian Cai2020-03-101-1/+2
* | iommu/vt-d: Fix RCU-list bugs in intel_iommu_init()Qian Cai2020-03-101-1/+4
* | iommu/dma: Fix MSI reservation allocationMarc Zyngier2020-03-041-8/+8
* | iommu/io-pgtable-arm: Fix IOVA validation for 32-bitRobin Murphy2020-03-021-2/+2
* | iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang2020-03-021-2/+4
|/
* iommu/arm-smmu: Restore naming of driver parameter prefixWill Deacon2020-02-191-2/+2
* iommu/qcom: Fix bogus detach logicRobin Murphy2020-02-191-16/+12
* iommu/amd: Disable IOMMU on Stoney Ridge systemsKai-Heng Feng2020-02-191-1/+12
* iommu/vt-d: Simplify check in identity_mapping()Joerg Roedel2020-02-181-1/+1
* iommu/vt-d: Remove deferred_attach_domain()Joerg Roedel2020-02-181-8/+3