summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
AgeCommit message (Expand)Author
2024-03-26iommu/arm-smmu-v3: Fix access for STE.SHCFGMostafa Saleh
2024-03-26iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_VJason Gunthorpe
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-29iommu/arm-smmu-v3: Convert to domain_alloc_paging()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalizeJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Use the identity/blocked domain during releaseJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Add a global static BLOCKED domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Add a global static IDENTITY domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Remove arm_smmu_master->domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Put writing the context descriptor in the right orderJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Compute the STE only once for each masterJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_devJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functionsJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypassJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Make STE programming independent of the callersJason Gunthorpe
2024-02-16iommu: Make iommu_report_device_fault() return voidLu Baolu
2024-02-16iommu: Make iopf_group_response() return voidLu Baolu
2024-02-16iommu: Separate SVA and IOPFLu Baolu
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu
2024-02-16iommu/arm-smmu-v3: Remove unrecoverable faults reportingLu Baolu
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-12-13iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTEDJason Gunthorpe
2023-12-13iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()Jason Gunthorpe
2023-12-13iommu/arm-smmu-v3: Add a type for the STEJason Gunthorpe
2023-12-12iommu/arm-smmu-v3: disable stall for quiet_cdWenkai Lin
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy
2023-10-12iommu/arm-smmu-v3: Rename cdcfg to cd_tableMichael Shavit
2023-10-12iommu/arm-smmu-v3: Update comment about STE livenessMichael Shavit
2023-10-12iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finaliseMichael Shavit
2023-10-12iommu/arm-smmu-v3: Move CD table to arm_smmu_masterMichael Shavit
2023-10-12iommu/arm-smmu-v3: Refactor write_ctx_descMichael Shavit
2023-10-12iommu/arm-smmu-v3: move stall_enabled to the cd tableMichael Shavit
2023-10-12iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tablesMichael Shavit
2023-10-12iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfgMichael Shavit
2023-10-12iommu/arm-smmu-v3: Move ctx_desc out of s1_cfgMichael Shavit
2023-09-18iommu/arm-smmu-v3: Avoid constructing invalid range commandsRobin Murphy
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel
2023-08-09iommu: Generalize PASID 0 for normal DMA w/o PASIDJacob Pan
2023-08-01iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to idaDawei Li
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel
2023-06-08iommu/arm-smmu-v3: Set TTL invalidation hint betterRobin Murphy
2023-06-08iommu/arm-smmu-v3: Document nesting-related errataRobin Murphy
2023-06-08iommu/arm-smmu-v3: Add explicit feature for nestingRobin Murphy