aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/io-pgtable-arm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14iommu/io-pgtable-arm: Remove unused macro iopte_protDaniel Mentz1-7/+0
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'fsl/pamu', 'mediatek', 'renesas/ipmmu', 's390', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel1-24/+34
2025-05-20iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()Rob Clark1-13/+14
2025-04-28iommu/io-pgtable-arm: dynamically allocate selftest device structArnd Bergmann1-4/+9
2025-04-17iommu: Update various drivers to pass in lg2sz instead of order to iommu pagesJason Gunthorpe1-3/+9
2025-04-17iommu/pages: Move the __GFP_HIGHMEM checks into the common codeJason Gunthorpe1-2/+0
2025-04-17iommu/pages: Remove the order argument to iommu_free_pages()Jason Gunthorpe1-2/+2
2025-01-07iommu/io-pgtable-arm: Add way to debug pgtable walkRob Clark1-0/+23
2025-01-07iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_physRob Clark1-37/+37
2025-01-07iommu/io-pgtable-arm: Make pgtable walker more genericRob Clark1-24/+43
2024-12-19iommu/io-pgtable-arm: Fix cfg reading in arm_lpae_concat_mandatory()Mostafa Saleh1-5/+6
2024-12-09iommu/io-pgtable-arm: Add coverage for different OAS in selftestMostafa Saleh1-12/+15
2024-12-09iommu/io-pgtable-arm: Fix stage-2 concatenation with 16KMostafa Saleh1-12/+33
2024-11-22Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-81/+33
2024-11-12iommu/arm-smmu-v3: Use S2FWB for NESTED domainsJason Gunthorpe1-6/+21
2024-11-06iommu/io-pgtable-arm: Remove split on unmap behaviorJason Gunthorpe1-79/+2
2024-10-29iommu/io-pgtable-arm: Add self test for the last page in the IASMostafa Saleh1-0/+17
2024-10-29iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tablesMostafa Saleh1-3/+15
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel1-14/+17
2024-08-30iommu/io-pgtable-arm: Optimise non-coherent unmapAshish Mhetre1-14/+17
2024-08-26iommu: Do not return 0 from map_pages if it doesn't do anythingJason Gunthorpe1-2/+1
2024-07-03iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mappingKunkun Jiang1-1/+4
2024-07-03iommu/io-pgtable-arm: Add read_and_clear_dirty() supportShameer Kolothum1-2/+112
2024-04-15iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.hPasha Tatashin1-9/+6
2023-11-27iommu: Extend LPAE page table format to support custom allocatorsBoris Brezillon1-16/+39
2022-11-19iommu/io-pgtable-arm: Remove map/unmapRobin Murphy1-27/+15
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-2/+6
2022-09-26iommu/io-pgtable: Move Apple DART support to its own fileJanne Grunau1-63/+0
2022-09-07iommu/io-pgtable-arm: Remove iommu_dev==NULL special caseRobin Murphy1-2/+6
2021-12-06iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin1-4/+5
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-84/+198
2021-08-20iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy1-1/+1
2021-08-18iommu/io-pgtable: Remove non-strict quirkRobin Murphy1-10/+2
2021-08-12iommu/io-pgtable: Add DART pagetable formatSven Peter1-0/+63
2021-07-26iommu/io-pgtable-arm: Implement arm_lpae_map_pages()Isaac J. Manjarres1-10/+31
2021-07-26iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()Isaac J. Manjarres1-46/+74
2021-07-26iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entriesIsaac J. Manjarres1-34/+44
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-10/+9
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-2/+8
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-1/+0
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon1-9/+9
2020-12-08iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroKunkun Jiang1-5/+5
2020-12-08iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu1-4/+4
2020-11-25iommu/io-pgtable-arm: Add support to use system cacheSai Prakash Ranjan1-2/+8
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-30/+2
2020-10-30iommu/io-pgtable-arm: Support coherency for Mali LPAERobin Murphy1-1/+10
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+0
2020-09-28iommu/io-pgtable-arm: Move some definitions to a headerJean-Philippe Brucker1-25/+2
2020-09-21iommu/io-pgtable-arm: Clean up faulty sanity checkRobin Murphy1-5/+0
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-1/+1