summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'hyperv-next-signed-20260621' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-16/+5
2026-06-17Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+56
2026-06-17Merge tag 'iommu-updates-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-758/+1776
2026-06-17Merge tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-6/+8
2026-06-12of: Factor arguments passed to of_map_id() into a structCharan Teja Kalla1-2/+2
2026-06-12of: Add convenience wrappers for of_map_id()Robin Murphy1-3/+1
2026-06-12iommufd: Set upper bounds on cache invalidation entry_num and entry_lenNicolin Chen1-1/+10
2026-06-12Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel31-758/+1776
2026-06-12iommu/dma-iommu: Fix wrong scatterlist length assignment in P2PDMA pathLi RongQing1-1/+1
2026-06-12iommu/amd: Control INVALIDATE_IOMMU_PAGES PDE from the gatherJason Gunthorpe2-28/+35
2026-06-12iommu/amd: Make CMD_INV_IOMMU_ALL_PAGES_ADDRESS match the specJason Gunthorpe2-2/+2
2026-06-12iommu/amd: Have amd_iommu_domain_flush_pages() use lastJason Gunthorpe2-29/+16
2026-06-12iommu/amd: Pass last in through to build_inv_address()Jason Gunthorpe3-31/+29
2026-06-12iommu/amd: Simplify build_inv_address()Jason Gunthorpe1-26/+24
2026-06-12Merge tag 'dma-mapping-7.1-2026-06-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+13
2026-06-11iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in commentEthan Nelson-Moore1-1/+1
2026-06-09iommu/dma: Do not try to iommu_map a 0 length region in swiotlbJason Gunthorpe1-6/+13
2026-06-09iommufd: Destroy the pages content after detaching from dmabufJason Gunthorpe1-4/+4
2026-06-09iommufd: Take dma_resv lock before dma_buf_unpin() in release pathAnkit Soni1-0/+2
2026-06-08iommu/hyperv: Create hyperv subdirectory under drivers/iommuMukesh R5-16/+5
2026-06-05iommufd: Avoid partial fault group delivery in iommufd_fault_fops_read()Nicolin Chen1-2/+5
2026-06-05iommufd: Break the loop on failure in iommufd_fault_fops_read()Nicolin Chen1-0/+2
2026-06-05iommufd: Reject invalid read count in iommufd_fault_fops_read()Nicolin Chen1-0/+3
2026-06-05iommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()Nicolin Chen1-1/+9
2026-06-05iommufd: Reject invalid read count in iommufd_veventq_fops_read()Nicolin Chen1-0/+6
2026-06-05iommufd: Rewind header length in done if iommufd_veventq_fops_read() failsNicolin Chen1-0/+1
2026-06-04iommu/vt-d: Fix RB-tree corruption in probe error pathPranjal Shrivastava1-1/+5
2026-06-04iommu/vt-d: Improve IOMMU fault informationGuanghui Feng1-3/+6
2026-06-04iommu/vt-d: Remove typo from pasid_pte_config_nested()MichaƂ Grzelak1-6/+6
2026-06-04iommu/vt-d: Clear Present bit before tearing down scalable-mode context entryMichael Bommarito1-1/+3
2026-06-04iommu/vt-d: Avoid WARNING in sva unbind pathLu Baolu2-8/+15
2026-06-02iommu/amd: Don't split flush for amd_iommu_domain_flush_all()Weinan Liu1-1/+2
2026-06-02iommu/rockchip: disable fetch dte time limitSimon Xue1-0/+8
2026-06-01iommufd: Set veventq_depth upper boundNicolin Chen1-1/+4
2026-06-01iommufd: Move vevent memory allocation outside spinlockNicolin Chen1-5/+8
2026-06-01iommufd: Fix data_len byte-count vs element-count mismatchNicolin Chen1-1/+1
2026-05-28iommu/arm-smmu-v3: Allow ATS to be always onNicolin Chen2-9/+73
2026-05-28iommu/vsi: Use list_for_each_entry()Dan Carpenter1-8/+2
2026-05-28iommu: vsi: avoid -Wformat-security warningArnd Bergmann1-1/+2
2026-05-28iommu/amd: Fix premature break in init_iommu_one()Vasant Hegde1-4/+3
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann1-6/+12
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich10-158/+366
2026-05-19iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bitsNicolin Chen1-0/+10
2026-05-19iommu/arm-smmu-v3: Directly encode TLBI commandsJason Gunthorpe2-134/+71
2026-05-19iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNCJason Gunthorpe2-31/+27
2026-05-19iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INVJason Gunthorpe2-46/+40
2026-05-19iommu/arm-smmu-v3: Directly encode simple commandsJason Gunthorpe2-168/+148
2026-05-19iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()Jason Gunthorpe1-3/+0
2026-05-19iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmdJason Gunthorpe4-53/+58