summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm/arm-smmu-v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()Nicolin Chen2022-04-201-1/+8
* Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-251-27/+18
|\
| *-. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-081-27/+18
| |\ \
| | | * iommu: Split struct iommu_opsLu Baolu2022-02-281-8/+10
| | |/ | |/|
| | * iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui2022-02-081-0/+1
| | * iommu/arm-smmu-v3: Simplify memory allocationChristophe JAILLET2022-02-081-17/+5
| | * iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-02-081-2/+2
| |/
* / iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-4/+1
|/
* Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-18/+5
|\
| * iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner2021-12-161-16/+3
| * platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-2/+2
| * device: Move MSI related data into a structThomas Gleixner2021-12-161-1/+1
* | Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"Zhou Wang2021-12-151-3/+2
* | iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsRikard Falkeborn2021-12-141-1/+1
|/
* iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd()Zhen Lei2021-10-041-6/+12
* iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()Zhen Lei2021-10-041-1/+2
*-----. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-56/+65
|\ \ \ \
| | | | * iommu/arm-smmu: Prepare for multiple DMA domain typesRobin Murphy2021-08-181-0/+1
| | | | * iommu/io-pgtable: Remove non-strict quirkRobin Murphy2021-08-181-3/+0
| | | | * iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy2021-08-181-7/+0
| | |_|/ | |/| |
| | * | iommu/arm-smmu-v3: Stop pre-zeroing batch commandsJohn Garry2021-08-131-3/+9
| | * | iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()Zhen Lei2021-08-131-2/+7
| | * | iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()Zhen Lei2021-08-131-9/+13
| | * | iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd...Zhen Lei2021-08-131-16/+19
| | * | iommu/arm-smmu-v3: Use command queue batching helpers to improve performanceZhen Lei2021-08-131-2/+3
| | * | iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()John Garry2021-08-021-3/+3
| |/ / |/| |
| * | iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callbackXiang Chen2021-08-021-4/+5
| * | iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callbackXiang Chen2021-08-021-4/+5
| |/
| * iommu: Streamline iommu_iova_to_phys()Robin Murphy2021-07-261-3/+0
|/
* iommu/arm-smmu-v3: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-0/+1
*-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-253-27/+303
|\ \
| | * iommu: Drop unnecessary of_iommu.h includesRob Herring2021-06-081-1/+0
| |/ |/|
| * iommu/arm-smmu-v3: Remove unnecessary oom messageZhen Lei2021-06-151-6/+2
| * iommu/arm: Cleanup resources in case of probe error pathAmey Narkhede2021-06-081-2/+12
| * iommu/arm-smmu-v3: Decrease the queue size of evtq and priqZhen Lei2021-06-081-2/+3
| * iommu/arm-smmu-v3: Ratelimit event dumpJean-Philippe Brucker2021-06-081-1/+3
| * iommu/arm-smmu-v3: Add stall support for platform devicesJean-Philippe Brucker2021-06-083-15/+283
| * iommu/arm-smmu-v3: Change *array into *const arrayBixuan Cui2021-06-081-1/+1
|/
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-4/+1
* iommu: Statically set module ownerRobin Murphy2021-04-161-0/+1
*-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-162-104/+155
|\ \
| | * iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-072-50/+1
| | * iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-27/+16
| | * iommu/arm-smmu-v3: Maintain a SID->device structureJean-Philippe Brucker2021-04-072-30/+141
| | * iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker2021-04-071-1/+2
| |/ |/|
| * iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG commandZenghui Yu2021-04-072-4/+0
| * iommu/arm-smmu-v3: Add a check to avoid invalid iotlb syncXiang Chen2021-03-301-0/+3
| * iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASKZhen Lei2021-03-251-1/+1
|/
* Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updatesWill Deacon2021-02-011-1/+1
|\
| * iommu: Switch gather->end to the inclusive endYong Wu2021-01-271-1/+1