index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
iommu/vt-d: PRS isn't usable if PDS isn't supported
Lu Baolu
1
-1
/
+1
2025-10-15
iommufd: Register iommufd mock devices with fwspec
Guixin Liu
3
-1
/
+29
2025-10-15
iommu/vt-d: Disallow dirty tracking if incoherent page walk
Lu Baolu
1
-1
/
+2
2025-10-15
iommu/vt-d: debugfs: Fix legacy mode page table dump logic
Vineeth Pillai (Google)
1
-2
/
+15
2025-09-22
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Linus Torvalds
4
-19
/
+55
2025-09-19
iommufd: WARN if an object is aborted with an elevated refcount
Jason Gunthorpe
3
-3
/
+7
2025-09-19
iommufd: Fix race during abort for file descriptors
Jason Gunthorpe
2
-10
/
+34
2025-09-19
iommufd: Fix refcounting race during mmap
Jason Gunthorpe
1
-6
/
+14
2025-09-19
iommu/amd/pgtbl: Fix possible race while increase page table level
Vasant Hegde
2
-4
/
+22
2025-09-13
iommu/amd: Fix alias device DTE setting
Vasant Hegde
1
-3
/
+3
2025-09-05
iommu/s390: Make attach succeed when the device was surprise removed
Niklas Schnelle
1
-7
/
+19
2025-09-05
iommu/vt-d: Fix __domain_mapping()'s usage of switch_to_super_page()
Eugene Koira
1
-1
/
+6
2025-09-05
iommu/s390: Fix memory corruption when using identity domain
Matthew Rosato
1
-1
/
+2
2025-09-05
iommu/amd: Fix ivrs_base memleak in early_amd_iommu_init()
Zhen Ni
1
-1
/
+2
2025-08-22
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Linus Torvalds
1
-2
/
+2
2025-08-22
iommu/riscv: prevent NULL deref in iova_to_phys
XianLiang Huang
1
-1
/
+1
2025-08-22
iommu/virtio: Make instance lookup robust
Robin Murphy
1
-6
/
+9
2025-08-22
iommu/arm-smmu-v3: Fix smmu_domain->nr_ats_masters decrement
Nicolin Chen
1
-1
/
+1
2025-08-18
iommufd: viommu: free memory allocated by kvcalloc() using kvfree()
Akhilesh Patil
1
-2
/
+2
2025-08-15
iommu/tegra241-cmdqv: Fix missing cpu_to_le64 at lvcmdq_err_map
Nicolin Chen
1
-3
/
+5
2025-08-15
iommu/amd: Avoid stack buffer overflow from kernel cmdline
Kees Cook
1
-2
/
+2
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+1
2025-07-31
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Linus Torvalds
18
-242
/
+1619
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-54
/
+82
2025-07-30
Merge tag 'iommu-updates-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Linus Torvalds
39
-345
/
+822
2025-07-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
3
-0
/
+8
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-54
/
+82
2025-07-28
iommu/arm-smmu-v3: Replace vsmmu_size/type with get_viommu_size
Nicolin Chen
4
-15
/
+20
2025-07-28
iommu/arm-smmu-v3: Do not bother impl_ops if IOMMU_VIOMMU_TYPE_ARM_SMMUV3
Nicolin Chen
2
-11
/
+30
2025-07-24
Merge branch 'arm/smmu/updates' into next
Will Deacon
3
-11
/
+6
2025-07-24
Merge branch 'arm/smmu/bindings' into next
Will Deacon
1
-0
/
+1
2025-07-24
Merge branch 'apple/dart' into next
Will Deacon
1
-1
/
+0
2025-07-24
Merge branch 'ti/omap' into next
Will Deacon
1
-19
/
+5
2025-07-24
Merge branch 'mediatek' into next
Will Deacon
1
-6
/
+2
2025-07-24
Merge branch 'amd/amd-vi' into next
Will Deacon
6
-30
/
+467
2025-07-24
Merge branch 'intel/vt-d' into next
Will Deacon
9
-198
/
+275
2025-07-24
Merge branch 'samsung/exynos' into next
Will Deacon
1
-0
/
+2
2025-07-23
iommu/vt-d: Fix UAF on sva unbind with pending IOPFs
Lu Baolu
1
-1
/
+1
2025-07-21
iommu/vt-d: Make iotlb_sync_map a static property of dmar_domain
Lu Baolu
1
-14
/
+29
2025-07-18
iommufd: Rename some shortterm-related identifiers
Xu Yilun
4
-33
/
+34
2025-07-18
iommufd/vdevice: Remove struct device reference from struct vdevice
Xu Yilun
3
-6
/
+10
2025-07-18
iommufd: Destroy vdevice on idevice destroy
Xu Yilun
4
-4
/
+113
2025-07-18
iommufd: Add a pre_destroy() op for objects
Xu Yilun
1
-0
/
+4
2025-07-18
iommufd: Add iommufd_object_tombstone_user() helper
Xu Yilun
2
-2
/
+45
2025-07-18
iommufd/viommu: Roll back to use iommufd_object_alloc() for vdevice
Xu Yilun
1
-4
/
+10
2025-07-17
iommu/vt-d: Use pci_is_display()
Mario Limonciello
1
-1
/
+1
2025-07-17
iommufd: Prevent ALIGN() overflow
Jason Gunthorpe
1
-16
/
+25
2025-07-17
iommu/amd: Fix geometry.aperture_end for V2 tables
Jason Gunthorpe
1
-2
/
+15
2025-07-15
iommu/amd: Add debugfs support to dump IRT Table
Dheeraj Kumar Srivastava
1
-0
/
+108
2025-07-15
iommu/amd: Add debugfs support to dump device table
Dheeraj Kumar Srivastava
1
-0
/
+49
[next]