summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/io-pgtable-arm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-07-011-15/+25
|\
| * iommu/io-pgtable: Support non-coherent page tablesBjorn Andersson2019-06-251-3/+9
| * iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon2019-06-251-11/+8Star
| * iommu/io-pgtable-arm: Add support to use system cacheVivek Gautam2019-06-181-1/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/
* iommu: io-pgtable: Add ARM Mali midgard MMU page table formatRob Herring2019-04-121-22/+69
* iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring2019-02-111-2/+1Star
* iommu/io-pgtable-arm: Add support for non-strict modeZhen Lei2018-10-011-2/+12
* iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()Robin Murphy2018-10-011-5/+4Star
* iommu/io-pgtable-arm: Fix pgtable allocation in selftestJean-Philippe Brucker2018-07-261-1/+2
* iommu/io-pgtable-arm: Make allocations NUMA-awareRobin Murphy2018-05-291-4/+9
* iommu/io-pgtable-arm: Use for_each_set_bit to simplify codeYueHaibing2018-05-031-4/+1Star
*-. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-291-30/+61
|\ \
| | * iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam2018-02-131-12/+12
| |/ |/|
| * iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy2018-03-291-1/+1
| * iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy2018-03-271-18/+49
|/
* iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy2017-10-021-6/+1Star
* iommu/io-pgtable: Sanitise map/unmap addressesRobin Murphy2017-07-201-0/+7
* iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing tableWill Deacon2017-06-231-2/+6
* iommu/io-pgtable-arm: Support lockless operationRobin Murphy2017-06-231-15/+57
* iommu/io-pgtable: Introduce explicit coherencyRobin Murphy2017-06-231-5/+6
* iommu/io-pgtable-arm: Improve split_blk_unmapRobin Murphy2017-06-231-47/+67
* iommu/io-pgtable-arm: Avoid shift overflow in block sizeRobin Murphy2017-04-061-1/+1
* iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko2017-03-101-1/+5
* iommu/io-pgtable-arm: add support for the IOMMU_PRIV flagJeremy Gebben2017-01-191-1/+4
* iommu/io-pgtable-arm: Use const and __initconst for iommu_gather_ops structuresBhumika Goyal2016-11-291-1/+1
* iommu/io-pgtable-arm: Use for_each_set_bit to simplify the codeKefeng Wang2016-11-291-4/+1Star
* iommu/io-pgtable-arm: Fix iova_to_phys for block entriesWill Deacon2016-07-011-1/+1
* iommu/io-pgtable-arm: Support IOMMU_MMIO flagRobin Murphy2016-04-071-2/+7
* iommu/io-pgtable: Rationalise quirk handlingRobin Murphy2016-02-171-2/+11
* iommu/io-pgtable: Add helper functions for TLB opsRobin Murphy2016-02-171-12/+9Star
* iommu/io-pgtable-arm: Fix io-pgtable-arm build failureLada Trimasova2016-01-291-0/+1
* iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon2015-12-171-5/+6
* iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro commonRobin Murphy2015-12-171-3/+0Star
* iommu/io-pgtable: Indicate granule for TLB maintenanceRobin Murphy2015-12-171-12/+15
* iommu/io-pgtable-arm: Avoid dereferencing bogus PTEsRobin Murphy2015-12-171-3/+5
* iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy2015-09-221-11/+13
* iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon2015-08-181-1/+16
* iommu/io-pgtable: Remove flush_pgtable callbackRobin Murphy2015-08-061-6/+0Star
* iommu/io-pgtable-arm: Centralise sync pointsRobin Murphy2015-08-061-19/+24
* iommu/io-pgtable-arm: Allow appropriate DMA API useRobin Murphy2015-08-061-23/+84
* iommu/io-pgtable-arm: avoid speculative walks through TTBR1Will Deacon2015-03-271-0/+5
* iommu/io-pgtable-arm: Fix self-test WARNs on i386Will Deacon2015-02-251-2/+3
* iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart2015-01-191-0/+7
* iommu: add self-consistency tests to ARM LPAE IO page table allocatorWill Deacon2015-01-191-1/+199
* iommu: add ARM LPAE page table allocatorWill Deacon2015-01-191-0/+781