index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-28
iommu: Protect against overflow in iommu_pgsize()
Jason Gunthorpe
1
-1
/
+3
2025-04-28
iommu: Handle yet another race around registration
Robin Murphy
1
-8
/
+18
2025-04-28
iommu: Allow attaching static domains in iommu_attach_device_pasid()
Lu Baolu
1
-3
/
+18
2025-04-28
iommu/io-pgtable-arm: dynamically allocate selftest device struct
Arnd Bergmann
1
-4
/
+9
2025-04-28
iommu: ipmmu-vmsa: avoid Wformat-security warning
Arnd Bergmann
1
-1
/
+2
2025-04-28
iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
Jason Gunthorpe
1
-0
/
+2
2025-04-28
iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
Jason Gunthorpe
1
-9
/
+6
2025-04-28
iommu/virtio: Move to domain_alloc_paging()
Jason Gunthorpe
2
-71
/
+50
2025-04-28
iommu: Add domain_alloc_identity()
Jason Gunthorpe
1
-8
/
+12
2025-04-28
iommu/virtio: Break out bypass identity support into a global static
Jason Gunthorpe
1
-19
/
+67
2025-04-28
iommu: apple-dart: Remove unnecessary NULL check before free_io_pgtable_ops()
Chen Ni
1
-2
/
+1
2025-04-28
iommu: Remove iommu_dev_enable/disable_feature()
Lu Baolu
4
-123
/
+0
2025-04-28
iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
3
-83
/
+30
2025-04-28
iommufd/selftest: Put iopf enablement in domain attach path
Lu Baolu
1
-10
/
+47
2025-04-28
iommu/vt-d: Put iopf enablement in domain attach path
Lu Baolu
4
-10
/
+90
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
4
-13
/
+0
2025-04-28
iommu/arm-smmu-v3: Put iopf enablement in the domain attach path
Jason Gunthorpe
3
-139
/
+90
2025-04-28
iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)
Mingcong Bai
1
-1
/
+3
2025-04-24
iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
Sean Christopherson
1
-10
/
+3
2025-04-24
iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
Sean Christopherson
1
-1
/
+1
2025-04-17
iommu/vt-d: Revert ATS timing change to fix boot failure
Lu Baolu
1
-12
/
+19
2025-04-17
iommu/s390: allow larger region tables
Matthew Rosato
1
-18
/
+52
2025-04-17
iommu/s390: support map/unmap for additional table regions
Matthew Rosato
1
-8
/
+119
2025-04-17
iommu/s390: support iova_to_phys for additional table regions
Matthew Rosato
1
-1
/
+59
2025-04-17
iommu/s390: support cleanup of additional table regions
Matthew Rosato
1
-7
/
+64
2025-04-17
iommu/s390: set appropriate IOTA region type
Matthew Rosato
1
-1
/
+18
2025-04-17
iommu/mediatek: Add support for Dimensity 1200 MT6893 MM IOMMU
AngeloGioacchino Del Regno
1
-11
/
+26
2025-04-17
iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid
Pavel Paklov
1
-0
/
+8
2025-04-17
iommu: Split out and tidy up Arm Kconfig
Robin Murphy
2
-156
/
+145
2025-04-17
iommu: Avoid introducing more races
Robin Murphy
1
-3
/
+5
2025-04-17
iommu/vtd: Remove iommu_alloc_pages_node()
Jason Gunthorpe
5
-26
/
+11
2025-04-17
iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT
Jason Gunthorpe
2
-4
/
+5
2025-04-17
iommu/pages: Remove iommu_alloc_page_node()
Jason Gunthorpe
7
-28
/
+22
2025-04-17
iommu/pages: Remove iommu_alloc_page/pages()
Jason Gunthorpe
4
-32
/
+8
2025-04-17
iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
Jason Gunthorpe
5
-31
/
+32
2025-04-17
iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
Jason Gunthorpe
1
-7
/
+8
2025-04-17
iommu/amd: Use roundup_pow_two() instead of get_order()
Jason Gunthorpe
1
-9
/
+3
2025-04-17
iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
Jason Gunthorpe
2
-22
/
+12
2025-04-17
iommu/pages: Allow sub page sizes to be passed into the allocator
Jason Gunthorpe
2
-15
/
+58
2025-04-17
iommu/pages: Move the __GFP_HIGHMEM checks into the common code
Jason Gunthorpe
3
-3
/
+4
2025-04-17
iommu/pages: Move from struct page to struct ioptdesc and folio
Jason Gunthorpe
2
-19
/
+78
2025-04-17
iommu/pages: Remove iommu_put_pages_list_old and the _Generic
Jason Gunthorpe
2
-19
/
+4
2025-04-17
iommu: Change iommu_iotlb_gather to use iommu_page_list
Jason Gunthorpe
2
-16
/
+17
2025-04-17
iommu/amd: Convert to use struct iommu_pages_list
Jason Gunthorpe
1
-16
/
+10
2025-04-17
iommu/riscv: Convert to use struct iommu_pages_list
Jason Gunthorpe
1
-4
/
+5
2025-04-17
iommu/pages: Formalize the freelist API
Jason Gunthorpe
2
-11
/
+57
2025-04-17
iommu/pages: De-inline the substantial functions
Jason Gunthorpe
3
-98
/
+90
2025-04-17
iommu/pages: Remove iommu_free_page()
Jason Gunthorpe
11
-41
/
+32
2025-04-17
iommu/pages: Remove the order argument to iommu_free_pages()
Jason Gunthorpe
13
-47
/
+36
2025-04-17
iommu/pages: Make iommu_put_pages_list() work with high order allocations
Jason Gunthorpe
1
-5
/
+7
[prev]
[next]