summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2025-04-17iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()Jason Gunthorpe1-42/+7
2025-04-17iommu/tegra: Do not use struct page as the handle for ptsJason Gunthorpe1-35/+39
2025-04-17iommu/terga: Do not use struct page as the handle for as->pd memoryJason Gunthorpe1-18/+19
2025-04-17iommu/arm-smmu-v3: Fail aliasing StreamIDs more gracefullyRobin Murphy1-3/+3
2025-04-17iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream idsNicolin Chen1-4/+15
2025-04-17iommu/arm-smmu-v3: Fix pgsize_bit for sva domainsBalbir Singh1-0/+6
2025-04-17iommu/arm-smmu-v3: Add missing S2FWB feature detectionAneesh Kumar K.V (Arm)1-0/+2
2025-04-11iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()Nicolin Chen1-27/+5
2025-04-11iommu: remove unneeded semicolonPei Xiao1-2/+2
2025-04-11iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_groupLouis-Alexis Eyraud1-13/+13
2025-04-11iommu/exynos: Fix suspend/resume with IDENTITY domainMarek Szyprowski1-2/+2
2025-04-11iommu/ipmmu-vmsa: Register in a sensible orderRobin Murphy1-17/+10
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy1-0/+3
2025-04-11iommu/vt-d: Remove an unnecessary call set_dma_ops()Petr Tesarik1-1/+0
2025-04-11iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIsSean Christopherson1-14/+15
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-768/+1993
2025-03-28iommufd: Test attach before detaching pasidYi Liu1-0/+7
2025-03-28iommu: Convert unreachable() to BUG()Josh Poimboeuf1-2/+2
2025-03-28iommufd: Balance veventq->num_events inc/decYi Liu1-1/+2
2025-03-28iommufd: Initialize the flags of vevent in iommufd_viommu_report_event()Yi Liu1-1/+1
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu1-1/+33
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-734/+926
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2025-03-25iommufd/selftest: Add test ops to test pasid attach/detachYi Liu2-0/+188
2025-03-25iommufd/selftest: Add a helper to get test deviceYi Liu1-13/+23
2025-03-25iommufd/selftest: Add set_dev_pasid in mock iommuYi Liu2-5/+36
2025-03-25iommufd: Allow allocating PASID-compatible domainYi Liu1-3/+4
2025-03-25iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID supportYi Liu2-2/+3
2025-03-25iommufd: Enforce PASID-compatible domain for RIDYi Liu1-4/+22
2025-03-25iommufd: Support pasid attach/replaceYi Liu2-26/+41
2025-03-25iommufd: Enforce PASID-compatible domain in PASID pathYi Liu3-0/+21
2025-03-25iommufd/device: Add pasid_attach array to track per-PASID attachYi Liu2-20/+41
2025-03-25iommufd/device: Replace device_list with device_arrayYi Liu1-19/+39
2025-03-25iommufd/device: Wrap igroup->hwpt and igroup->device_list into attach structYi Liu2-23/+58
2025-03-25iommufd/device: Add helper to detect the first attach of a groupYi Liu1-2/+9
2025-03-25iommufd/device: Replace idev->igroup with local variableYi Liu1-20/+23
2025-03-25iommufd/device: Only add reserved_iova in non-pasid pathYi Liu1-6/+8
2025-03-25iommufd: Pass @pasid through the device attach/replace pathYi Liu3-39/+52
2025-03-25iommu: Introduce a replace API for device pasidYi Liu2-4/+114
2025-03-25iommu: Require passing new handles to APIs supporting handleYi Liu1-0/+9
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen4-17/+27
2025-03-25iommufd: Move iommufd_sw_msi and related functions to driver.cNicolin Chen5-126/+153
2025-03-25iommu: Sort out domain user dataRobin Murphy5-93/+128
2025-03-20hyperv: Log hypercall status codes as stringsNuno Das Neves1-2/+2
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel30-734/+926
2025-03-20iommu/vt-d: Fix possible circular locking dependencyLu Baolu1-0/+2
2025-03-20iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changesSean Christopherson1-10/+15
2025-03-20iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabledSean Christopherson1-6/+13