summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2025-04-28iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMUJason Gunthorpe
2025-04-28iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()Jason Gunthorpe
2025-04-28iommu/virtio: Move to domain_alloc_paging()Jason Gunthorpe
2025-04-28iommu: Add domain_alloc_identity()Jason Gunthorpe
2025-04-28iommu/virtio: Break out bypass identity support into a global staticJason Gunthorpe
2025-04-28iommu: apple-dart: Remove unnecessary NULL check before free_io_pgtable_ops()Chen Ni
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu
2025-04-28iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu
2025-04-28iommufd/selftest: Put iopf enablement in domain attach pathLu Baolu
2025-04-28iommu/vt-d: Put iopf enablement in domain attach pathLu Baolu
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe
2025-04-28iommu/arm-smmu-v3: Put iopf enablement in the domain attach pathJason Gunthorpe
2025-04-28iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai
2025-04-24iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrruptsSean Christopherson
2025-04-24iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson
2025-04-17iommu/vt-d: Revert ATS timing change to fix boot failureLu Baolu
2025-04-17iommu/s390: allow larger region tablesMatthew Rosato
2025-04-17iommu/s390: support map/unmap for additional table regionsMatthew Rosato
2025-04-17iommu/s390: support iova_to_phys for additional table regionsMatthew Rosato
2025-04-17iommu/s390: support cleanup of additional table regionsMatthew Rosato
2025-04-17iommu/s390: set appropriate IOTA region typeMatthew Rosato
2025-04-17iommu/mediatek: Add support for Dimensity 1200 MT6893 MM IOMMUAngeloGioacchino Del Regno
2025-04-17iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov
2025-04-17iommu: Split out and tidy up Arm KconfigRobin Murphy
2025-04-17iommu: Avoid introducing more racesRobin Murphy
2025-04-17iommu/vtd: Remove iommu_alloc_pages_node()Jason Gunthorpe
2025-04-17iommu/amd: Use iommu_alloc_pages_node_sz() for the IRTJason Gunthorpe
2025-04-17iommu/pages: Remove iommu_alloc_page_node()Jason Gunthorpe
2025-04-17iommu/pages: Remove iommu_alloc_page/pages()Jason Gunthorpe
2025-04-17iommu: Update various drivers to pass in lg2sz instead of order to iommu pagesJason Gunthorpe
2025-04-17iommu/riscv: Update to use iommu_alloc_pages_node_lg2()Jason Gunthorpe
2025-04-17iommu/amd: Use roundup_pow_two() instead of get_order()Jason Gunthorpe
2025-04-17iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()Jason Gunthorpe
2025-04-17iommu/pages: Allow sub page sizes to be passed into the allocatorJason Gunthorpe
2025-04-17iommu/pages: Move the __GFP_HIGHMEM checks into the common codeJason Gunthorpe
2025-04-17iommu/pages: Move from struct page to struct ioptdesc and folioJason Gunthorpe
2025-04-17iommu/pages: Remove iommu_put_pages_list_old and the _GenericJason Gunthorpe
2025-04-17iommu: Change iommu_iotlb_gather to use iommu_page_listJason Gunthorpe
2025-04-17iommu/amd: Convert to use struct iommu_pages_listJason Gunthorpe
2025-04-17iommu/riscv: Convert to use struct iommu_pages_listJason Gunthorpe
2025-04-17iommu/pages: Formalize the freelist APIJason Gunthorpe
2025-04-17iommu/pages: De-inline the substantial functionsJason Gunthorpe
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe
2025-04-17iommu/pages: Remove the order argument to iommu_free_pages()Jason Gunthorpe
2025-04-17iommu/pages: Make iommu_put_pages_list() work with high order allocationsJason Gunthorpe
2025-04-17iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()Jason Gunthorpe
2025-04-17iommu/tegra: Do not use struct page as the handle for ptsJason Gunthorpe
2025-04-17iommu/terga: Do not use struct page as the handle for as->pd memoryJason Gunthorpe
2025-04-17iommu/arm-smmu-v3: Fail aliasing StreamIDs more gracefullyRobin Murphy
2025-04-17iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream idsNicolin Chen