summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
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
2024-02-16iommu/amd: Mark interrupt as managedMario Limonciello
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner
2024-02-13Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit
2024-02-09iommu/amd: Rearrange device flush codeVasant Hegde
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde
2024-02-09iommu/amd: Refactor GCR3 table helper functionsSuravee Suthikulpanit
2024-02-09iommu/amd: Refactor protection_domain helper functionsSuravee Suthikulpanit
2024-02-09iommu/amd: Refactor attaching / detaching device functionsSuravee Suthikulpanit
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde
2024-02-09iommu/amd: Rearrange GCR3 table setup codeVasant Hegde
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde
2024-02-09iommu/amd: Use protection_domain.flags to check page table modeVasant Hegde