summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich
2026-05-15iommu: Handle unmap error when iommu_debug is enabledJason Gunthorpe
2026-05-15iommu: Fix up map/unmap debugging for iommupt domainsJason Gunthorpe
2026-05-15iommu: Fix loss of errno on map failure for classic opsJason Gunthorpe
2026-05-11iommu: Warn on premature unblock during DMA aliased sibling resetNicolin Chen
2026-05-11iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to resetNicolin Chen
2026-05-11iommu: Fix ATS invalidation timeouts during __iommu_remove_group_pasid()Nicolin Chen
2026-05-11iommu: Fix nested pci_dev_reset_iommu_prepare/done()Nicolin Chen
2026-05-11iommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()Nicolin Chen
2026-05-11iommu: Replace per-group resetting_domain with per-gdev blocked flagNicolin Chen
2026-05-11iommu: Fix kdocs of pci_dev_reset_iommu_done()Nicolin Chen
2026-05-11iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()Nicolin Chen
2026-04-26driver core: Replace dev->dma_iommu with dev_dma_iommu()Douglas Anderson
2026-04-09Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in...Will Deacon
2026-04-09iommu: Ensure .iotlb_sync is called correctlyRobin Murphy
2026-03-17iommupt: Avoid rewalking during mapJason Gunthorpe
2026-03-17iommupt: Directly call iommupt's unmap_range()Jason Gunthorpe
2026-03-17iommu: Fix mapping check for 0x0 to avoid re-mapping itAntheas Kapenekakis
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-10iommu: simplify list initialization in iommu_create_device_direct_mappings()Can Peng
2026-01-10iommu: Add calls for IOMMU_DEBUG_PAGEALLOCMostafa Saleh
2026-01-10iommu: Introduce pci_dev_reset_iommu_prepare/done()Nicolin Chen
2026-01-10iommu: Add iommu_driver_get_domain_for_dev() helperNicolin Chen
2026-01-10iommu: Tidy domain for iommu_setup_dma_ops()Nicolin Chen
2026-01-10iommu: Lock group->mutex in iommu_deferred_attach()Nicolin Chen
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen
2025-10-27iommu: Do not revert set_domain for the last gdevNicolin Chen
2025-10-27iommu: Generic support for RMRs during device releaseJason Gunthorpe
2025-09-30iommufd: Register iommufd mock devices with fwspecGuixin Liu
2025-06-27iommu: Remove ops->pgsize_bitmapJason Gunthorpe
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel
2025-05-22iommu: Skip PASID validation for devices without PASID capabilityTushar Dave
2025-05-06iommu: add kernel-doc for iommu_unmap_fastLeon Romanovsky
2025-05-06iommu: generalize the batched sync after map interfaceChristoph Hellwig
2025-04-28iommu: Protect against overflow in iommu_pgsize()Jason Gunthorpe
2025-04-28iommu: Handle yet another race around registrationRobin Murphy
2025-04-28iommu: Allow attaching static domains in iommu_attach_device_pasid()Lu Baolu
2025-04-28iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMUJason Gunthorpe
2025-04-28iommu/virtio: Move to domain_alloc_paging()Jason Gunthorpe
2025-04-28iommu: Add domain_alloc_identity()Jason Gunthorpe
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu
2025-04-17iommu: Avoid introducing more racesRobin Murphy
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-25iommu: Introduce a replace API for device pasidYi Liu