summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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-15/+64
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
2024-09-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-64/+94
2024-09-22dma-mapping: fix vmap and mmap of noncontiougs allocationsChristoph Hellwig1-0/+33
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds3-70/+37
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-111/+2
2024-09-18Merge tag 'iommu-updates-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-1034/+2202
2024-09-17Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+5
2024-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2-4/+2
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel25-1032/+2200
2024-09-12iommu/amd: Test for PAGING domains before freeing a domainJason Gunthorpe1-1/+2
2024-09-12iommu/amd: Fix argument order in amd_iommu_dev_flush_pasid_all()Eliav Bar-ilan1-2/+2
2024-09-12iommu: Set iommu_attach_handle->domain in coreYi Liu2-1/+1
2024-09-12iommufd: Avoid duplicated __iommu_group_set_core_domain() callYi Liu1-1/+3
2024-09-10iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel4-1/+14
2024-09-10iommu/vt-d: Clean up cpumask and hotplug for perfmonKan Liang2-111/+2