Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | iommu/io-pgtable: Remove tlb_flush_leaf | Robin Murphy | 1 | -7/+0 |
2020-07-24 | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang | 1 | -1/+1 |
2020-06-30 | iommu/msm: Use dev_iommu_priv_get/set() | Joerg Roedel | 1 | -2/+2 |
2020-06-02 | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel | 1 | -28/+8 |
2020-05-13 | iommu/msm: Make msm_iommu_lock static | Samuel Zou | 1 | -1/+1 |
2020-05-05 | iommu/msm: Convert to probe/release_device() call-backs | Joerg Roedel | 1 | -27/+7 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 1 | -2/+2 |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 1 | -1/+1 |
2019-08-20 | Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/... | Joerg Roedel | 1 | -13/+29 |
2019-08-09 | iommu: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -1/+0 |
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 | -13/+7 |
2019-07-29 | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 1 | -1/+6 |
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 | -1/+1 |
2019-07-24 | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 1 | -2/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 | Thomas Gleixner | 1 | -14/+1 |
2019-05-14 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 1 | -1/+1 |
2019-03-01 | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 1 | -5/+5 |
2019-02-11 | iommu: Allow io-pgtable to be used outside of drivers/iommu/ | Rob Herring | 1 | -1/+1 |
2019-01-11 | iommu/msm: Reduce indentation | Julia Lawall | 1 | -4/+4 |
2018-12-03 | iommu/msm: Make it explicitly non-modular | Paul Gortmaker | 1 | -10/+3 |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -12/+5 |
2018-08-08 | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 1 | -12/+5 |
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-07-06 | iommu/msm: Don't call iommu_device_{,un}link from atomic context | Niklas Cassel | 1 | -11/+5 |
2018-01-17 | iommu: Clean up of_iommu_init_fn | Robin Murphy | 1 | -1/+1 |
2018-01-17 | iommu/msm: Claim bus ops on probe | Robin Murphy | 1 | -13/+3 |
2017-08-10 | iommu/msm: Add iommu_group support | Robin Murphy | 1 | -1/+14 |
2017-02-10 | iommu: Remove iommu_register_instance interface | Joerg Roedel | 1 | -2/+0 |
2017-02-10 | iommu/msm: Make use of iommu_device_register interface | Joerg Roedel | 1 | -0/+73 |
2016-06-21 | iommu/msm: use generic ARMV7S short descriptor pagetable ops | Sricharan R | 1 | -297/+108 |
2016-06-21 | iommu/msm: Add support for generic master bindings | Sricharan R | 1 | -2/+59 |
2016-06-21 | iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c | Sricharan R | 1 | -0/+182 |
2016-06-21 | iommu/msm: Add DT adaptation | Sricharan R | 1 | -114/+138 |
2015-08-13 | iommu/msm: Use BUG_ON instead of if () BUG() | Joerg Roedel | 1 | -2/+2 |
2015-03-31 | iommu/msm: Make use of domain_alloc and domain_free | Joerg Roedel | 1 | -37/+36 |
2014-12-02 | Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm... | Joerg Roedel | 1 | -2/+2 |
2014-11-04 | iommu: Add iommu_map_sg() function | Olav Haugan | 1 | -0/+1 |
2014-10-23 | iommu/msm: Deletion of unnecessary checks before clk_disable() | SF Markus Elfring | 1 | -2/+1 |
2014-09-25 | iommu/msm: Convert to iommu_capable() API function | Joerg Roedel | 1 | -4/+3 |
2014-07-07 | iommu: Constify struct iommu_ops | Thierry Reding | 1 | -1/+1 |
2013-08-06 | iommu/msm: Move mach includes to iommu directory | Stephen Boyd | 1 | -2/+2 |
2013-04-02 | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. | Varun Sethi | 1 | -1/+1 |
2012-07-11 | iommu/msm: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 1 | -0/+5 |
2012-01-30 | iommu/msm: Fix error handling in msm_iommu_unmap() | Joerg Roedel | 1 | -6/+1 |
2011-11-10 | iommu/msm: announce supported page sizes | Ohad Ben-Cohen | 1 | -1/+5 |
2011-11-10 | iommu/core: stop converting bytes to page order back and forth | Ohad Ben-Cohen | 1 | -12/+7 |