summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-18iommu/vt-d: Enlightened PASID allocationLu Baolu
2020-05-18iommu/vt-d: Add svm/sva invalidate functionJacob Pan
2020-05-18iommu/vt-d: Support flushing more translation cache typesJacob Pan
2020-05-18iommu/vt-d: Add bind guest PASID supportJacob Pan
2020-05-18iommu/vt-d: Add nested translation helper functionJacob Pan
2020-05-18iommu/vt-d: Use a helper function to skip agaw for SLJacob Pan
2020-05-18iommu/vt-d: Move domain helper to headerJacob Pan
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya
2020-05-13iommu/vt-d: Unify format of the printed messagesAndy Shevchenko
2020-05-13iommu/vt-d: Apply per-device dma_opsLu Baolu
2020-05-13iommu/vt-d: Allow PCI sub-hierarchy to use DMA domainLu Baolu
2020-05-13iommu/vt-d: Allow 32bit devices to uses DMA domainLu Baolu
2020-05-13Merge tag 'v5.7-rc4' into coreJoerg Roedel
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-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
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya