summaryrefslogtreecommitdiff
path: root/drivers/iommu/io-pgtable-arm.c
AgeCommit message (Expand)Author
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
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon
2019-07-29iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()Will Deacon
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon
2019-07-24iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()Will Deacon
2019-07-01Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2019-06-25iommu/io-pgtable: Support non-coherent page tablesBjorn Andersson
2019-06-25iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-18iommu/io-pgtable-arm: Add support to use system cacheVivek Gautam
2019-04-12iommu: io-pgtable: Add ARM Mali midgard MMU page table formatRob Herring
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring
2018-10-01iommu/io-pgtable-arm: Add support for non-strict modeZhen Lei
2018-10-01iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()Robin Murphy
2018-07-26iommu/io-pgtable-arm: Fix pgtable allocation in selftestJean-Philippe Brucker
2018-05-29iommu/io-pgtable-arm: Make allocations NUMA-awareRobin Murphy
2018-05-03iommu/io-pgtable-arm: Use for_each_set_bit to simplify codeYueHaibing
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel
2018-03-29iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy
2018-03-27iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy
2018-02-13iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam
2017-10-02iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy
2017-07-20iommu/io-pgtable: Sanitise map/unmap addressesRobin Murphy
2017-06-23iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing tableWill Deacon
2017-06-23iommu/io-pgtable-arm: Support lockless operationRobin Murphy
2017-06-23iommu/io-pgtable: Introduce explicit coherencyRobin Murphy
2017-06-23iommu/io-pgtable-arm: Improve split_blk_unmapRobin Murphy
2017-04-06iommu/io-pgtable-arm: Avoid shift overflow in block sizeRobin Murphy
2017-03-10iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko