aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/io-pgtable-arm.c
AgeCommit message (Expand)AuthorFilesLines
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'...Joerg 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'...Joerg 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/...Linus Torvalds1-10/+9
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave 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
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel1-12/+9
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang1-9/+9
2020-07-08iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon1-3/+0
2020-03-02iommu/io-pgtable-arm: Fix IOVA validation for 32-bitRobin Murphy1-2/+2
2020-01-10iommu/io-pgtable-arm: Prepare for TTBR1 usageRobin Murphy1-6/+19
2020-01-10iommu/io-pgtable-arm: Rationalise VTCR handlingWill Deacon1-36/+21
2020-01-10iommu/io-pgtable-arm: Rationalise TCR handlingRobin Murphy1-58/+40
2020-01-10iommu/io-pgtable-arm: Ensure ARM_64_LPAE_S2_TCR_RES1 is unsignedWill Deacon1-1/+1
2020-01-10iommu/io-pgtable-arm: Improve attribute handlingRobin Murphy1-6/+11
2020-01-10iommu/io-pgtable-arm: Support non-coherent stage-2 page tablesWill Deacon1-4/+10
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy1-3/+2
2019-11-07iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve docWill Deacon1-1/+1
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingRobin Murphy1-2/+1
2019-11-04iommu/io-pgtable-arm: Simplify level indexingRobin Murphy1-16/+13
2019-11-04iommu/io-pgtable-arm: Simplify PGD size handlingRobin Murphy1-16/+17
2019-11-04iommu/io-pgtable-arm: Simplify start level lookupRobin Murphy1-25/+20
2019-11-04iommu/io-pgtable-arm: Simplify bounds checksRobin Murphy1-3/+2
2019-11-04iommu/io-pgtable-arm: Rationalise size checkRobin Murphy1-1/+9
2019-11-04iommu/io-pgtable: Make selftest gubbins consistently __initRobin Murphy1-6/+7
2019-11-04Merge branch 'for-joerg/arm-smmu/fixes' into for-joerg/arm-smmu/updatesWill Deacon1-13/+45
2019-10-01iommu/io-pgtable: Move some initialization data to .init.rodataChristophe JAILLET1-3/+3
2019-10-01iommu/io-pgtable-arm: Support all Mali configurationsRobin Murphy1-1/+6
2019-10-01iommu/io-pgtable-arm: Correct Mali attributesRobin Murphy1-13/+40
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon1-8/+14
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon1-4/+3
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon1-6/+0
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon1-6/+5
2019-07-29iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()Will Deacon1-5/+12
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon1-1/+1
2019-07-24iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()Will Deacon1-1/+0
2019-07-01Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel1-15/+25
2019-06-25iommu/io-pgtable: Support non-coherent page tablesBjorn Andersson1-3/+9
2019-06-25iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon1-11/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-18iommu/io-pgtable-arm: Add support to use system cacheVivek Gautam1-1/+8
2019-04-12iommu: io-pgtable: Add ARM Mali midgard MMU page table formatRob Herring1-22/+69
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring1-2/+1
2018-10-01iommu/io-pgtable-arm: Add support for non-strict modeZhen Lei1-2/+12
2018-10-01iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()Robin Murphy1-5/+4
2018-07-26iommu/io-pgtable-arm: Fix pgtable allocation in selftestJean-Philippe Brucker1-1/+2
2018-05-29iommu/io-pgtable-arm: Make allocations NUMA-awareRobin Murphy1-4/+9
2018-05-03iommu/io-pgtable-arm: Use for_each_set_bit to simplify codeYueHaibing1-4/+1
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel1-30/+61
2018-03-29iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy1-1/+1
2018-03-27iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy1-18/+49
2018-02-13iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam1-12/+12
2017-10-02iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy1-6/+1
2017-07-20iommu/io-pgtable: Sanitise map/unmap addressesRobin Murphy1-0/+7
2017-06-23iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing tableWill Deacon1-2/+6
2017-06-23iommu/io-pgtable-arm: Support lockless operationRobin Murphy1-15/+57
2017-06-23iommu/io-pgtable: Introduce explicit coherencyRobin Murphy1-5/+6
2017-06-23iommu/io-pgtable-arm: Improve split_blk_unmapRobin Murphy1-47/+67
2017-04-06iommu/io-pgtable-arm: Avoid shift overflow in block sizeRobin Murphy1-1/+1
2017-03-10iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko1-1/+5
2017-01-19iommu/io-pgtable-arm: add support for the IOMMU_PRIV flagJeremy Gebben1-1/+4
2016-11-29iommu/io-pgtable-arm: Use const and __initconst for iommu_gather_ops structuresBhumika Goyal1-1/+1
2016-11-29iommu/io-pgtable-arm: Use for_each_set_bit to simplify the codeKefeng Wang1-4/+1
2016-07-01iommu/io-pgtable-arm: Fix iova_to_phys for block entriesWill Deacon1-1/+1
2016-04-07iommu/io-pgtable-arm: Support IOMMU_MMIO flagRobin Murphy1-2/+7
2016-02-17iommu/io-pgtable: Rationalise quirk handlingRobin Murphy1-2/+11
2016-02-17iommu/io-pgtable: Add helper functions for TLB opsRobin Murphy1-12/+9
2016-01-29iommu/io-pgtable-arm: Fix io-pgtable-arm build failureLada Trimasova1-0/+1
2015-12-17iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon1-5/+6
2015-12-17iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro commonRobin Murphy1-3/+0
2015-12-17iommu/io-pgtable: Indicate granule for TLB maintenanceRobin Murphy1-12/+15
2015-12-17iommu/io-pgtable-arm: Avoid dereferencing bogus PTEsRobin Murphy1-3/+5
2015-09-22iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy1-11/+13
2015-08-18iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon1-1/+16
2015-08-06iommu/io-pgtable: Remove flush_pgtable callbackRobin Murphy1-6/+0
2015-08-06iommu/io-pgtable-arm: Centralise sync pointsRobin Murphy1-19/+24
2015-08-06iommu/io-pgtable-arm: Allow appropriate DMA API useRobin Murphy1-23/+84
2015-03-27iommu/io-pgtable-arm: avoid speculative walks through TTBR1Will Deacon1-0/+5
2015-02-25iommu/io-pgtable-arm: Fix self-test WARNs on i386Will Deacon1-2/+3
2015-01-19iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart1-0/+7
2015-01-19iommu: add self-consistency tests to ARM LPAE IO page table allocatorWill Deacon1-1/+199
2015-01-19iommu: add ARM LPAE page table allocatorWill Deacon1-0/+781