summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm
Commit message (Expand)AuthorAgeFilesLines
* iommu/arm-smmu-v3: Fix access for STE.SHCFGMostafa Saleh2024-03-262-12/+25
* iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_VJason Gunthorpe2024-03-261-1/+2
* Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-136-318/+529
|\
| *---. Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2024-03-086-318/+529
| |\ \ \
| | | | * iommu: constify of_phandle_args in xlateKrzysztof Kozlowski2024-03-013-3/+6
| | | | * iommu: Make iommu_report_device_fault() return voidLu Baolu2024-02-161-2/+2
| | | | * iommu: Make iopf_group_response() return voidLu Baolu2024-02-161-32/+18
| | | | * iommu: Separate SVA and IOPFLu Baolu2024-02-162-2/+0
| | | | * iommu: Merge iommu_fault_event and iopf_faultLu Baolu2024-02-161-2/+2
| | | | * iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu2024-02-161-12/+1
| | | | * iommu/arm-smmu-v3: Remove unrecoverable faults reportingLu Baolu2024-02-161-33/+13
| | | |/ | | |/|
| | | * iommu/arm-smmu-v3: Convert to domain_alloc_paging()Jason Gunthorpe2024-02-291-5/+17
| | | * iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalizeJason Gunthorpe2024-02-291-17/+18
| | | * iommu/arm-smmu-v3: Use the identity/blocked domain during releaseJason Gunthorpe2024-02-291-5/+2
| | | * iommu/arm-smmu-v3: Add a global static BLOCKED domainJason Gunthorpe2024-02-291-0/+19
| | | * iommu/arm-smmu-v3: Add a global static IDENTITY domainJason Gunthorpe2024-02-292-25/+58
| | | * iommu/arm-smmu-v3: Check that the RID domain is S1 in SVAJason Gunthorpe2024-02-291-1/+7
| | | * iommu/arm-smmu-v3: Remove arm_smmu_master->domainJason Gunthorpe2024-02-292-17/+10
| | | * iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()Jason Gunthorpe2024-02-291-7/+6
| | | * iommu/arm-smmu-v3: Put writing the context descriptor in the right orderJason Gunthorpe2024-02-291-9/+20
| | | * iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()Jason Gunthorpe2024-02-291-6/+9
| | | * iommu/arm-smmu-v3: Compute the STE only once for each masterJason Gunthorpe2024-02-291-35/+22
| | | * iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_devJason Gunthorpe2024-02-291-9/+13
| | | * iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()Jason Gunthorpe2024-02-292-14/+15
| | | * iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functionsJason Gunthorpe2024-02-291-55/+83
| | | * iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypassJason Gunthorpe2024-02-291-42/+55
| | | * iommu/arm-smmu-v3: Make STE programming independent of the callersJason Gunthorpe2024-02-291-64/+211
| | | * iommu/arm-smmu-qcom: Add X1E80100 MDSS compatibleAbel Vesa2024-02-221-0/+1
| | |/ | |/|
* | | Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-111-2/+3
|\ \ \ | |/ / |/| |
| * | irqchip: Convert all platform MSI users to the new APIThomas Gleixner2024-02-151-2/+3
| |/
* | iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe2024-02-221-26/+12
* | Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov2024-02-131-11/+6
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-187-132/+173
|\
| *-. Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-037-132/+173
| |\ \
| | | * iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe2023-12-122-2/+0
| | | * iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang2023-12-121-8/+15
| | | * iommu: Clean up open-coded ownership checksRobin Murphy2023-11-273-24/+4
| | | * iommu/arm-smmu: Don't register fwnode for legacy bindingRobin Murphy2023-11-271-1/+2
| | |/ | |/|
| | * iommu/arm-smmu: Convert to domain_alloc_paging()Jason Gunthorpe2023-12-131-6/+11
| | * iommu/arm-smmu: Pass arm_smmu_domain to internal functionsJason Gunthorpe2023-12-131-12/+10
| | * iommu/arm-smmu: Implement IOMMU_DOMAIN_BLOCKEDJason Gunthorpe2023-12-131-3/+25
| | * iommu/arm-smmu: Convert to a global static identity domainJason Gunthorpe2023-12-132-29/+53
| | * iommu/arm-smmu: Reorganize arm_smmu_domain_add_master()Jason Gunthorpe2023-12-131-13/+10
| | * iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTEDJason Gunthorpe2023-12-132-4/+1
| | * iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()Jason Gunthorpe2023-12-131-7/+2
| | * iommu/arm-smmu-v3: Add a type for the STEJason Gunthorpe2023-12-132-31/+35
| | * iommu/arm-smmu-v3: disable stall for quiet_cdWenkai Lin2023-12-121-0/+3
| | * iommu/qcom: restore IOMMU state if neededVladimir Lypak2023-12-121-1/+9
| | * iommu/arm-smmu-qcom: Add QCM2290 MDSS compatibleKonrad Dybcio2023-12-121-0/+1
| | * iommu/arm-smmu-qcom: Add missing GMU entry to match tableRob Clark2023-12-121-0/+1
| |/