aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+3
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-05-19iommu: Fix deferred domain attachmentJoerg Roedel1-6/+11
2020-05-13iommu/amd: Fix get_acpihid_device_id()Raul E Rangel1-1/+2
2020-05-13iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov1-4/+5
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall1-1/+1
2020-05-05iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel1-11/+16
2020-05-05iommu/amd: Update Device Table in increase_address_space()Joerg Roedel1-13/+36
2020-05-05iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel1-0/+1
2020-05-05iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel1-1/+12
2020-05-05iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2-37/+112
2020-05-01iommu/qcom: Fix local_base status checkTang Bin1-1/+4
2020-05-01iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman1-1/+1
2020-05-01iommu/vt-d: Use right Kconfig option nameLu Baolu1-2/+2
2020-05-01iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit1-1/+1
2020-04-29iommu: spapr_tce: Disable compile testing to fix build on book3s_32 configKrzysztof Kozlowski1-1/+1
2020-04-29iommu/mediatek: Fix MTK_IOMMU dependenciesGeert Uytterhoeven1-1/+1
2020-04-29iommu: Fix the memory leak in dev_iommu_free()Kevin Hao1-0/+1
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes1-2/+3
2020-03-27Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into nextJoerg Roedel15-164/+340
2020-03-27iommu/virtio: Use accessor functions for iommu private dataJoerg Roedel1-6/+5
2020-03-27iommu/qcom: Use accessor functions for iommu private dataJoerg Roedel1-25/+36
2020-03-27iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel2-14/+13
2020-03-27iommu/renesas: Use accessor functions for iommu private dataJoerg Roedel1-5/+2
2020-03-27iommu/arm-smmu: Use accessor functions for iommu private dataJoerg Roedel1-8/+9
2020-03-27iommu/arm-smmu: Refactor master_cfg/fwspec usageRobin Murphy1-20/+22
2020-03-27iommu/arm-smmu-v3: Use accessor functions for iommu private dataJoerg Roedel1-5/+5
2020-03-27iommu/arm-smmu: Fix uninitilized variable warningJoerg Roedel1-1/+1
2020-03-27iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel1-0/+3
2020-03-27iommu: Rename struct iommu_param to dev_iommuJoerg Roedel1-14/+14
2020-03-27iommu/tegra-gart: Remove direct access of dev->iommu_fwspecJoerg Roedel1-1/+1
2020-03-27iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZEJean-Philippe Brucker1-2/+12
2020-03-27iommu/virtio: Fix freeing of incomplete domainsJean-Philippe Brucker1-7/+9
2020-03-27iommu/vt-d: Add build dependency on IOASIDJacob Pan1-0/+1
2020-03-27iommu/vt-d: Fix mm reference leakJacob Pan1-3/+4
2020-03-19iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()Qian Cai1-1/+2
2020-03-19iommu/vt-d: Fix page request descriptor sizeJacob Pan1-1/+1
2020-03-18iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation supportRob Herring1-2/+67
2020-03-18iommu/arm-smmu-v3: Batch ATC invalidation commandsRob Herring1-13/+18
2020-03-18iommu/arm-smmu-v3: Batch context descriptor invalidationJean-Philippe Brucker1-2/+3
2020-03-18iommu/arm-smmu-v3: Add command queue batching helpersJean-Philippe Brucker1-11/+26
2020-03-18iommu/arm-smmu-v3: Write level-1 descriptors atomicallyJean-Philippe Brucker1-1/+3
2020-03-18iommu/arm-smmu-v3: Add support for PCI PASIDJean-Philippe Brucker1-1/+61
2020-03-14iommu/vt-d: Populate debugfs if IOMMUs are detectedMegha Dey2-2/+13
2020-03-14iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit1-2/+2
2020-03-14iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake1-0/+8
2020-03-14iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan1-1/+1
2020-03-13iommu/vt-d: Fix debugfs register readsMegha Dey1-15/+25
2020-03-13iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taintHans de Goede1-3/+4
2020-03-13iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taintHans de Goede1-2/+4