| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/mediatek: Use accessor functions for iommu private data | Joerg Roedel | 2020-03-27 | 1 | -7/+6 |
* | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 2020-01-10 | 1 | -2/+2 |
*-. | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2019-11-12 | 1 | -61/+29 |
|\ \ |
|
| | * | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 2019-10-15 | 1 | -1/+1 |
| |/
|/| |
|
| * | iommu/mediatek: Reduce the tlb flush timeout value | Yong Wu | 2019-11-11 | 1 | -1/+1 |
| * | iommu/mediatek: Get rid of the pgtlock | Yong Wu | 2019-11-11 | 1 | -22/+3 |
| * | iommu/mediatek: Move the tlb_sync into tlb_flush | Yong Wu | 2019-11-11 | 1 | -35/+10 |
| * | iommu/mediatek: Delete the leaf in the tlb_flush | Yong Wu | 2019-11-11 | 1 | -17/+4 |
| * | iommu/mediatek: Use gather to achieve the tlb range flush | Yong Wu | 2019-11-11 | 1 | -4/+8 |
| * | iommu/mediatek: Add a new tlb_lock for tlb_flush | Yong Wu | 2019-11-11 | 1 | -1/+22 |
| * | iommu/mediatek: Correct the flush_iotlb_all callback | Yong Wu | 2019-11-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'arm/smmu' into arm/mediatek | Joerg Roedel | 2019-08-30 | 1 | -8/+37 |
|\ |
|
| * | 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 | -1/+0 |
| * | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -1/+7 |
| * | 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 | -3/+10 |
| * | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 2019-07-24 | 1 | -2/+2 |
* | | iommu/mediatek: Clean up struct mtk_smi_iommu | Yong Wu | 2019-08-30 | 1 | -2/+2 |
* | | memory: mtk-smi: Get rid of need_larbid | Yong Wu | 2019-08-30 | 1 | -1/+0 |
* | | iommu/mediatek: Fix VLD_PA_RNG register backup when suspend | Yong Wu | 2019-08-30 | 1 | -0/+2 |
* | | iommu/mediatek: Add mmu1 support | Yong Wu | 2019-08-30 | 1 | -17/+29 |
* | | iommu/mediatek: Add mt8183 IOMMU support | Yong Wu | 2019-08-30 | 1 | -3/+12 |
* | | iommu/mediatek: Move vld_pa_rng into plat_data | Yong Wu | 2019-08-30 | 1 | -1/+2 |
* | | iommu/mediatek: Move reset_axi into plat_data | Yong Wu | 2019-08-30 | 1 | -2/+2 |
* | | iommu/mediatek: Refine protect memory definition | Yong Wu | 2019-08-30 | 1 | -7/+6 |
* | | iommu/mediatek: Add larb-id remapped support | Yong Wu | 2019-08-30 | 1 | -0/+4 |
* | | iommu/mediatek: Add bclk can be supported optionally | Yong Wu | 2019-08-30 | 1 | -3/+7 |
* | | iommu/mediatek: Adjust the PA for the 4GB Mode | Yong Wu | 2019-08-30 | 1 | -10/+16 |
* | | iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXT | Yong Wu | 2019-08-30 | 1 | -1/+1 |
* | | iommu/mediatek: Fix iova_to_phys PA start for 4GB mode | Yong Wu | 2019-08-30 | 1 | -1/+25 |
* | | iommu/mediatek: Use a struct as the platform data | Yong Wu | 2019-08-30 | 1 | -8/+16 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2019-05-30 | 1 | -9/+1 |
* | iommu/mediatek: Fix leaked of_node references | Wen Yang | 2019-04-26 | 1 | -2/+6 |
*-. | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 2018-12-20 | 1 | -11/+14 |
|\ \ |
|
| | * | iommu/mediatek: Use helper functions to access dev->iommu_fwspec | Joerg Roedel | 2018-12-17 | 1 | -9/+12 |
| |/
|/| |
|
| * | iommu/mediatek: Constify iommu_ops | Arvind Yadav | 2018-11-06 | 1 | -2/+2 |
|/ |
|
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 2018-08-08 | 1 | -1/+0 |
* | iommu/mediatek: Fix protect memory setting | Yong Wu | 2018-03-21 | 1 | -5/+10 |
*-. | Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 2017-10-13 | 1 | -0/+7 |
|\ \ |
|
| | * | iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync | Robin Murphy | 2017-10-02 | 1 | -0/+7 |
| |/ |
|
* / | iommu/mediatek: Limit the physical address in 32bit for v7s | Yong Wu | 2017-09-27 | 1 | -1/+2 |
|/ |
|
* | iommu/mediatek: Fix a build warning of BIT(32) in ARM | Yong Wu | 2017-08-28 | 1 | -2/+2 |
* | iommu/mediatek: Fix a build fail of m4u_type | Yong Wu | 2017-08-28 | 1 | -1/+1 |
* | iommu/mediatek: Enlarge the validate PA range for 4GB mode | Yong Wu | 2017-08-22 | 1 | -3/+15 |
* | iommu/mediatek: Disable iommu clock when system suspend | Yong Wu | 2017-08-22 | 1 | -1/+8 |
* | iommu/mediatek: Move pgtable allocation into domain_alloc | Yong Wu | 2017-08-22 | 1 | -30/+22 |
* | iommu/mediatek: Merge 2 M4U HWs into one iommu domain | Yong Wu | 2017-08-22 | 1 | -24/+68 |