aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-03-04iommu/vt-d: Remove unused function intel_svm_capable()YueHaibing1-5/+0
2022-03-04iommu/vt-d: Add missing "__init" for rmrr_sanity_check()Marco Bonelli1-1/+1
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko1-2/+0
2022-03-04iommu/vt-d: Fix indentation of goto labelsLu Baolu1-2/+2
2022-03-04iommu/vt-d: Remove unnecessary prototypesLu Baolu1-5/+0
2022-03-04iommu/vt-d: Remove unnecessary includesLu Baolu1-27/+7
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu4-128/+79
2022-03-04iommu/vt-d: Remove domain and devinfo mempoolLu Baolu1-99/+5
2022-03-04iommu/vt-d: Remove iova_cache_get/put()Lu Baolu1-5/+0
2022-03-04iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()Lu Baolu1-21/+0
2022-03-04iommu/vt-d: Remove intel_iommu::domainsLu Baolu1-65/+3
2022-03-04Merge branch 'core' into x86/vt-dJoerg Roedel29-1385/+305
2022-03-04iommu/mediatek: Always tlb_flush_all when each PM resumeYong Wu1-0/+7
2022-03-04iommu/mediatek: Add tlb_lock in tlb_flush_allYong Wu1-3/+9
2022-03-04iommu/mediatek: Remove the power status checking in tlb flush allYong Wu1-5/+0
2022-03-04iommu/mediatek: Always check runtime PM status in tlb flush range callbackSebastian Reichel1-7/+3
2022-03-04iommu/mediatek: Remove for_each_m4u in tlb_sync_allYong Wu1-9/+7
2022-03-04iommu/iova: Improve 32-bit free space estimateRobin Murphy1-2/+3
2022-03-04iommu/amd: Improve error handling for amd_iommu_init_pciSuravee Suthikulpanit1-3/+11
2022-03-03dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig1-9/+5
2022-03-02iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay1-1/+1
2022-02-28iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin1-1/+3
2022-02-28iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang1-1/+1
2022-02-28iommu: Split struct iommu_opsLu Baolu21-162/+203
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu5-16/+10
2022-02-28iommu: Use right way to retrieve iommu_opsLu Baolu1-25/+25
2022-02-28iommu: Remove apply_resv_regionLu Baolu1-3/+0
2022-02-28iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu1-46/+0
2022-02-28iommu/vt-d: Remove aux-domain related callbacksLu Baolu2-309/+3
2022-02-28iommu: Remove guest pasid related interfaces and definitionsLu Baolu1-210/+0
2022-02-28iommu/vt-d: Remove guest pasid related callbacksLu Baolu4-582/+0
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman5-18/+33
2022-02-25iommu/mediatek: Make use of the helper component_compare/release_ofYong Wu3-14/+4
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu6-78/+19
2022-02-14iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVAFenghua Yu4-8/+8
2022-02-14iommu/iova: Separate out rcache initJohn Garry2-14/+63
2022-02-14iommu/msm: Simplify with dev_err_probe()David Heidelberg1-14/+10
2022-02-14iommu/msm: Use standard driver registrationRobin Murphy1-13/+1
2022-02-14iommu/rockchip: : Use standard driver registrationRobin Murphy1-6/+1
2022-02-14iommu: Remove trivial ops->capable implementationsRobin Murphy3-18/+0
2022-02-14iommu/ipmmu-vmsa: Add support for R-Car Gen4Yoshihiro Shimoda1-3/+7
2022-02-14iommu/ipmmu-vmsa: Check for error num after setting maskJiasheng Jiang1-1/+3
2022-02-14iommu/vtd: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2022-02-14iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit1-6/+6
2022-02-14iommu/amd: Recover from event log overflowLennert Buytenhek4-2/+20
2022-02-08iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui1-0/+1
2022-02-08iommu/arm-smmu: Add missing pm_runtime_disable() in qcom_iommu_device_probeMiaoqian Lin1-3/+7
2022-02-08iommu/arm-smmu-v3: Simplify memory allocationChristophe JAILLET1-17/+5
2022-02-08iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocationChristophe JAILLET1-2/+2
2022-02-04iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel1-0/+2