summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker1-11/+0
2020-05-29uacce: Remove mm_exit() opJean-Philippe Brucker1-130/+42
2020-05-27iommu/vt-d: Use pci_ats_supported()Jean-Philippe Brucker1-6/+3
2020-05-27iommu/arm-smmu-v3: Use pci_ats_supported()Jean-Philippe Brucker1-13/+7
2020-05-27iommu/amd: Use pci_ats_supported()Jean-Philippe Brucker1-8/+4
2020-05-27PCI/ATS: Only enable ATS for trusted devicesJean-Philippe Brucker1-1/+17
2020-05-25iommu: Don't take group reference in iommu_alloc_default_domain()Joerg Roedel1-12/+9
2020-05-25iommu: Don't call .probe_finalize() under group->mutexJoerg Roedel1-10/+18
2020-05-19iommu/mediatek-v1: Fix a build warning for a unused variable 'data'Yong Wu1-2/+0
2020-05-18iommu/mediatek-v1: Add def_domain_typeYong Wu1-5/+11
2020-05-18iommu/omap: Add registration for DT fwnode pointerTero Kristo via iommu1-0/+1
2020-05-18iommu/omap: Add check for iommu group when no IOMMU in useTero Kristo via iommu1-0/+3
2020-05-13Merge tag 'v5.7-rc4' into coreJoerg Roedel89-358/+568
2020-05-13iommu/iova: Unify format of the printed messagesAndy Shevchenko1-3/+3
2020-05-13iommu/renesas: Fix unused-function warningArnd Bergmann1-5/+2
2020-05-13iommu: Do not probe devices on IOMMU-less bussesThierry Reding1-0/+3
2020-05-13iommu/amd: Fix variable "iommu" set but not usedQian Cai1-3/+0
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel1-2/+2
2020-05-05iommu: Move more initialization to __iommu_probe_device()Joerg Roedel1-29/+18
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel1-120/+38
2020-05-05iommu/exynos: Convert to probe/release_device() call-backsJoerg Roedel1-20/+6
2020-05-05iommu/exynos: Use first SYSMMU in controllers list for IOMMU coreJoerg Roedel1-0/+10
2020-05-05iommu/omap: Convert to probe/release_device() call-backsJoerg Roedel1-36/+13
2020-05-05iommu/omap: Remove orphan_dev trackingJoerg Roedel1-50/+4
2020-05-05iommu/renesas: Convert to probe/release_device() call-backsJoerg Roedel1-40/+20
2020-05-05iommu/tegra: Convert to probe/release_device() call-backsJoerg Roedel2-41/+14
2020-05-05iommu/rockchip: Convert to probe/release_device() call-backsJoerg Roedel1-19/+7
2020-05-05iommu/qcom: Convert to probe/release_device() call-backsJoerg Roedel1-17/+7
2020-05-05iommu/mediatek-v1 Convert to probe/release_device() call-backsJoerg Roedel1-30/+20
2020-05-05iommu/mediatek: Convert to probe/release_device() call-backsJoerg Roedel1-18/+6
2020-05-05iommu/msm: Convert to probe/release_device() call-backsJoerg Roedel1-27/+7
2020-05-05iommu/virtio: Convert to probe/release_device() call-backsJoerg Roedel1-31/+10
2020-05-05iommu/s390: Convert to probe/release_device() call-backsJoerg Roedel1-16/+6
2020-05-05iommu/pamu: Convert to probe/release_device() call-backsJoerg Roedel1-17/+5
2020-05-05iommu/arm-smmu: Convert to probe/release_device() call-backsJoerg Roedel2-52/+25
2020-05-05iommu/vt-d: Convert to probe/release_device() call-backsJoerg Roedel1-61/+6
2020-05-05iommu/amd: Convert to probe/release_device() call-backsJoerg Roedel1-49/+22
2020-05-05iommu/amd: Remove dev_data->passthroughJoerg Roedel2-6/+5
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel1-1/+9
2020-05-05iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()Joerg Roedel1-5/+30
2020-05-05iommu: Split off default domain allocation from group assignmentJoerg Roedel1-3/+151
2020-05-05iommu: Move new probe_device path to separate functionJoerg Roedel1-23/+46
2020-05-05iommu: Keep a list of allocated groups in __iommu_probe_device()Joerg Roedel1-2/+7
2020-05-05iommu: Move default domain allocation to iommu_probe_device()Joerg Roedel1-31/+71
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel1-6/+57
2020-05-05iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMUJoerg Roedel1-1/+4
2020-05-05iommu/amd: Remove dma_mask check from check_device()Joerg Roedel1-1/+1
2020-05-05iommu/vt-d: Wire up iommu_ops->def_domain_typeJoerg Roedel1-0/+1
2020-05-05iommu/amd: Implement iommu_ops->def_domain_type call-backJoerg Roedel1-0/+15
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya1-3/+17