summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2024-02-29iommu/arm-smmu-v3: Use the identity/blocked domain during releaseJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Add a global static BLOCKED domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Add a global static IDENTITY domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Check that the RID domain is S1 in SVAJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Remove arm_smmu_master->domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Put writing the context descriptor in the right orderJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Compute the STE only once for each masterJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_devJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functionsJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypassJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Make STE programming independent of the callersJason Gunthorpe
2024-02-26iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGESJason Gunthorpe
2024-02-26iommufd: Fix protection fault in iommufd_test_syz_conv_iovaNicolin Chen
2024-02-26iommufd/selftest: Fix mock_dev_num bugNicolin Chen
2024-02-26iommufd: Fix iopt_access_list_id overwrite bugNicolin Chen
2024-02-24Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-23iommu/sva: Restore SVA handle sharingJason Gunthorpe
2024-02-23Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Joerg Roedel
2024-02-22iommu/arm-smmu-qcom: Add X1E80100 MDSS compatibleAbel Vesa
2024-02-22iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe
2024-02-21iommufd: Reject non-zero data_type if no data_len is providedJason Gunthorpe
2024-02-21iommu/vt-d: Fix constant-out-of-range warningArnd Bergmann
2024-02-21iommu/vt-d: Set SSADE when attaching to a parent with dirty trackingYi Liu
2024-02-21iommu/vt-d: Add missing dirty tracking set for parent domainYi Liu
2024-02-21iommu/vt-d: Wrap the dirty tracking loop to be a helperYi Liu
2024-02-21iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()Yi Liu
2024-02-21iommu/vt-d: Add missing device iotlb flush for parent domainYi Liu
2024-02-21iommu/vt-d: Update iotlb in nested domain attachYi Liu
2024-02-21iommu/vt-d: Add missing iotlb flush for parent domainYi Liu
2024-02-21iommu/vt-d: Add __iommu_flush_iotlb_psi()Yi Liu
2024-02-21iommu/vt-d: Track nested domains in parentYi Liu
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada
2024-02-16iommu: Make iommu_report_device_fault() return voidLu Baolu
2024-02-16iommu: Make iopf_group_response() return voidLu Baolu
2024-02-16iommu: Track iopf group instead of last faultLu Baolu
2024-02-16iommu: Improve iopf_queue_remove_device()Lu Baolu
2024-02-16iommu: Use refcount for fault data accessLu Baolu
2024-02-16iommu: Refine locking for per-device fault data managementLu Baolu
2024-02-16iommu: Separate SVA and IOPFLu Baolu
2024-02-16iommu: Make iommu_queue_iopf() more genericLu Baolu
2024-02-16iommu: Prepare for separating SVA and IOPFLu Baolu
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu
2024-02-16iommu/arm-smmu-v3: Remove unrecoverable faults reportingLu Baolu
2024-02-16iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer