Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | iommu/qcom: Use domain rather than dev as tlb cookie | Rob Clark | 1 | -20/+17 |
2020-05-13 | Merge tag 'v5.7-rc4' into core | Joerg Roedel | 1 | -1/+4 |
2020-05-05 | iommu/qcom: Convert to probe/release_device() call-backs | Joerg Roedel | 1 | -17/+7 |
2020-05-01 | iommu/qcom: Fix local_base status check | Tang Bin | 1 | -1/+4 |
2020-03-27 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ... | Joerg Roedel | 1 | -26/+37 |
2020-03-27 | iommu/qcom: Use accessor functions for iommu private data | Joerg Roedel | 1 | -25/+36 |
2020-02-28 | iommu/qcom: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-19 | iommu/qcom: Fix bogus detach logic | Robin Murphy | 1 | -16/+12 |
2020-01-10 | iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespace | Will Deacon | 1 | -7/+9 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TCR handling | Robin Murphy | 1 | -5/+3 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 1 | -2/+1 |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -5/+5 |
2019-11-04 | iommu/io-pgtable-arm: Rationalise MAIR handling | Robin Murphy | 1 | -2/+2 |
2019-10-15 | iommu/qcom: Simplify a test in 'qcom_iommu_add_device()' | Christophe JAILLET | 1 | -2/+2 |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 1 | -1/+1 |
2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel | 1 | -23/+49 |
2019-08-30 | iommu/qcom: Use struct_size() helper | Gustavo A. R. Silva | 1 | -4/+3 |
2019-08-23 | Merge branches 'for-joerg/arm-smmu/smmu-v2' and 'for-joerg/arm-smmu/smmu-v3' ... | Will Deacon | 1 | -8/+36 |
2019-08-20 | Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/... | Joerg Roedel | 1 | -8/+36 |
2019-08-19 | iommu/arm-smmu: Rename arm-smmu-regs.h | Robin Murphy | 1 | -1/+1 |
2019-08-19 | iommu/arm-smmu: Convert context bank registers to bitfields | Robin Murphy | 1 | -6/+7 |
2019-08-19 | iommu/qcom: Mask TLBI addresses correctly | Robin Murphy | 1 | -1/+1 |
2019-08-09 | iommu: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-07-29 | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() | Will Deacon | 1 | -1/+2 |
2019-07-29 | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() | Will Deacon | 1 | -1/+1 |
2019-07-29 | iommu/io-pgtable: Remove unused ->tlb_sync() callback | Will Deacon | 1 | -1/+0 |
2019-07-29 | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 1 | -1/+7 |
2019-07-29 | iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers | Will Deacon | 1 | -0/+16 |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 1 | -3/+9 |
2019-07-24 | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 1 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
2019-02-11 | iommu: Allow io-pgtable to be used outside of drivers/iommu/ | Rob Herring | 1 | -1/+1 |
2018-12-17 | iommu/qcom: Use helper functions to access dev->iommu_fwspec | Joerg Roedel | 1 | -8/+10 |
2018-12-03 | iommu/qcom: Make it explicitly non-modular | Paul Gortmaker | 1 | -14/+2 |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 1 | -1/+0 |
2018-07-10 | iommu: Remove IOMMU_OF_DECLARE | Rob Herring | 1 | -2/+0 |
2018-05-03 | iommu/qcom: Simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-01-17 | iommu: Clean up of_iommu_init_fn | Robin Murphy | 1 | -1/+1 |
2017-11-03 | iommu: qcom: wire up fault handler | Rob Clark | 1 | -5/+13 |
2017-10-02 | iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync | Robin Murphy | 1 | -0/+15 |
2017-08-28 | iommu: qcom: annotate PM functions as __maybe_unused | Arnd Bergmann | 1 | -4/+2 |
2017-08-15 | iommu/qcom: Initialize secure page table | Stanimir Varbanov | 1 | -0/+64 |
2017-08-15 | iommu/qcom: Add qcom_iommu | Rob Clark | 1 | -0/+868 |