summaryrefslogtreecommitdiff
path: root/drivers/iommu/io-pgtable-arm.c
AgeCommit message (Expand)Author
2023-11-27iommu: Extend LPAE page table format to support custom allocatorsBoris Brezillon
2022-11-19iommu/io-pgtable-arm: Remove map/unmapRobin Murphy
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/io-pgtable: Move Apple DART support to its own fileJanne Grunau
2022-09-07iommu/io-pgtable-arm: Remove iommu_dev==NULL special caseRobin Murphy
2021-12-06iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2021-08-20iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy
2021-08-18iommu/io-pgtable: Remove non-strict quirkRobin Murphy
2021-08-12iommu/io-pgtable: Add DART pagetable formatSven Peter
2021-07-26iommu/io-pgtable-arm: Implement arm_lpae_map_pages()Isaac J. Manjarres
2021-07-26iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()Isaac J. Manjarres
2021-07-26iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entriesIsaac J. Manjarres
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon
2020-12-08iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroKunkun Jiang
2020-12-08iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu
2020-11-25iommu/io-pgtable-arm: Add support to use system cacheSai Prakash Ranjan
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-30iommu/io-pgtable-arm: Support coherency for Mali LPAERobin Murphy
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-09-28iommu/io-pgtable-arm: Move some definitions to a headerJean-Philippe Brucker
2020-09-21iommu/io-pgtable-arm: Clean up faulty sanity checkRobin Murphy
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang
2020-07-08iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon
2020-03-02iommu/io-pgtable-arm: Fix IOVA validation for 32-bitRobin Murphy
2020-01-10iommu/io-pgtable-arm: Prepare for TTBR1 usageRobin Murphy
2020-01-10iommu/io-pgtable-arm: Rationalise VTCR handlingWill Deacon
2020-01-10iommu/io-pgtable-arm: Rationalise TCR handlingRobin Murphy
2020-01-10iommu/io-pgtable-arm: Ensure ARM_64_LPAE_S2_TCR_RES1 is unsignedWill Deacon
2020-01-10iommu/io-pgtable-arm: Improve attribute handlingRobin Murphy
2020-01-10iommu/io-pgtable-arm: Support non-coherent stage-2 page tablesWill Deacon
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy
2019-11-07iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve docWill Deacon
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingRobin Murphy
2019-11-04iommu/io-pgtable-arm: Simplify level indexingRobin Murphy
2019-11-04iommu/io-pgtable-arm: Simplify PGD size handlingRobin Murphy
2019-11-04iommu/io-pgtable-arm: Simplify start level lookupRobin Murphy
2019-11-04iommu/io-pgtable-arm: Simplify bounds checksRobin Murphy
2019-11-04iommu/io-pgtable-arm: Rationalise size checkRobin Murphy
2019-11-04iommu/io-pgtable: Make selftest gubbins consistently __initRobin Murphy
2019-11-04Merge branch 'for-joerg/arm-smmu/fixes' into for-joerg/arm-smmu/updatesWill Deacon
2019-10-01iommu/io-pgtable: Move some initialization data to .init.rodataChristophe JAILLET
2019-10-01iommu/io-pgtable-arm: Support all Mali configurationsRobin Murphy
2019-10-01iommu/io-pgtable-arm: Correct Mali attributesRobin Murphy
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon