summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2022-09-11iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-07-26iommu: Explicitly skip bus address marked segments in __iommu_map_sg()Logan Gunthorpe
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig
2022-07-15iommu: remove iommu_dev_feature_enabledChristoph Hellwig
2022-07-06iommu: Make .release_device optionalRobin Murphy
2022-07-06iommu: Use dev_iommu_ops() for probe_finalizeRobin Murphy
2022-07-06iommu: Introduce a callback to struct iommu_resv_regionShameer Kolothum
2022-06-22iommu: Directly use ida_alloc()/free()Ke Liu
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-13iommu: iommu_group_claim_dma_owner() must always assign a domainJason Gunthorpe via iommu
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy
2022-04-28iommu: Remove iommu group changes notifierLu Baolu
2022-04-28iommu: Add DMA ownership management interfacesLu Baolu
2022-04-28iommu: Introduce device_iommu_capable()Robin Murphy
2022-02-28iommu: Split struct iommu_opsLu Baolu
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu
2022-02-28iommu: Use right way to retrieve iommu_opsLu Baolu
2022-02-28iommu: Remove apply_resv_regionLu Baolu
2022-02-28iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu
2022-02-28iommu: Remove guest pasid related interfaces and definitionsLu Baolu
2022-01-31iommu: Fix some W=1 warningsJohn Garry
2022-01-31iommu: Fix potential use-after-free during probeVijayanand Jitta
2021-12-06iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-09-28iommu/dma: Unexport IOVA cookie managementRobin Murphy
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2021-08-18iommu: Allow enabling non-strict mode dynamicallyRobin Murphy
2021-08-18iommu: Merge strictness and domain type configsRobin Murphy
2021-08-18iommu: Only log strictness for DMA domainsRobin Murphy
2021-08-18iommu: Expose DMA domain strictness via sysfsRobin Murphy
2021-08-18iommu: Express DMA strictness via the domain typeRobin Murphy
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy
2021-08-10iommu: Fix race condition during default domain allocationAshish Mhetre
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe
2021-08-02iommu: Check if group is NULL before remove deviceFrank Wunderlich
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry
2021-07-26iommu: Enhance IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu: Print strict or lazy mode at init timeJohn Garry
2021-07-26iommu: Add support for the map_pages() callbackIsaac J. Manjarres
2021-07-26iommu: Hook up '->unmap_pages' driver callbackWill Deacon
2021-07-26iommu: Split 'addr_merge' argument to iommu_pgsize() into separate partsWill Deacon
2021-07-26iommu: Use bitmap to calculate page size in iommu_pgsize()Will Deacon
2021-06-09iommu: Delete a duplicate check in iommu_change_dev_def_domain()Zhen Lei
2021-04-16iommu: Streamline registration interfaceRobin Murphy