| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek | Yong Wu | 2021-02-01 | 1 | -3/+4 |
* | iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros | Yong Wu | 2021-02-01 | 1 | -18/+18 |
* | iommu/io-pgtable-arm-v7s: Clarify LVL_SHIFT/BITS macro | Yong Wu | 2021-02-01 | 1 | -5/+3 |
* | iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek | Yong Wu | 2021-02-01 | 1 | -2/+7 |
* | iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap | Yong Wu | 2021-02-01 | 1 | -1/+1 |
* | iommu/io-pgtable: Remove TLBI_ON_MAP quirk | Robin Murphy | 2021-01-28 | 1 | -8/+1 |
* | iommu/io-pgtable: Remove tlb_flush_leaf | Robin Murphy | 2020-12-08 | 1 | -2/+1 |
* | iommu: Defer the early return in arm_(v7s/lpae)_map | Keqian Zhu | 2020-12-08 | 1 | -4/+4 |
* | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang | 2020-07-24 | 1 | -9/+9 |
* | iommu/io-pgtable-arm: Rationalise TCR handling | Robin Murphy | 2020-01-10 | 1 | -4/+2 |
* | iommu/io-pgtable-arm: Improve attribute handling | Robin Murphy | 2020-01-10 | 1 | -4/+3 |
* | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 2020-01-10 | 1 | -9/+8 |
* | iommu/io-pgtable: Make selftest gubbins consistently __init | Robin Murphy | 2019-11-04 | 1 | -7/+8 |
* | Merge branch 'arm/smmu' into arm/mediatek | Joerg Roedel | 2019-08-30 | 1 | -28/+29 |
|\ |
|
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -9/+14 |
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() | Will Deacon | 2019-07-29 | 1 | -3/+3 |
| * | iommu/io-pgtable: Remove unused ->tlb_sync() callback | Will Deacon | 2019-07-29 | 1 | -6/+0 |
| * | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -7/+5 |
| * | iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf() | Will Deacon | 2019-07-29 | 1 | -10/+15 |
| * | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 2019-07-24 | 1 | -1/+1 |
| * | iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync() | Will Deacon | 2019-07-24 | 1 | -1/+0 |
* | | iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTek | Yong Wu | 2019-08-30 | 1 | -7/+33 |
* | | iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXT | Yong Wu | 2019-08-30 | 1 | -3/+3 |
* | | iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/pa | Yong Wu | 2019-08-30 | 1 | -1/+2 |
* | | iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers | Yong Wu | 2019-08-30 | 1 | -12/+33 |
|/ |
|
* | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2019-07-01 | 1 | -7/+10 |
|\ |
|
| * | iommu/io-pgtable: Support non-coherent page tables | Bjorn Andersson | 2019-06-25 | 1 | -2/+5 |
| * | iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag | Will Deacon | 2019-06-25 | 1 | -5/+5 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
|/ |
|
* | iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging | Nicolas Boichat | 2019-03-29 | 1 | -4/+15 |
* | iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables | Nicolas Boichat | 2019-02-26 | 1 | -1/+2 |
* | iommu: Allow io-pgtable to be used outside of drivers/iommu/ | Rob Herring | 2019-02-11 | 1 | -2/+1 |
* | Revert "iommu/io-pgtable-arm: Check for v7s-incapable systems" | Yong Wu | 2018-12-17 | 1 | -4/+0 |
* | iommu/io-pgtable-arm-v7s: Add support for non-strict mode | Robin Murphy | 2018-10-01 | 1 | -1/+10 |
* | iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the PTE | Jean-Philippe Brucker | 2018-07-26 | 1 | -1/+6 |
* | iommu/io-pgtable-arm: Use for_each_set_bit to simplify code | YueHaibing | 2018-05-03 | 1 | -4/+1 |
* | iommu/io-pgtable: Use size_t return type for all foo_unmap | Vivek Gautam | 2018-02-13 | 1 | -10/+11 |
*-. | Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 2017-10-13 | 1 | -6/+1 |
|\ \ |
|
| | * | iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync | Robin Murphy | 2017-10-02 | 1 | -6/+1 |
| |/ |
|
* / | iommu/io-pgtable-arm-v7s: Need dma-sync while there is no QUIRK_NO_DMA | Yong Wu | 2017-09-27 | 1 | -1/+1 |
|/ |
|
* | iommu/io-pgtable: Sanitise map/unmap addresses | Robin Murphy | 2017-07-20 | 1 | -0/+6 |
* | iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing table | Will Deacon | 2017-06-23 | 1 | -2/+6 |
* | iommu/io-pgtable-arm-v7s: Support lockless operation | Robin Murphy | 2017-06-23 | 1 | -21/+63 |
* | iommu/io-pgtable: Introduce explicit coherency | Robin Murphy | 2017-06-23 | 1 | -7/+10 |
* | iommu/io-pgtable-arm-v7s: Refactor split_blk_unmap | Robin Murphy | 2017-06-23 | 1 | -40/+45 |
* | iommu/io-pgtable-arm-v7s: Check table PTEs more precisely | Robin Murphy | 2017-06-23 | 1 | -1/+2 |
* | iommu/io-pgtable-arm-v7s: constify dummy_tlb_ops. | Arvind Yadav | 2017-06-23 | 1 | -1/+1 |
* | iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it | Oleksandr Tyshchenko | 2017-03-10 | 1 | -1/+5 |
* | iommu/io-pgtable-arm-v7s: Add support for the IOMMU_PRIV flag | Robin Murphy | 2017-01-19 | 1 | -1/+5 |
* | iommu/io-pgtable-arm: Use for_each_set_bit to simplify the code | Kefeng Wang | 2016-11-29 | 1 | -4/+1 |