summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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
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