| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/io-pgtable-arm: Remove map/unmap | Robin Murphy | 2022-11-19 | 1 | -27/+15 |
*-. | Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'... | Joerg Roedel | 2022-09-26 | 1 | -2/+6 |
|\ \ |
|
| | * | iommu/io-pgtable-arm: Remove iommu_dev==NULL special case | Robin Murphy | 2022-09-07 | 1 | -2/+6 |
| |/ |
|
* / | iommu/io-pgtable: Move Apple DART support to its own file | Janne Grunau | 2022-09-26 | 1 | -63/+0 |
|/ |
|
* | iommu/io-pgtable-arm: Fix table descriptor paddr formatting | Hector Martin | 2021-12-06 | 1 | -4/+5 |
*-----. | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 2021-08-20 | 1 | -84/+198 |
|\ \ \ \ |
|
| | | | * | iommu/io-pgtable: Abstract iommu_iotlb_gather access | Robin Murphy | 2021-08-20 | 1 | -1/+1 |
| | | |/ |
|
| | | * | iommu/io-pgtable: Remove non-strict quirk | Robin Murphy | 2021-08-18 | 1 | -10/+2 |
| | |/ |
|
| * / | iommu/io-pgtable: Add DART pagetable format | Sven Peter | 2021-08-12 | 1 | -0/+63 |
| |/ |
|
| * | iommu/io-pgtable-arm: Implement arm_lpae_map_pages() | Isaac J. Manjarres | 2021-07-26 | 1 | -10/+31 |
| * | iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages() | Isaac J. Manjarres | 2021-07-26 | 1 | -46/+74 |
| * | iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries | Isaac J. Manjarres | 2021-07-26 | 1 | -34/+44 |
|/ |
|
* | Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-16 | 1 | -10/+9 |
|\ |
|
| * | iommu/io-pgtable: Remove tlb_flush_leaf | Robin Murphy | 2020-12-08 | 1 | -1/+0 |
| * | Merge branch 'for-next/iommu/misc' into for-next/iommu/core | Will Deacon | 2020-12-08 | 1 | -9/+9 |
| |\ |
|
| | * | iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macro | Kunkun Jiang | 2020-12-08 | 1 | -5/+5 |
| | * | iommu: Defer the early return in arm_(v7s/lpae)_map | Keqian Zhu | 2020-12-08 | 1 | -4/+4 |
* | | | Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm... | Dave Airlie | 2020-12-10 | 1 | -2/+8 |
|\| | |
|
| * | | iommu/io-pgtable-arm: Add support to use system cache | Sai Prakash Ranjan | 2020-11-25 | 1 | -2/+8 |
| |/ |
|
* | | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2020-11-02 | 1 | -30/+2 |
|\| |
|
| * | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 1 | -5/+0 |
| |\ |
|
| | * | iommu/io-pgtable-arm: Clean up faulty sanity check | Robin Murphy | 2020-09-21 | 1 | -5/+0 |
| | * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan | 2020-09-17 | 1 | -1/+1 |
| * | | iommu/io-pgtable-arm: Move some definitions to a header | Jean-Philippe Brucker | 2020-09-28 | 1 | -25/+2 |
| |/ |
|
* / | iommu/io-pgtable-arm: Support coherency for Mali LPAE | Robin Murphy | 2020-10-30 | 1 | -1/+10 |
|/ |
|
*-. | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 2020-07-29 | 1 | -12/+9 |
|\ \ |
|
| | * | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang | 2020-07-24 | 1 | -9/+9 |
| |/
|/| |
|
| * | iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag | Will Deacon | 2020-07-08 | 1 | -3/+0 |
|/ |
|
* | iommu/io-pgtable-arm: Fix IOVA validation for 32-bit | Robin Murphy | 2020-03-02 | 1 | -2/+2 |
* | iommu/io-pgtable-arm: Prepare for TTBR1 usage | Robin Murphy | 2020-01-10 | 1 | -6/+19 |
* | iommu/io-pgtable-arm: Rationalise VTCR handling | Will Deacon | 2020-01-10 | 1 | -36/+21 |
* | iommu/io-pgtable-arm: Rationalise TCR handling | Robin Murphy | 2020-01-10 | 1 | -58/+40 |
* | iommu/io-pgtable-arm: Ensure ARM_64_LPAE_S2_TCR_RES1 is unsigned | Will Deacon | 2020-01-10 | 1 | -1/+1 |
* | iommu/io-pgtable-arm: Improve attribute handling | Robin Murphy | 2020-01-10 | 1 | -6/+11 |
* | iommu/io-pgtable-arm: Support non-coherent stage-2 page tables | Will Deacon | 2020-01-10 | 1 | -4/+10 |
* | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 2020-01-10 | 1 | -3/+2 |
* | iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve doc | Will Deacon | 2019-11-07 | 1 | -1/+1 |
* | iommu/io-pgtable-arm: Rationalise MAIR handling | Robin Murphy | 2019-11-04 | 1 | -2/+1 |
* | iommu/io-pgtable-arm: Simplify level indexing | Robin Murphy | 2019-11-04 | 1 | -16/+13 |
* | iommu/io-pgtable-arm: Simplify PGD size handling | Robin Murphy | 2019-11-04 | 1 | -16/+17 |
* | iommu/io-pgtable-arm: Simplify start level lookup | Robin Murphy | 2019-11-04 | 1 | -25/+20 |
* | iommu/io-pgtable-arm: Simplify bounds checks | Robin Murphy | 2019-11-04 | 1 | -3/+2 |
* | iommu/io-pgtable-arm: Rationalise size check | Robin Murphy | 2019-11-04 | 1 | -1/+9 |
* | iommu/io-pgtable: Make selftest gubbins consistently __init | Robin Murphy | 2019-11-04 | 1 | -6/+7 |
* | Merge branch 'for-joerg/arm-smmu/fixes' into for-joerg/arm-smmu/updates | Will Deacon | 2019-11-04 | 1 | -13/+45 |
|\ |
|
| * | iommu/io-pgtable-arm: Support all Mali configurations | Robin Murphy | 2019-10-01 | 1 | -1/+6 |
| * | iommu/io-pgtable-arm: Correct Mali attributes | Robin Murphy | 2019-10-01 | 1 | -13/+40 |
* | | iommu/io-pgtable: Move some initialization data to .init.rodata | Christophe JAILLET | 2019-10-01 | 1 | -3/+3 |
|/ |
|
* | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -8/+14 |
* | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() | Will Deacon | 2019-07-29 | 1 | -4/+3 |