summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)Author
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-23iommu/sva: Restore SVA handle sharingJason 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: Track iopf group instead of last faultLu Baolu
2024-02-16iommu: Improve iopf_queue_remove_device()Lu Baolu
2024-02-16iommu: Use refcount for fault data accessLu Baolu
2024-02-16iommu: Separate SVA and IOPFLu Baolu
2024-02-16iommu: Make iommu_queue_iopf() more genericLu Baolu
2024-02-16iommu: Prepare for separating SVA and IOPFLu Baolu
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu
2024-02-16iommu: Remove unrecoverable fault dataLu Baolu
2024-02-16iommu: Move iommu fault data to linux/iommu.hLu Baolu
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit
2024-01-18Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-11iommu: Add iommu_copy_struct_from_user_array helperNicolin Chen
2024-01-11iommu: Add cache_invalidate_user opLu Baolu
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe
2023-12-12iommu: Support mm PASID 1:n with sva domainsTina Zhang
2023-12-12mm: Add structure to keep sva informationTina Zhang
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel
2023-11-27iommu: Validate that devices match domainsRobin Murphy
2023-11-27iommu: Avoid more races around device probeRobin Murphy
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe
2023-10-26iommu: Add iommu_copy_struct_from_user helperNicolin Chen
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu
2023-10-26iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu
2023-10-24iommu: Add iommu_domain ops for dirty trackingJoao Martins
2023-10-16iommu: change iommu_map_sgtable to return signed valuesDan Carpenter
2023-10-10iommu: Add new iommu op to create domains owned by userspaceYi Liu
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle
2023-09-25iommu: Retire map/unmap opsRobin Murphy
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Remove ops->set_platform_dma_ops()Jason Gunthorpe
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds