summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-93/+222
2024-02-23iommu/sva: Restore SVA handle sharingJason Gunthorpe1-0/+17
2024-02-23Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Joerg Roedel2-37/+18
2024-02-22iommu/arm-smmu-qcom: Add X1E80100 MDSS compatibleAbel Vesa1-0/+1
2024-02-22iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe1-26/+12
2024-02-21iommufd: Reject non-zero data_type if no data_len is providedJason Gunthorpe1-1/+2
2024-02-21iommu/vt-d: Fix constant-out-of-range warningArnd Bergmann1-1/+1
2024-02-21iommu/vt-d: Set SSADE when attaching to a parent with dirty trackingYi Liu1-0/+2
2024-02-21iommu/vt-d: Add missing dirty tracking set for parent domainYi Liu1-0/+35
2024-02-21iommu/vt-d: Wrap the dirty tracking loop to be a helperYi Liu1-11/+24
2024-02-21iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()Yi Liu3-7/+4
2024-02-21iommu/vt-d: Add missing device iotlb flush for parent domainYi Liu1-0/+18
2024-02-21iommu/vt-d: Update iotlb in nested domain attachYi Liu3-3/+4
2024-02-21iommu/vt-d: Add missing iotlb flush for parent domainYi Liu1-0/+31
2024-02-21iommu/vt-d: Add __iommu_flush_iotlb_psi()Yi Liu1-35/+43
2024-02-21iommu/vt-d: Track nested domains in parentYi Liu3-5/+31
2024-02-16iommu: Make iommu_report_device_fault() return voidLu Baolu3-31/+17
2024-02-16iommu: Make iopf_group_response() return voidLu Baolu4-112/+92
2024-02-16iommu: Track iopf group instead of last faultLu Baolu1-158/+84
2024-02-16iommu: Improve iopf_queue_remove_device()Lu Baolu2-26/+38
2024-02-16iommu: Use refcount for fault data accessLu Baolu2-49/+80
2024-02-16iommu: Refine locking for per-device fault data managementLu Baolu1-31/+30
2024-02-16iommu: Separate SVA and IOPFLu Baolu11-267/+203
2024-02-16iommu: Make iommu_queue_iopf() more genericLu Baolu3-18/+59
2024-02-16iommu: Prepare for separating SVA and IOPFLu Baolu1-25/+14
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu5-15/+9
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu5-110/+13
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu2-86/+58
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu2-5/+0
2024-02-16iommu/arm-smmu-v3: Remove unrecoverable faults reportingLu Baolu1-33/+13
2024-02-16iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer2-3/+3
2024-02-16iommu/amd: Mark interrupt as managedMario Limonciello1-0/+3
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner1-2/+3
2024-02-13Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov1-11/+6
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde2-17/+64
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit2-13/+1
2024-02-09iommu/amd: Rearrange device flush codeVasant Hegde1-49/+43
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde2-103/+0
2024-02-09iommu/amd: Refactor GCR3 table helper functionsSuravee Suthikulpanit1-22/+31
2024-02-09iommu/amd: Refactor protection_domain helper functionsSuravee Suthikulpanit1-11/+3
2024-02-09iommu/amd: Refactor attaching / detaching device functionsSuravee Suthikulpanit1-3/+27
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit3-83/+61
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde1-0/+19
2024-02-09iommu/amd: Rearrange GCR3 table setup codeVasant Hegde1-32/+32
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde2-0/+28
2024-02-09iommu/amd: Use protection_domain.flags to check page table modeVasant Hegde1-2/+2
2024-02-09iommu/amd: Introduce per-device GCR3 tableSuravee Suthikulpanit1-0/+7
2024-02-09iommu/amd: Introduce struct protection_domain.pd_modeSuravee Suthikulpanit2-0/+8
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit2-41/+28
2024-02-09iommu/amd: Enable Guest Translation before registering devicesVasant Hegde1-3/+3