summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/io-pgtable-arm-v7s.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/io-pgtable-arm-v7s: Remove map/unmapRobin Murphy2022-11-191-26/+15
* iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bitYunfei Wang2022-07-071-19/+56
* iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureYunfei Wang2021-12-141-1/+5
* iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy2021-08-201-1/+1
* iommu/io-pgtable: Remove non-strict quirkRobin Murphy2021-08-181-10/+2
* iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()Isaac J. Manjarres2021-07-261-4/+22
* iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()Isaac J. Manjarres2021-07-261-3/+21
* iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTekYong Wu2021-02-011-3/+4
* iommu/io-pgtable-arm-v7s: Add cfg as a param in some macrosYong Wu2021-02-011-18/+18
* iommu/io-pgtable-arm-v7s: Clarify LVL_SHIFT/BITS macroYong Wu2021-02-011-5/+3
* iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTekYong Wu2021-02-011-2/+7
* iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmapYong Wu2021-02-011-1/+1
* iommu/io-pgtable: Remove TLBI_ON_MAP quirkRobin Murphy2021-01-281-8/+1
* iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy2020-12-081-2/+1
* iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu2020-12-081-4/+4
* iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang2020-07-241-9/+9
* iommu/io-pgtable-arm: Rationalise TCR handlingRobin Murphy2020-01-101-4/+2
* iommu/io-pgtable-arm: Improve attribute handlingRobin Murphy2020-01-101-4/+3
* iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy2020-01-101-9/+8
* iommu/io-pgtable: Make selftest gubbins consistently __initRobin Murphy2019-11-041-7/+8
* Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel2019-08-301-28/+29
|\
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon2019-07-291-9/+14
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-291-3/+3
| * iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-291-6/+0
| * iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-291-7/+5
| * iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()Will Deacon2019-07-291-10/+15
| * iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-241-1/+1
| * iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()Will Deacon2019-07-241-1/+0
* | iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTekYong Wu2019-08-301-7/+33
* | iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu2019-08-301-3/+3
* | iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/paYong Wu2019-08-301-1/+2
* | iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpersYong Wu2019-08-301-12/+33
|/
* Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-07-011-7/+10
|\
| * iommu/io-pgtable: Support non-coherent page tablesBjorn Andersson2019-06-251-2/+5
| * iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon2019-06-251-5/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debuggingNicolas Boichat2019-03-291-4/+15
* iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tablesNicolas Boichat2019-02-261-1/+2
* iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring2019-02-111-2/+1
* Revert "iommu/io-pgtable-arm: Check for v7s-incapable systems"Yong Wu2018-12-171-4/+0
* iommu/io-pgtable-arm-v7s: Add support for non-strict modeRobin Murphy2018-10-011-1/+10
* iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the PTEJean-Philippe Brucker2018-07-261-1/+6
* iommu/io-pgtable-arm: Use for_each_set_bit to simplify codeYueHaibing2018-05-031-4/+1
* iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam2018-02-131-10/+11
*-. Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2017-10-131-6/+1
|\ \
| | * iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncRobin Murphy2017-10-021-6/+1
| |/
* / iommu/io-pgtable-arm-v7s: Need dma-sync while there is no QUIRK_NO_DMAYong Wu2017-09-271-1/+1
|/
* iommu/io-pgtable: Sanitise map/unmap addressesRobin Murphy2017-07-201-0/+6
* iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing tableWill Deacon2017-06-231-2/+6
* iommu/io-pgtable-arm-v7s: Support lockless operationRobin Murphy2017-06-231-21/+63