index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-9
/
+6
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-100
/
+100
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-149
/
+145
2026-02-12
Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+4
2026-02-12
Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-7
/
+6
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-5
/
+52
2026-02-11
Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-487
/
+1485
2026-02-10
Merge tag 'x86-irq-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2026-02-10
Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-14
/
+4
2026-02-06
Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...
Joerg Roedel
-487
/
+1485
2026-02-06
iommu/vt-d: Treat PAGE_SNOOP and PWSNP separately
Viktor Kleen
-1
/
+1
2026-02-03
iommupt: Always add IOVA range to iotlb_gather in gather_range_pages()
Yu Zhang
-2
/
+1
2026-02-03
iommu/amd: serialize sequence allocation under concurrent TLB invalidations
Ankit Soni
-8
/
+14
2026-02-01
iommu/amd: Use core's primary handler and set IRQF_ONESHOT
Sebastian Andrzej Siewior
-14
/
+4
2026-01-31
Merge tag 'iommu-fixes-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+13
2026-01-31
iommu/tegra241-cmdqv: Reset VCMDQ in tegra241_vcmdq_hw_init_user()
Nicolin Chen
-0
/
+3
2026-01-28
iommufd: Initialize batch->kind in batch_clear()
Deepanshu Kartikey
-0
/
+1
2026-01-28
iommupt: Only cache flush memory changed by unmap
Jason Gunthorpe
-1
/
+10
2026-01-28
iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()
Nathan Chancellor
-2
/
+2
2026-01-26
Merge tag 'driver-core-6.19-rc7-deferred' into driver-core-next
Danilo Krummrich
-5
/
+52
2026-01-25
iommu/riscv: Simplify maximum determination in riscv_iommu_init_check()
Markus Elfring
-4
/
+4
2026-01-23
Merge tag 'iommu-fixes-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+3
2026-01-23
iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate
Nicolin Chen
-1
/
+3
2026-01-23
iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverage
Nicolin Chen
-0
/
+47
2026-01-23
iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequence
Jason Gunthorpe
-0
/
+26
2026-01-23
iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequence
Jason Gunthorpe
-0
/
+10
2026-01-23
iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence
Jason Gunthorpe
-10
/
+53
2026-01-22
iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
Ashish Mhetre
-0
/
+32
2026-01-22
iommu/tegra241-cmdqv: Decouple driver from ACPI
Nicolin Chen
-74
/
+14
2026-01-22
iommu/arm-smmu-qcom: do not register driver in probe()
Danilo Krummrich
-5
/
+52
2026-01-22
iommu/arm-smmu-qcom: Restore ACTLR settings for MDSS on sa8775p
Bibek Kumar Patro
-0
/
+2
2026-01-22
iommu/vt-d: Fix race condition during PASID entry replacement
Lu Baolu
-220
/
+16
2026-01-22
iommu/vt-d: Clear Present bit before tearing down context entry
Lu Baolu
-3
/
+27
2026-01-22
iommu/vt-d: Clear Present bit before tearing down PASID entry
Lu Baolu
-1
/
+19
2026-01-22
iommu/vt-d: Flush piotlb for SVM and Nested domain
Yi Liu
-1
/
+8
2026-01-22
iommu/vt-d: Flush cache for PASID table before using it
Dmytro Maluka
-3
/
+4
2026-01-22
iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode
Jinhui Guo
-1
/
+1
2026-01-22
iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalabl...
Jinhui Guo
-0
/
+8
2026-01-21
iommu: debug-pagealloc: Use page_ext_get_from_phys()
Mostafa Saleh
-17
/
+14
2026-01-20
iommu/io-pgtable-arm: fix size_t signedness bug in unmap path
Chaitanya Kulkarni
-1
/
+1
2026-01-20
iommupt: Make it clearer to the compiler that pts.level == 0 for single page
Jason Gunthorpe
-1
/
+1
2026-01-20
iommu/amd: Remove unused variable in amd_iommufd_viommu_destroy()
Suravee Suthikulpanit
-1
/
+0
2026-01-19
Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/next
Alex Williamson
-7
/
+6
2026-01-19
types: reuse common phys_vec type instead of DMABUF open‑coded variant
Leon Romanovsky
-7
/
+6
2026-01-19
iommupt: Do not set C-bit on MMIO backed PTEs
Wei Wang
-2
/
+4
2026-01-18
iommu/amd: Fix error path in amd_iommu_probe_device()
Vasant Hegde
-2
/
+1
2026-01-18
iommu/amd: Add support for nested domain attach/detach
Suravee Suthikulpanit
-0
/
+73
2026-01-18
iommu/amd: Refactor logic to program the host page table in DTE
Suravee Suthikulpanit
-73
/
+82
[next]