index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-20
iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modes
Lu Baolu
2
-1
/
+21
2025-07-24
iommu/vt-d: Fix misplaced domain_attached assignment
Ban ZuoXiang
1
-3
/
+3
2025-06-27
iommu/vt-d: Restore context entry setup order for aliased devices
Lu Baolu
3
-2
/
+14
2025-05-09
iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)
Mingcong Bai
1
-1
/
+3
2025-04-20
iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs
Sean Christopherson
1
-14
/
+15
2025-04-20
iommu/vt-d: Fix possible circular locking dependency
Lu Baolu
1
-0
/
+2
2025-04-20
iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changes
Sean Christopherson
1
-10
/
+15
2025-04-20
iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabled
Sean Christopherson
1
-6
/
+13
2025-03-07
iommu/vt-d: Fix suspicious RCU usage
Lu Baolu
2
-0
/
+8
2025-03-07
iommu/vt-d: Remove device comparison in context_setup_pass_through_cb
Jerry Snitselaar
1
-3
/
+0
2024-12-19
iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
Yi Liu
1
-7
/
+27
2024-12-19
iommu/vt-d: Remove cache tags before disabling ATS
Lu Baolu
1
-1
/
+3
2024-12-05
iommu/vt-d: Fix checks and print in pgtable_walk()
Zhenzhong Duan
1
-5
/
+6
2024-12-05
iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes()
Zhenzhong Duan
1
-9
/
+20
2024-10-15
iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
Lu Baolu
1
-1
/
+3
2024-09-19
Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-1
/
+0
2024-09-18
Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-111
/
+2
2024-09-18
Merge tag 'iommu-updates-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-454
/
+548
2024-09-17
Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+5
2024-09-13
Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...
Joerg Roedel
7
-454
/
+548
2024-09-10
iommu/vt-d: Clean up cpumask and hotplug for perfmon
Kan Liang
2
-111
/
+2
2024-09-02
iommu/vt-d: Introduce batched cache invalidation
Tina Zhang
1
-15
/
+107
2024-09-02
iommu/vt-d: Add qi_batch for dmar_domain
Lu Baolu
5
-1
/
+27
2024-09-02
iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batching
Tina Zhang
3
-67
/
+83
2024-09-02
iommu/vt-d: Factor out invalidation descriptor composition
Tina Zhang
2
-87
/
+115
2024-09-02
iommu/vt-d: Unconditionally flush device TLB for pasid table updates
Lu Baolu
1
-9
/
+3
2024-09-02
iommu/vt-d: Move PCI PASID enablement to probe path
Lu Baolu
1
-14
/
+15
2024-09-02
iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
Sanjay K Kumar
1
-5
/
+11
2024-09-02
iommu/vt-d: Cleanup si_domain
Lu Baolu
1
-72
/
+19
2024-09-02
iommu/vt-d: Add support for static identity domain
Lu Baolu
2
-5
/
+111
2024-09-02
iommu/vt-d: Factor out helpers from domain_context_mapping_one()
Lu Baolu
1
-41
/
+58
2024-09-02
iommu/vt-d: Remove has_iotlb_device flag
Lu Baolu
3
-37
/
+1
2024-09-02
iommu/vt-d: Always reserve a domain ID for identity setup
Lu Baolu
1
-3
/
+3
2024-09-02
iommu/vt-d: Remove identity mappings from si_domain
Lu Baolu
1
-118
/
+4
2024-09-02
iommu/vt-d: Require DMA domain if hardware not support passthrough
Lu Baolu
1
-0
/
+10
2024-08-30
iommu: Allow ATS to work on VFs when the PF uses IDENTITY
Jason Gunthorpe
1
-0
/
+1
2024-08-26
iommu/vt-d: Fix incorrect domain ID in context flush helper
Lu Baolu
3
-6
/
+11
2024-08-22
dma-mapping: direct calls for dma-iommu
Leon Romanovsky
1
-1
/
+0
2024-08-07
iommu/vt-d: Cleanup apic_printk()
Thomas Gleixner
1
-6
/
+5
2024-07-19
Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-101
/
+249
2024-07-12
iommu/vt-d: Fix identity map bounds in si_domain_init()
Jon Pan-Doh
1
-1
/
+1
2024-07-10
iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()
Lu Baolu
1
-0
/
+1
2024-07-10
iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTH
Lu Baolu
1
-1
/
+1
2024-07-03
iommu/vt-d: Refactor PCI PRI enabling/disabling callbacks
Lu Baolu
3
-7
/
+61
2024-07-03
iommu/vt-d: Add helper to flush caches for context change
Lu Baolu
3
-50
/
+92
2024-07-03
iommu/vt-d: Add helper to allocate paging domain
Lu Baolu
1
-9
/
+81
2024-07-03
iommu/vt-d: Downgrade warning for pre-enabled IR
Lu Baolu
1
-2
/
+2
2024-07-03
iommu/vt-d: Remove control over Execute-Requested requests
Lu Baolu
4
-17
/
+4
2024-07-03
iommu/vt-d: Remove comment for def_domain_type
Lu Baolu
1
-11
/
+0
2024-07-03
iommu/vt-d: Handle volatile descriptor status read
Jacob Pan
1
-1
/
+1
[next]