index
:
pub/scm/linux/kernel/git/klassert/ipsec-next.git
master
Steffen Klassert's ipsec-next networking tree
Steffen Klassert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2026-07-22
iommu: Fix possessive "its" in group remove kdoc
xiongweimin
1
-2
/
+2
2026-07-14
iommu: Fix dev_iommu memory leak when device_add fails in iommu_mock_device_add
Peiyang He
1
-1
/
+1
2026-05-25
Merge tag 'v7.1-rc5' into driver-core-next
Danilo Krummrich
1
-88
/
+217
2026-05-15
iommu: Handle unmap error when iommu_debug is enabled
Jason Gunthorpe
1
-30
/
+19
2026-05-15
iommu: Fix up map/unmap debugging for iommupt domains
Jason Gunthorpe
1
-21
/
+22
2026-05-15
iommu: Fix loss of errno on map failure for classic ops
Jason Gunthorpe
1
-1
/
+1
2026-05-11
iommu: Warn on premature unblock during DMA aliased sibling reset
Nicolin Chen
1
-0
/
+49
2026-05-11
iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to reset
Nicolin Chen
1
-2
/
+10
2026-05-11
iommu: Fix ATS invalidation timeouts during __iommu_remove_group_pasid()
Nicolin Chen
1
-1
/
+6
2026-05-11
iommu: Fix nested pci_dev_reset_iommu_prepare/done()
Nicolin Chen
1
-6
/
+13
2026-05-11
iommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()
Nicolin Chen
1
-7
/
+18
2026-05-11
iommu: Replace per-group resetting_domain with per-gdev blocked flag
Nicolin Chen
1
-24
/
+78
2026-05-11
iommu: Fix kdocs of pci_dev_reset_iommu_done()
Nicolin Chen
1
-3
/
+3
2026-05-11
iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()
Nicolin Chen
1
-2
/
+7
2026-04-26
driver core: Replace dev->dma_iommu with dev_dma_iommu()
Douglas Anderson
1
-3
/
+2
2026-04-09
Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in...
Will Deacon
1
-14
/
+58
2026-04-09
iommu: Ensure .iotlb_sync is called correctly
Robin Murphy
1
-0
/
+6
2026-03-17
iommupt: Avoid rewalking during map
Jason Gunthorpe
1
-8
/
+31
2026-03-17
iommupt: Directly call iommupt's unmap_range()
Jason Gunthorpe
1
-6
/
+21
2026-03-17
iommu: Fix mapping check for 0x0 to avoid re-mapping it
Antheas Kapenekakis
1
-1
/
+5
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2026-01-10
iommu: simplify list initialization in iommu_create_device_direct_mappings()
Can Peng
1
-2
/
+1
2026-01-10
iommu: Add calls for IOMMU_DEBUG_PAGEALLOC
Mostafa Saleh
1
-2
/
+9
2026-01-10
iommu: Introduce pci_dev_reset_iommu_prepare/done()
Nicolin Chen
1
-0
/
+173
2026-01-10
iommu: Add iommu_driver_get_domain_for_dev() helper
Nicolin Chen
1
-0
/
+28
2026-01-10
iommu: Tidy domain for iommu_setup_dma_ops()
Nicolin Chen
1
-3
/
+3
2026-01-10
iommu: Lock group->mutex in iommu_deferred_attach()
Nicolin Chen
1
-3
/
+10
2025-10-27
iommu: Pass in old domain to attach_dev callback functions
Nicolin Chen
1
-10
/
+15
2025-10-27
iommu: Do not revert set_domain for the last gdev
Nicolin Chen
1
-2
/
+3
2025-10-27
iommu: Generic support for RMRs during device release
Jason Gunthorpe
1
-2
/
+14
2025-09-30
iommufd: Register iommufd mock devices with fwspec
Guixin Liu
1
-0
/
+26
2025-06-27
iommu: Remove ops->pgsize_bitmap
Jason Gunthorpe
1
-7
/
+0
2025-05-30
Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-55
/
+52
2025-05-27
Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-36
/
+48
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
1
-70
/
+80
2025-05-22
iommu: Skip PASID validation for devices without PASID capability
Tushar Dave
1
-15
/
+28
2025-05-06
iommu: add kernel-doc for iommu_unmap_fast
Leon Romanovsky
1
-0
/
+19
2025-05-06
iommu: generalize the batched sync after map interface
Christoph Hellwig
1
-36
/
+29
2025-04-28
iommu: Protect against overflow in iommu_pgsize()
Jason Gunthorpe
1
-1
/
+3
2025-04-28
iommu: Handle yet another race around registration
Robin Murphy
1
-8
/
+18
2025-04-28
iommu: Allow attaching static domains in iommu_attach_device_pasid()
Lu Baolu
1
-3
/
+18
2025-04-28
iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
Jason Gunthorpe
1
-0
/
+2
2025-04-28
iommu/virtio: Move to domain_alloc_paging()
Jason Gunthorpe
1
-6
/
+0
2025-04-28
iommu: Add domain_alloc_identity()
Jason Gunthorpe
1
-8
/
+12
2025-04-28
iommu: Remove iommu_dev_enable/disable_feature()
Lu Baolu
1
-32
/
+0
2025-04-17
iommu: Avoid introducing more races
Robin Murphy
1
-3
/
+5
2025-04-11
iommu: Clear iommu-dma ops on cleanup
Robin Murphy
1
-0
/
+3
[next]