summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2025-03-20iommu: apple-dart: fix potential null pointer derefQasim Ijaz1-3/+2
2025-03-20iommu/rockchip: Retire global dma_dev workaroundRobin Murphy1-21/+13
2025-03-20iommu/rockchip: Register in a sensible orderRobin Murphy1-11/+10
2025-03-20iommu/rockchip: Allocate per-device data sensiblyRobin Murphy1-3/+3
2025-03-18iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigationsNicolin Chen3-2/+5
2025-03-18iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMUNicolin Chen3-25/+57
2025-03-18iommu/arm-smmu-v3: Introduce struct arm_smmu_vmasterNicolin Chen3-1/+86
2025-03-18iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverageNicolin Chen2-0/+40
2025-03-18iommufd/selftest: Require vdev_id when attaching to a nested domainNicolin Chen1-0/+24
2025-03-18iommufd/viommu: Add iommufd_viommu_report_event helperNicolin Chen1-0/+48
2025-03-18iommufd/viommu: Add iommufd_viommu_get_vdev_id helperNicolin Chen1-0/+24
2025-03-18iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOCNicolin Chen4-1/+299
2025-03-17iommufd: Rename fault.c to eventq.cNicolin Chen2-1/+1
2025-03-17iommufd: Abstract an iommufd_eventq from iommufd_faultNicolin Chen3-63/+82
2025-03-17iommufd/fault: Add an iommufd_fault_init() helperNicolin Chen1-28/+42
2025-03-17iommufd/fault: Move two fault functions out of the headerNicolin Chen2-25/+25
2025-03-13iommu/mediatek-v1: Support COMPILE_TESTRobin Murphy2-3/+11
2025-03-13iommu/amd: Enable support for up to 2K interrupts per functionKishon Vijay Abraham I3-14/+65
2025-03-13iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macroSairaj Kodilkar3-5/+5
2025-03-13iommu/amd: Replace slab cache allocator with page allocatorSairaj Kodilkar3-36/+15
2025-03-13iommu/amd: Introduce generic function to set multibit feature valueSairaj Kodilkar2-18/+11
2025-03-12iommu: Don't warn prematurely about dodgy probesRobin Murphy1-6/+6
2025-03-11iommu/arm-smmu: Set rpm auto_suspend once during probePranjal Shrivastava1-4/+6
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy2-4/+27
2025-03-11iommu: Keep dev->iommu state consistentRobin Murphy3-2/+8
2025-03-11iommu: Resolve ops in iommu_init_device()Robin Murphy1-14/+16
2025-03-11iommu: Handle race with default domain setupRobin Murphy1-0/+5
2025-03-11iommu: Unexport iommu_fwspec_free()Robin Murphy5-13/+6
2025-03-10iommu/vt-d: Cleanup intel_context_flush_present()Lu Baolu3-38/+10
2025-03-10iommu/vt-d: Move PRI enablement in probe pathLu Baolu4-90/+55
2025-03-10iommu/vt-d: Move scalable mode ATS enablement to probe pathLu Baolu1-24/+27
2025-03-10iommu/vt-d: Check if SVA is supported when attaching the SVA domainJason Gunthorpe2-36/+44
2025-03-10iommu/vt-d: Use virt_to_phys()Jason Gunthorpe2-20/+2
2025-03-10iommu/vt-d: Fix system hang on reboot -fYunhui Cui1-7/+10
2025-03-10iommu: apple-dart: Allow mismatched bypass supportHector Martin1-5/+12
2025-03-10iommu: apple-dart: Increase MAX_DARTS_PER_DEVICE to 3Hector Martin1-1/+1
2025-03-10iommu/amd: Consolidate protection domain free codeVasant Hegde3-12/+6
2025-03-10iommu/amd: Remove unused forward declarationVasant Hegde1-1/+0
2025-03-10iommu/amd: Fix header fileVasant Hegde1-4/+3
2025-03-10iommu/amd: Remove outdated commentVasant Hegde1-7/+0
2025-03-10iommu/amd/pgtbl_v2: Improve error handlingVasant Hegde1-1/+1
2025-03-10iommu/amd: Remove unused variableVasant Hegde1-3/+0
2025-03-10iommu/amd: Log IOMMU control register in event log pathVasant Hegde1-1/+3
2025-03-10iommu/dma: Remove redundant lockingRobin Murphy1-13/+4
2025-03-07iommufd: Fail replace if device has not been attachedYi Liu1-0/+16
2025-03-07iommufd: Set domain->iommufd_hwpt in all hwpt->domain allocatorsNicolin Chen1-1/+3
2025-03-04iommufd: Fix uninitialized rc in iommufd_access_rw()Nicolin Chen1-1/+1
2025-03-04iommufd: Disallow allocating nested parent domain with fault IDYi Liu1-0/+3
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel9-292/+415
2025-02-28iommu: Swap the order of setting group->pasid_array and calling attach op of ...Yi Liu1-12/+36