index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
iommu: Fix ATS invalidation timeouts during __iommu_remove_group_pasid()
Nicolin Chen
1
-1
/
+6
5 days
iommu: Fix nested pci_dev_reset_iommu_prepare/done()
Nicolin Chen
1
-6
/
+13
5 days
iommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()
Nicolin Chen
1
-7
/
+18
5 days
iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to reset
Nicolin Chen
1
-2
/
+10
5 days
iommu: Replace per-group resetting_domain with per-gdev blocked flag
Nicolin Chen
1
-24
/
+78
5 days
iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()
Nicolin Chen
1
-2
/
+7
5 days
iommu/vt-d: Avoid NULL pointer dereference or refcount corruption
Zhenzhong Duan
1
-4
/
+5
5 days
iommu/vt-d: Fix oops due to out of scope access
Zhenzhong Duan
1
-2
/
+2
5 days
iommu/vt-d: Disable DMAR for Intel Q35 IGFX
Naval Alcalá
1
-0
/
+3
5 days
iommu/amd: Bounds-check devid in __rlookup_amd_iommu()
Jose Fernandez (Anthropic)
1
-2
/
+6
5 days
iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}
Thorsten Blum
1
-2
/
+2
5 days
iommufd: vfio compatibility extension check for noiommu mode
Jacob Pan
1
-1
/
+1
5 days
iommu/riscv: Remove overflows on the invalidation path
Jason Gunthorpe
1
-5
/
+6
5 days
iommu/amd: Fix clone_alias() to use the original device's devid
Vasant Hegde
1
-3
/
+4
5 days
iommu/riscv: Fix signedness bug
Ethan Tidmore
1
-2
/
+5
5 days
iommu/tegra241-cmdqv: Set supports_cmd op in tegra241_vcmdq_hw_init()
Nicolin Chen
1
-3
/
+4
5 days
iommu/riscv: Stop polling when CQCSR reports an error
Fangyu Yu
1
-0
/
+3
5 days
iommu/riscv: Add missing GENERIC_MSI_IRQ
Jason Gunthorpe
1
-0
/
+1
5 days
iommu/riscv: Skip IRQ count check when using MSI interrupts
Yaxing Guo
1
-6
/
+8
5 days
iommu/riscv: Add IOTINVAL after updating DDT/PDT entries
Fangyu Yu
1
-0
/
+70
2026-05-14
iommu/arm-smmu-v3: Add a missing dma_wmb() for hitless STE update
Nicolin Chen
1
-0
/
+7
2026-05-14
iommu/vt-d: Block PASID attachment to nested domain with dirty tracking
Zhenzhong Duan
1
-1
/
+5
2026-05-14
iommufd: Fix return value of iommufd_fault_fops_write()
Zhenzhong Duan
1
-2
/
+3
2026-05-14
iommufd: Fix a race with concurrent allocation and unmap
Sina Hassani
1
-0
/
+10
2026-04-09
Merge tag 'iommu-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+6
2026-04-09
iommu: Ensure .iotlb_sync is called correctly
Robin Murphy
1
-0
/
+6
2026-04-02
Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+2
2026-03-27
iommupt/amdv1: mark amdv1pt_install_leaf_entry as __always_inline
Sherry Yang
1
-1
/
+1
2026-03-27
iommupt: Fix short gather if the unmap goes into a large mapping
Jason Gunthorpe
1
-1
/
+1
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+17
2026-03-20
iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
Leon Romanovsky
1
-4
/
+17
2026-03-17
iommu/amd: Block identity domain when SNP enabled
Joe Damato
1
-1
/
+14
2026-03-17
iommu/sva: Fix crash in iommu_sva_unbind_device()
Lizhi Hou
1
-6
/
+6
2026-03-17
iommu: Fix mapping check for 0x0 to avoid re-mapping it
Antheas Kapenekakis
1
-1
/
+5
2026-03-17
iommu/vt-d: Only handle IOPF for SVA when PRI is supported
Lu Baolu
1
-4
/
+8
2026-03-17
iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry
Guanghui Feng
1
-2
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
4
-9
/
+6
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
47
-100
/
+100
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
55
-149
/
+145
2026-02-13
Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2026-02-13
Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
4
-7
/
+6
2026-02-12
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-5
/
+52
2026-02-12
Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
33
-487
/
+1485
2026-02-11
Merge tag 'x86-irq-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2026-02-11
Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-14
/
+4
2026-02-06
Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...
Joerg Roedel
33
-487
/
+1485
2026-02-06
iommu/vt-d: Treat PAGE_SNOOP and PWSNP separately
Viktor Kleen
1
-1
/
+1
2026-02-03
iommupt: Always add IOVA range to iotlb_gather in gather_range_pages()
Yu Zhang
1
-2
/
+1
[next]