summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-10-30iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLBVasant Hegde1-0/+3
2024-10-30Merge branch 'core' into amd/amd-viJoerg Roedel6-179/+229
2024-10-30iommu: Make bus_iommu_probe() staticRobin Murphy1-1/+2
2024-10-30iommu/omap: Add minimal fwnode supportRobin Murphy1-10/+16
2024-10-29iommu/tegra241-cmdqv: Fix unused variable warningWill Deacon1-0/+2
2024-10-29iommu/arm-smmu: Defer probe of clients after smmu device boundPratyush Brahma1-0/+11
2024-10-29iommu/io-pgtable-arm: Add self test for the last page in the IASMostafa Saleh1-0/+17
2024-10-29iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tablesMostafa Saleh1-3/+15
2024-10-29iommu: Create __iommu_alloc_identity_domain()Jason Gunthorpe1-41/+28
2024-10-29iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()Jason Gunthorpe1-12/+13
2024-10-29iommu/amd: Implement global identity domainVasant Hegde3-4/+36
2024-10-29iommu/amd: Enhance amd_iommu_domain_alloc_user()Vasant Hegde1-5/+27
2024-10-29iommu/amd: Pass page table type as param to pdom_setup_pgtable()Vasant Hegde1-24/+19
2024-10-29iommu/amd: Separate page table setup from domain allocationVasant Hegde1-16/+26
2024-10-29iommu/amd: Move V2 page table support check to early_amd_iommu_init()Vasant Hegde1-7/+7
2024-10-29iommu/amd: Add helper function to check GIOSUP/GTSUPVasant Hegde2-3/+7
2024-10-29iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate PASID capable domainVasant Hegde1-1/+5
2024-10-29iommu: Add new flag to explictly request PASID capable domainJason Gunthorpe1-11/+45
2024-10-29iommu: Introduce iommu_paging_domain_alloc_flags()Jason Gunthorpe1-5/+27
2024-10-29iommu: Refactor __iommu_domain_alloc()Jason Gunthorpe1-21/+25
2024-10-29iommu: Remove iommu_domain_alloc()Lu Baolu1-36/+0
2024-10-29iommu/amd: Fix corruption when mapping large pages from 0Jason Gunthorpe1-3/+8
2024-10-29iommu: Remove useless flush from iommu_create_device_direct_mappings()Jason Gunthorpe1-4/+0
2024-10-29iommu/sysfs: constify the class structBartosz Golaszewski1-1/+1
2024-10-29iommu/mediatek: Add PGTABLE_PA_35_EN to mt8186 platform dataKonrad Adamczyk1-1/+1
2024-10-29iommu/amd: Do not try copy old DTE resume pathVasant Hegde1-6/+2
2024-10-29iommu/riscv: Paging domain supportTomasz Jeznach1-8/+609
2024-10-29iommu/riscv: Command and fault queue supportTomasz Jeznach3-2/+613
2024-10-29iommu/riscv: Device directory management.Tomasz Jeznach2-11/+392
2024-10-29iommu/riscv: Enable IOMMU registration and device probe.Tomasz Jeznach1-0/+66
2024-10-29iommu/riscv: Add RISC-V IOMMU PCIe device driverTomasz Jeznach3-0/+126
2024-10-29iommu/riscv: Add RISC-V IOMMU platform device driverTomasz Jeznach8-1/+985
2024-10-28iommufd: File mappings for mdevSteve Sistare1-7/+20
2024-10-28iommufd: Add IOMMU_IOAS_MAP_FILESteve Sistare6-1/+114
2024-10-28iommufd: pfn_reader for file mappingsSteve Sistare2-17/+116
2024-10-28iommufd: Folio subroutinesSteve Sistare1-14/+63
2024-10-28iommufd: pfn_reader local variablesSteve Sistare1-11/+14
2024-10-28iommufd: Generalize iopt_pages addressSteve Sistare3-32/+67
2024-10-28iommufd: Rename uptr in iopt_alloc_iova()Steve Sistare1-8/+8
2024-10-24iommu/tegra241-cmdqv: Staticize cmdqv_debugfs_dirNicolin Chen1-1/+1
2024-10-15iommu: Remove iommu_present()Lu Baolu1-25/+0
2024-10-15iommu/amd: Use atomic64_inc_return() in iommu.cUros Bizjak1-2/+2
2024-10-15iommu: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-15iommu/s390: Implement blocking domainMatthew Rosato1-27/+46
2024-10-15iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu1-1/+3
2024-10-08iommu/arm-smmu-v3: Convert comma to semicolonChen Ni1-1/+1
2024-10-08iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32Daniel Mentz1-1/+1
2024-10-08iommu/arm-smmu: Clarify MMU-500 CPRE workaroundRobin Murphy1-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-24Merge tag 'dma-mapping-6.12-2024-09-24' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+33