summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-204/+143
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-202/+136
2023-04-14iommu: Remove iommu_group_get_by_id()Jason Gunthorpe1-29/+0
2023-04-14iommu: Make iommu_release_device() staticJason Gunthorpe1-1/+2
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar1-2/+7
2023-03-29iommu: Add iommu probe for CDX busNipun Gupta1-0/+4
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman1-7/+7
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu1-16/+15
2023-03-22iommu: Cleanup iommu_change_dev_def_domain()Lu Baolu1-62/+21
2023-03-22iommu: Replace device_lock() with group->mutexLu Baolu1-63/+18
2023-03-22iommu: Move lock from iommu_change_dev_def_domain() to its callerLu Baolu1-15/+14
2023-03-22iommu: Same critical region for device release and removalLu Baolu1-2/+28
2023-03-22iommu: Split iommu_group_remove_device() into helpersLu Baolu1-20/+44
2023-03-22iommu: Make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe1-3/+5
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-86/+85
2023-02-18iommu: Attach device group to old domain in error pathVasant Hegde1-1/+15
2023-02-16iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe1-2/+6
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe1-33/+20
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel1-33/+20
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe1-16/+10
2023-01-25iommu: Remove iommu_map_atomic()Jason Gunthorpe1-7/+0
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-11/+11
2023-01-13iommu: Remove detach_dev callbackLu Baolu1-32/+4
2023-01-13iommu: Remove deferred attach check from __iommu_detach_device()Jason Gunthorpe1-34/+36
2023-01-13iommu: Add set_platform_dma_ops iommu opsLu Baolu1-4/+24
2023-01-13iommu: Fix refcount leak in iommu_device_claim_dma_ownerMiaoqian Lin1-3/+5
2023-01-11iommu: Remove IOMMU_CAP_INTR_REMAPJason Gunthorpe1-4/+2
2023-01-11iommu: Add iommu_group_has_isolated_msi()Jason Gunthorpe1-0/+26
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+22
2022-11-29iommu: Add device-centric DMA ownership interfacesLu Baolu1-26/+95
2022-11-19iommu: Avoid races around device probeRobin Murphy1-6/+22
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel1-0/+24
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu1-1/+1
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu1-0/+4
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu1-91/+0
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu1-0/+20
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu1-4/+137
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu1-3/+2
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu1-0/+20
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen1-0/+24
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-3/+4
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-92/+83
2022-09-11iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe1-2/+19
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+2
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy1-24/+0
2022-09-07iommu: Move bus setup to IOMMU device registrationRobin Murphy1-25/+30
2022-09-07iommu: Always register bus notifiersRobin Murphy1-35/+37