summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm
Commit message (Expand)AuthorAgeFilesLines
* iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu2022-10-212-2/+2
* Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-103-148/+17
|\
| * iommu/dma: Make header privateRobin Murphy2022-09-092-2/+2
| * iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-4/+0
| * iommu/arm-smmu-v3: Clean up bus_set_iommu()Robin Murphy2022-09-071-51/+2
| * iommu/arm-smmu: Clean up bus_set_iommu()Robin Murphy2022-09-071-82/+2
| * iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY betterRobin Murphy2022-09-072-6/+8
| * iommu: Retire iommu_capable()Robin Murphy2022-09-073-3/+3
* | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-0/+21
|\ \
| * | iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identityYicong Yang2022-09-081-0/+21
| |/
* | arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown2022-09-091-1/+1
* | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-3/+3
|/
*-. Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-298-102/+339
|\ \
| | * iommu/arm-smmu-v3: cleanup arm_smmu_dev_{enable,disable}_featureChristoph Hellwig2022-07-151-41/+14
| | * iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-152-2/+0
| | * iommu: remove iommu_dev_feature_enabledChristoph Hellwig2022-07-151-1/+0
| | * iommu: remove the unused dev_has_feat methodChristoph Hellwig2022-07-151-1/+0
| | * iommu: Clean up release_device checksRobin Murphy2022-07-063-29/+4
| | * iommu/arm-smmu: Get associated RMR info and install bypass SMRJon Nettleton2022-07-061-0/+52
| | * iommu/arm-smmu-v3: Get associated RMR info and install bypass STEShameer Kolothum2022-07-061-0/+33
| | * iommu/arm-smmu-v3: Refactor arm_smmu_init_bypass_stes() to force bypassShameer Kolothum2022-07-061-4/+13
| | * iommu/arm-smmu-v3: Introduce strtab init helperShameer Kolothum2022-07-061-13/+15
| |/ |/|
| * iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He2022-07-191-2/+5
| * iommu/arm-smmu-qcom: Add SM6375 SMMU compatibleKonrad Dybcio2022-07-191-0/+1
| * iommu/arm-smmu-qcom: Add debug support for TLB sync timeoutsSai Prakash Ranjan2022-07-086-9/+201
| * iommu: arm-smmu-impl: Add 8250 display compatible to the client list.Emma Anholt2022-07-061-0/+1
|/
* iommu/arm-smmu: Force identity domains for legacy bindingRobin Murphy2022-05-101-0/+3
* iommu/arm-smmu: Support Tegra234 SMMUThierry Reding2022-05-061-1/+2
* iommu/arm-smmu-qcom: Add SC8280XP supportBjorn Andersson2022-05-061-0/+1
* iommu/arm-smmu-v3-sva: Fix mm use-after-freeJean-Philippe Brucker2022-05-061-2/+11
* iommu/arm-smmu-v3: check return value after calling platform_get_resource()Yang Yingliang2022-05-061-0/+2
* iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()Yang Yingliang2022-05-061-3/+2
* iommu: arm-smmu: disable large page mappings for Nvidia arm-smmuAshish Mhetre2022-04-221-0/+30
* 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-244-99/+92
|\
| *-. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-084-99/+92
| |\ \
| | | * iommu: Split struct iommu_opsLu Baolu2022-02-283-25/+31
| | |/ | |/|
| | * iommu/arm-smmu: Account for PMU interruptsRobin Murphy2022-03-072-52/+46
| | * iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui2022-02-081-0/+1
| | * iommu/arm-smmu: Add missing pm_runtime_disable() in qcom_iommu_device_probeMiaoqian Lin2022-02-081-3/+7
| | * 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-impl: Add SM8450 qcom iommu implementationVinod Koul2021-12-141-0/+1