summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | iommu/mediatek: Move vld_pa_rng into plat_dataYong Wu2019-08-302-1/+3
| | | | * | | | | | | iommu/mediatek: Move reset_axi into plat_dataYong Wu2019-08-302-3/+3
| | | | * | | | | | | iommu/mediatek: Refine protect memory definitionYong Wu2019-08-301-7/+6
| | | | * | | | | | | iommu/mediatek: Add larb-id remapped supportYong Wu2019-08-302-0/+6
| | | | * | | | | | | iommu/mediatek: Add bclk can be supported optionallyYong Wu2019-08-302-3/+10
| | | | * | | | | | | iommu/mediatek: Adjust the PA for the 4GB ModeYong Wu2019-08-302-10/+17
| | | | * | | | | | | iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTekYong Wu2019-08-302-11/+36
| | | | * | | | | | | iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu2019-08-303-6/+6
| | | | * | | | | | | iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/paYong Wu2019-08-301-1/+2
| | | | * | | | | | | iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpersYong Wu2019-08-301-12/+33
| | | | * | | | | | | iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu2019-08-301-1/+25
| | | | * | | | | | | memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu2019-08-301-11/+24
| | | | * | | | | | | memory: mtk-smi: Use a general config_port interfaceYong Wu2019-08-301-7/+5
| | | | * | | | | | | iommu/mediatek: Use a struct as the platform dataYong Wu2019-08-302-9/+21
| | | | * | | | | | | dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMIYong Wu2019-08-304-6/+170
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATSYueHaibing2019-09-031-0/+7
| | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-08-2329-1043/+1943
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | * | | | | Merge branches 'for-joerg/arm-smmu/smmu-v2' and 'for-joerg/arm-smmu/smmu-v3' ...Will Deacon2019-08-2325-437/+1182
| | | | |\ \ \ \ \
| | | | | * | | | | Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI"Will Deacon2019-08-221-2/+0
| | | | | * | | | | iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATSWill Deacon2019-08-221-5/+32
| | | | | * | | | | iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBsWill Deacon2019-08-211-7/+9
| | | | | * | | | | iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI mastersWill Deacon2019-08-211-19/+28
| | | | | * | | | | iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidationsWill Deacon2019-08-211-0/+3
| | | | | * | | | | iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flagWill Deacon2019-08-211-1/+1
| | | | | * | | | | iommu/arm-smmu-v3: Disable detection of ATS and PRIWill Deacon2019-08-211-0/+2
| | | | | * | | | | iommu/arm-smmu-v3: Document ordering guarantees of command insertionWill Deacon2019-08-211-0/+16
| | | | | * | | | | iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync()Will Deacon2019-08-081-29/+42
| | | | | * | | | | iommu/arm-smmu-v3: Reduce contention during command-queue insertionWill Deacon2019-08-081-144/+533
| | | | | * | | | | iommu/arm-smmu-v3: Operate directly on low-level queue where possibleWill Deacon2019-07-291-27/+31
| | | | | * | | | | iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queueWill Deacon2019-07-291-41/+47
| | | | | * | | | | iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macroWill Deacon2019-07-291-6/+6
| | | | | * | | | | iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexesWill Deacon2019-07-291-14/+22
| | | | | | |_|_|/ | | | | | |/| | |
| | | | | * | | | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon2019-07-298-29/+47
| | | | | * | | | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-2910-15/+16
| | | | | * | | | iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-2910-54/+16
| | | | | * | | | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-2910-71/+105
| | | | | * | | | iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()Will Deacon2019-07-293-15/+41
| | | | | * | | | iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon2019-07-297-0/+116
| | | | | * | | | iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()Will Deacon2019-07-291-5/+19
| | | | | * | | | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-2918-33/+73
| | | | | * | | | iommu: Introduce iommu_iotlb_gather_add_page()Will Deacon2019-07-241-0/+31
| | | | | * | | | iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-244-22/+75
| | | | | * | | | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-2410-20/+20
| | | | | * | | | iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()Will Deacon2019-07-242-2/+0
| | | | | * | | | iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon2019-07-244-25/+0
| | | | * | | | | iommu/arm-smmu: Ensure 64-bit I/O accessors are available on 32-bit CPURobin Murphy2019-08-202-1/+1
| | | | * | | | | iommu/arm-smmu: Make private implementation details staticWill Deacon2019-08-201-5/+5
| | | | * | | | | iommu/arm-smmu: Add context init implementation hookRobin Murphy2019-08-193-48/+87
| | | | * | | | | iommu/arm-smmu: Add reset implementation hookRobin Murphy2019-08-193-35/+54
| | | | * | | | | iommu/arm-smmu: Add configuration implementation hookRobin Murphy2019-08-193-14/+38