| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu: Clean up bus_set_iommu() | Robin Murphy | 2022-09-07 | 1 | -2/+0 |
*-. | Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',... | Joerg Roedel | 2022-07-29 | 1 | -6/+1 |
|\ \ |
|
| | * | iommu: Make .release_device optional | Robin Murphy | 2022-07-06 | 1 | -5/+0 |
| |/
|/| |
|
| * | drivers: iommu: fix clang -wformat warning | Justin Stitt | 2022-07-22 | 1 | -1/+1 |
|/ |
|
* | iommu/msm: Fix an incorrect NULL check on list iterator | Xiaomeng Tong | 2022-05-04 | 1 | -4/+7 |
* | iommu/msm: Add a check for the return of kzalloc() | Xiaoke Wang | 2022-04-28 | 1 | -3/+8 |
*-. | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2022-03-08 | 1 | -47/+27 |
|\ \ |
|
| | * | iommu: Split struct iommu_ops | Lu Baolu | 2022-02-28 | 1 | -14/+16 |
| | * | iommu: Remove trivial ops->capable implementations | Robin Murphy | 2022-02-14 | 1 | -6/+0 |
| |/
|/| |
|
| * | iommu/msm: Simplify with dev_err_probe() | David Heidelberg | 2022-02-14 | 1 | -14/+10 |
| * | iommu/msm: Use standard driver registration | Robin Murphy | 2022-02-14 | 1 | -13/+1 |
|/ |
|
* | iommu: Drop unnecessary of_iommu.h includes | Rob Herring | 2021-06-08 | 1 | -1/+0 |
* | iommu: Streamline registration interface | Robin Murphy | 2021-04-16 | 1 | -4/+1 |
* | iommu/msm: Hook up iotlb_sync_map | Robin Murphy | 2021-01-28 | 1 | -1/+9 |
* | iommu/io-pgtable: Remove tlb_flush_leaf | Robin Murphy | 2020-12-08 | 1 | -7/+0 |
* | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang | 2020-07-24 | 1 | -1/+1 |
* | iommu/msm: Use dev_iommu_priv_get/set() | Joerg Roedel | 2020-06-30 | 1 | -2/+2 |
*-. | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel | 2020-06-02 | 1 | -28/+8 |
|\ \ |
|
| | * | iommu/msm: Convert to probe/release_device() call-backs | Joerg Roedel | 2020-05-05 | 1 | -27/+7 |
| |/
|/| |
|
| * | iommu/msm: Make msm_iommu_lock static | Samuel Zou | 2020-05-13 | 1 | -1/+1 |
|/ |
|
* | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 2020-01-10 | 1 | -2/+2 |
* | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 2019-10-15 | 1 | -1/+1 |
* | Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/... | Joerg Roedel | 2019-08-20 | 1 | -13/+29 |
|\ |
|
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -1/+2 |
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() | Will Deacon | 2019-07-29 | 1 | -1/+1 |
| * | iommu/io-pgtable: Remove unused ->tlb_sync() callback | Will Deacon | 2019-07-29 | 1 | -13/+7 |
| * | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -1/+6 |
| * | iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers | Will Deacon | 2019-07-29 | 1 | -0/+16 |
| * | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 2019-07-29 | 1 | -1/+1 |
| * | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 2019-07-24 | 1 | -2/+2 |
* | | iommu: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-08-09 | 1 | -1/+0 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 | Thomas Gleixner | 2019-06-05 | 1 | -14/+1 |
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2019-05-14 | 1 | -1/+1 |
*-. | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 2019-03-01 | 1 | -5/+5 |
|\ \ |
|
| | * | iommu: Allow io-pgtable to be used outside of drivers/iommu/ | Rob Herring | 2019-02-11 | 1 | -1/+1 |
| |/
|/| |
|
| * | iommu/msm: Reduce indentation | Julia Lawall | 2019-01-11 | 1 | -4/+4 |
|/ |
|
* | iommu/msm: Make it explicitly non-modular | Paul Gortmaker | 2018-12-03 | 1 | -10/+3 |
* | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-08-24 | 1 | -12/+5 |
|\ |
|
| *-. | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 2018-08-08 | 1 | -12/+5 |
| |\ \ |
|
| | | * | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 2018-08-08 | 1 | -1/+0 |
| | |/
| |/| |
|
| | * | iommu/msm: Don't call iommu_device_{,un}link from atomic context | Niklas Cassel | 2018-07-06 | 1 | -11/+5 |
| |/ |
|
* / | iommu: Remove IOMMU_OF_DECLARE | Rob Herring | 2018-07-10 | 1 | -2/+0 |
|/ |
|
* | iommu: Clean up of_iommu_init_fn | Robin Murphy | 2018-01-17 | 1 | -1/+1 |
* | iommu/msm: Claim bus ops on probe | Robin Murphy | 2018-01-17 | 1 | -13/+3 |
* | iommu/msm: Add iommu_group support | Robin Murphy | 2017-08-10 | 1 | -1/+14 |
* | iommu: Remove iommu_register_instance interface | Joerg Roedel | 2017-02-10 | 1 | -2/+0 |
* | iommu/msm: Make use of iommu_device_register interface | Joerg Roedel | 2017-02-10 | 1 | -0/+73 |
* | iommu/msm: use generic ARMV7S short descriptor pagetable ops | Sricharan R | 2016-06-21 | 1 | -297/+108 |
* | iommu/msm: Add support for generic master bindings | Sricharan R | 2016-06-21 | 1 | -2/+59 |
* | iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c | Sricharan R | 2016-06-21 | 1 | -0/+182 |