summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+77
2024-01-11iommu: Add iommu_copy_struct_from_user_array helperNicolin Chen1-0/+51
2024-01-11iommu: Add cache_invalidate_user opLu Baolu1-0/+26
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-4/+1
2023-12-12iommu: Support mm PASID 1:n with sva domainsTina Zhang1-3/+20
2023-12-12mm: Add structure to keep sva informationTina Zhang1-0/+5
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang1-0/+12
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-1/+1
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel1-0/+1
2023-11-27iommu: Validate that devices match domainsRobin Murphy1-1/+1
2023-11-27iommu: Avoid more races around device probeRobin Murphy1-0/+1
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+25
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel1-13/+25
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe1-0/+3
2023-10-26iommu: Add iommu_copy_struct_from_user helperNicolin Chen1-0/+40
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-3/+24
2023-10-26iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu1-0/+4
2023-10-24iommu: Add iommu_domain ops for dirty trackingJoao Martins1-0/+70
2023-10-16iommu: change iommu_map_sgtable to return signed valuesDan Carpenter1-1/+1
2023-10-10iommu: Add new iommu op to create domains owned by userspaceYi Liu1-1/+10
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle1-0/+2
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle1-2/+2
2023-09-25iommu: Retire map/unmap opsRobin Murphy1-6/+0
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe1-0/+3
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe1-0/+3
2023-09-25iommu: Remove ops->set_platform_dma_ops()Jason Gunthorpe1-4/+0
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe1-0/+8
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe1-0/+3
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+15
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel1-0/+15
2023-08-18iommu: Add new iommu op to get iommu hardware informationLu Baolu1-0/+5
2023-08-18iommu: Move dev_iommu_ops() to private headerYi Liu1-11/+0
2023-08-09iommu: Prevent RESV_DIRECT devices from blocking domainsLu Baolu1-0/+2
2023-08-09iommu: Move global PASID allocation from SVA to coreJacob Pan1-0/+10
2023-08-09iommu: Generalize PASID 0 for normal DMA w/o PASIDJacob Pan1-0/+1
2023-07-14iommu: Optimise PCI SAC address trickRobin Murphy1-0/+2
2023-05-22iommu: Use flush queue capabilityRobin Murphy1-0/+1
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy1-0/+5
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+13
2023-04-14iommu: Remove iommu_group_get_by_id()Jason Gunthorpe1-6/+0
2023-04-14iommu: Make iommu_release_device() staticJason Gunthorpe1-1/+0
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan1-3/+3
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan1-1/+13
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman1-5/+5
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe1-24/+7
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel1-24/+7
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe1-13/+5
2023-01-25iommu: Remove iommu_map_atomic()Jason Gunthorpe1-9/+0
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+2