summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2020-05-29iommu/amd: Let free_pagetable() not rely on domain->pt_rootJoerg Roedel
2020-05-29iommu/amd: Unexport get_dev_data()Joerg Roedel
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel
2020-05-19iommu: Fix deferred domain attachmentJoerg Roedel
2020-05-13iommu/amd: Unify format of the printed messagesAndy Shevchenko
2020-05-13Merge tag 'v5.7-rc4' into coreJoerg Roedel
2020-05-13iommu/amd: Fix get_acpihid_device_id()Raul E Rangel
2020-05-13iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov
2020-05-13iommu/iova: Unify format of the printed messagesAndy Shevchenko
2020-05-13iommu/renesas: Fix unused-function warningArnd Bergmann
2020-05-13iommu: Do not probe devices on IOMMU-less bussesThierry Reding
2020-05-13iommu/amd: Fix variable "iommu" set but not usedQian Cai
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall
2020-05-05iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel
2020-05-05iommu/amd: Update Device Table in increase_address_space()Joerg Roedel
2020-05-05iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel
2020-05-05iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel
2020-05-05iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel
2020-05-05iommu: Move more initialization to __iommu_probe_device()Joerg Roedel
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel
2020-05-05iommu/exynos: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/exynos: Use first SYSMMU in controllers list for IOMMU coreJoerg Roedel
2020-05-05iommu/omap: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/omap: Remove orphan_dev trackingJoerg Roedel
2020-05-05iommu/renesas: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/tegra: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/rockchip: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/qcom: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/mediatek-v1 Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/mediatek: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/msm: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/virtio: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/s390: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/pamu: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/arm-smmu: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/vt-d: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/amd: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/amd: Remove dev_data->passthroughJoerg Roedel
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel
2020-05-05iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()Joerg Roedel
2020-05-05iommu: Split off default domain allocation from group assignmentJoerg Roedel
2020-05-05iommu: Move new probe_device path to separate functionJoerg Roedel
2020-05-05iommu: Keep a list of allocated groups in __iommu_probe_device()Joerg Roedel
2020-05-05iommu: Move default domain allocation to iommu_probe_device()Joerg Roedel
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel
2020-05-05iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMUJoerg Roedel
2020-05-05iommu/amd: Remove dma_mask check from check_device()Joerg Roedel
2020-05-05iommu/vt-d: Wire up iommu_ops->def_domain_typeJoerg Roedel
2020-05-05iommu/amd: Implement iommu_ops->def_domain_type call-backJoerg Roedel