summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-261-92/+83
|\ \
| | * iommu/dma: Make header privateRobin Murphy2022-09-091-1/+2
| | * iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-24/+0
| | * iommu: Move bus setup to IOMMU device registrationRobin Murphy2022-09-071-25/+30
| | * iommu: Always register bus notifiersRobin Murphy2022-09-071-35/+37
| | * iommu: Retire iommu_capable()Robin Murphy2022-09-071-10/+1
| | * iommu: Remove duplicate ida_free in iommu_group_allocYuan Can2022-09-071-1/+0
| | * iommu: Do not dereference fwnode in struct deviceAndy Shevchenko2022-09-071-1/+1
| |/ |/|
| * iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe2022-09-111-2/+19
|/
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+4
|\
| * iommu: Explicitly skip bus address marked segments in __iommu_map_sg()Logan Gunthorpe2022-07-261-0/+4
* | iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-151-17/+4
* | iommu: remove iommu_dev_feature_enabledChristoph Hellwig2022-07-151-13/+0
* | iommu: Make .release_device optionalRobin Murphy2022-07-061-2/+4
* | iommu: Use dev_iommu_ops() for probe_finalizeRobin Murphy2022-07-061-1/+2
* | iommu: Introduce a callback to struct iommu_resv_regionShameer Kolothum2022-07-061-5/+11
* | iommu: Directly use ida_alloc()/free()Ke Liu2022-06-221-3/+3
|/
*---. Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-201-103/+260
|\ \ \
| | | * iommu: iommu_group_claim_dma_owner() must always assign a domainJason Gunthorpe via iommu2022-05-131-36/+91
| | | * iommu: Remove iommu group changes notifierLu Baolu2022-04-281-75/+0
| | | * iommu: Add DMA ownership management interfacesLu Baolu2022-04-281-3/+150
| |_|/ |/| |
| | * iommu: Introduce device_iommu_capable()Robin Murphy2022-04-281-0/+23
| |/ |/|
| * iommu: Make sysfs robust for non-API groupsRobin Murphy2022-05-041-1/+8
|/
* iommu: Split struct iommu_opsLu Baolu2022-02-281-9/+10
* iommu: Remove unused argument in is_attach_deferredLu Baolu2022-02-281-9/+6
* iommu: Use right way to retrieve iommu_opsLu Baolu2022-02-281-25/+25
* iommu: Remove apply_resv_regionLu Baolu2022-02-281-3/+0
* iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu2022-02-281-46/+0
* iommu: Remove guest pasid related interfaces and definitionsLu Baolu2022-02-281-210/+0
* iommu: Fix some W=1 warningsJohn Garry2022-01-311-12/+12
* iommu: Fix potential use-after-free during probeVijayanand Jitta2022-01-311-2/+7
* iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu2021-12-061-1/+2
* Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-2/+1
|\
| * iommu/dma: Unexport IOVA cookie managementRobin Murphy2021-09-281-2/+1
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-1/+2
|/
* Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-031-52/+143
|\
| *-----. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-52/+146
| |\ \ \ \
| | | | | * iommu: Allow enabling non-strict mode dynamicallyRobin Murphy2021-08-181-4/+13
| | | | | * iommu: Merge strictness and domain type configsRobin Murphy2021-08-181-1/+1
| | | | | * iommu: Only log strictness for DMA domainsRobin Murphy2021-08-181-4/+5
| | | | | * iommu: Expose DMA domain strictness via sysfsRobin Murphy2021-08-181-0/+2
| | | | | * iommu: Express DMA strictness via the domain typeRobin Murphy2021-08-181-9/+5
| | | | | * iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-181-2/+6
| | | | | * iommu: Pull IOVA cookie management into the coreRobin Murphy2021-08-181-0/+7
| | | |_|/ | | |/| |
| | | * | iommu: Fix race condition during default domain allocationAshish Mhetre2021-08-101-0/+2
| | |/ / | |/| |
| | * | iommu: Streamline iommu_iova_to_phys()Robin Murphy2021-07-261-1/+4
| | * | iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-261-3/+2
| | * | iommu: Enhance IOMMU default DMA mode build optionsZhen Lei2021-07-261-1/+1
| | * | iommu: Print strict or lazy mode at init timeJohn Garry2021-07-261-0/+5
| | * | iommu: Add support for the map_pages() callbackIsaac J. Manjarres2021-07-261-8/+35