| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-11 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm... | Joerg Roedel | 1 | -11/+87 |
| 2026-08-10 | iommu/vt-d: Cache max domain ID to avoid redundant calculation | Lu Baolu | 1 | -0/+1 |
| 2026-08-10 | iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bit | Kevin Tian | 1 | -10/+24 |
| 2026-08-10 | iommu/vt-d: Consolidate dmar policy management and force_on logic | Kevin Tian | 1 | -4/+54 |
| 2026-08-10 | iommu/vt-d: Force requesting ACS when tboot is enabled | Kevin Tian | 1 | -2/+13 |
| 2026-07-22 | iommu/vt-d: Fix spelling of "guarantees" in comment | xiongweimin | 1 | -1/+1 |
| 2026-06-04 | iommu/vt-d: Improve IOMMU fault information | Guanghui Feng | 1 | -3/+6 |
| 2026-04-09 | Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in... | Will Deacon | 1 | -27/+16 |
| 2026-04-02 | iommu/vt-d: Split piotlb invalidation into range and all | Jason Gunthorpe | 1 | -15/+4 |
| 2026-04-02 | iommu/vt-d: Remove dmar_writel() and dmar_writeq() | Bjorn Helgaas | 1 | -1/+1 |
| 2026-04-02 | iommu/vt-d: Remove dmar_readl() and dmar_readq() | Bjorn Helgaas | 1 | -11/+11 |
| 2026-03-17 | iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry | Guanghui Feng | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -4/+4 |
| 2025-07-14 | iommu/vt-d: Remove the CONFIG_X86 wrapping from iommu init hook | Vineeth Pillai (Google) | 1 | -3/+0 |
| 2025-05-23 | Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'... | Joerg Roedel | 1 | -5/+9 |
| 2025-05-16 | iommu/vt-d: Replace spin_lock with mutex to protect domain ida | Lu Baolu | 1 | -0/+1 |
| 2025-05-16 | iommu/vt-d: Use ida to manage domain id | Lu Baolu | 1 | -0/+3 |
| 2025-04-17 | iommu: Update various drivers to pass in lg2sz instead of order to iommu pages | Jason Gunthorpe | 1 | -3/+3 |
| 2025-04-17 | iommu/pages: Remove iommu_free_page() | Jason Gunthorpe | 1 | -2/+2 |
| 2025-02-28 | iommu/vt-d: Fix suspicious RCU usage | Lu Baolu | 1 | -0/+1 |
| 2024-11-05 | iommu/vt-d: Remove unused dmar_msi_read | Dr. David Alan Gilbert | 1 | -13/+0 |
| 2024-11-05 | iommu/vt-d: Increase buffer size for device name | Andy Shevchenko | 1 | -1/+1 |
| 2024-09-02 | iommu/vt-d: Factor out invalidation descriptor composition | Tina Zhang | 1 | -87/+6 |
| 2024-09-02 | iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count | Sanjay K Kumar | 1 | -5/+11 |
| 2024-07-03 | iommu/vt-d: Handle volatile descriptor status read | Jacob Pan | 1 | -1/+1 |
| 2024-05-13 | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in... | Joerg Roedel | 1 | -10/+16 |
| 2024-04-26 | iommu/vt-d: Allocate DMAR fault interrupts locally | Dimitri Sivanich | 1 | -2/+7 |
| 2024-04-26 | iommu/vt-d: Remove redundant assignment to variable err | Colin Ian King | 1 | -1/+0 |
| 2024-04-15 | iommu/vt-d: add wrapper functions for page allocations | Pasha Tatashin | 1 | -7/+9 |
| 2024-03-06 | iommu/vt-d: Improve ITE fault handling if target device isn't present | Ethan Zhao | 1 | -0/+22 |
| 2024-03-01 | iommu/vt-d: Use device rbtree in iopf reporting path | Lu Baolu | 1 | -0/+1 |
| 2024-03-01 | iommu/vt-d: Use rbtree to track iommu probed devices | Lu Baolu | 1 | -1/+2 |
| 2023-11-27 | iommu/vt-d: Omit devTLB invalidation requests when TES=0 | Lu Baolu | 1 | -0/+18 |
| 2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel | 1 | -8/+5 |
| 2023-04-13 | iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope() | Tina Zhang | 1 | -1/+2 |
| 2023-04-13 | iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn) | Tina Zhang | 1 | -2/+0 |
| 2023-04-13 | iommu/vt-d: Make size of operands same in bitwise operations | Tina Zhang | 1 | -1/+1 |
| 2023-03-31 | iommu/vt-d: Allow zero SAGAW if second-stage not supported | Lu Baolu | 1 | -1/+2 |
| 2023-03-31 | iommu/ioasid: Rename INVALID_IOASID | Jacob Pan | 1 | -2/+2 |
| 2023-03-31 | iommu/vt-d: Remove virtual command interface | Jacob Pan | 1 | -2/+0 |
| 2023-02-03 | iommu/vt-d: Enable IOMMU perfmon support | Kan Liang | 1 | -0/+3 |
| 2023-02-03 | iommu/vt-d: Add IOMMU perfmon overflow handler support | Kan Liang | 1 | -0/+2 |
| 2023-02-03 | iommu/vt-d: Support Enhanced Command Interface | Kan Liang | 1 | -0/+10 |
| 2023-02-03 | iommu/vt-d: Retrieve IOMMU perfmon capability information | Kan Liang | 1 | -0/+7 |
| 2023-02-03 | iommu/vt-d: Support size of the register set in DRHD | Kan Liang | 1 | -4/+7 |
| 2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+7 |
| 2022-12-02 | iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init() | Xiongfeng Wang | 1 | -0/+1 |
| 2022-11-03 | iommu: Add max_pasids field in struct iommu_device | Lu Baolu | 1 | -0/+7 |
| 2022-09-21 | Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()" | Lu Baolu | 1 | -7/+0 |