summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2026-07-14iommufd: Support a HWPT without an iommu driver for noiommuJason Gunthorpe7-6/+158
2026-07-14iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICENicolin Chen1-0/+15
2026-07-14iommufd/viommu: Publish a vDEVICE only after vdevice_init() succeedsNicolin Chen1-5/+15
2026-07-14iommufd/viommu: Release the igroup lock on the vdevice_size error pathNicolin Chen1-1/+1
2026-07-14iommufd: Simplify iommufd_device_remove_vdev()Jason Gunthorpe3-18/+24
2026-07-14iommufd: Fix grammar and spelling in commentsxiongweimin2-4/+4
2026-07-14iommu: Fix dev_iommu memory leak when device_add fails in iommu_mock_device_addPeiyang He1-1/+1
2026-07-13iommufd: Reject DMABUF pages from the access pin pathPeiyang He1-0/+3
2026-07-13iommufd: Fix wrong hwpt passed to iommufd_auto_response_faults on replacePeiyang He1-1/+1
2026-07-13iommufd/selftest: Fix dmabuf leak in iommufd_test_dmabuf_get()yeeli1-1/+6
2026-07-13iommufd/selftest: Avoid selftest dirty bitmap size wrapSamuel Moelius1-1/+4
2026-07-13iommu/dma: simplify dma_iova_destroy() and drop the free_iova helperHonglei Huang1-35/+22
2026-07-10iommu/fsl: use platform_device_set_of_node()Bartosz Golaszewski1-10/+6
2026-07-09iommu/amd: Dynamically verify Southbridge IOAPIC via PCI config spaceWei Wang1-10/+15
2026-07-09iommu/amd: Fix false positive in SB IOAPIC IVRS validationWei Wang1-4/+28
2026-07-09iommu/amd: Prevent SB IOAPIC from overriding IVRS validation errorsWei Wang1-2/+2
2026-07-09iommu/msm: Return -ENOMEM on memory allocation failure in probeVladimir Zapolskiy1-1/+1
2026-07-09iommu/mediatek-v1: Fix off-by-one in MT2701_LARB_NR_MAXAkari Tsuyukusa1-1/+1
2026-07-09iommu/vt-d: Fail probe on ATS configuration failurePranjal Shrivastava1-3/+12
2026-07-09iommu/arm-smmu-v3: Standardize ATS enablement failure reportingPranjal Shrivastava1-2/+7
2026-07-09iommu/riscv: Drop superfluous zeros in pci_device_id arrayUwe Kleine-König (The Capable Hub)1-3/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-22Merge 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-11Merge 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-08iommufd: Destroy the pages content after detaching from dmabufJason Gunthorpe1-4/+4
2026-06-08iommufd: Take dma_resv lock before dma_buf_unpin() in release pathAnkit Soni1-0/+2
2026-06-07iommu/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