aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-31iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang1-3/+10
2022-01-31iommu: Fix some W=1 warningsJohn Garry3-13/+14
2022-01-31iommu: Fix potential use-after-free during probeVijayanand Jitta1-2/+7
2022-01-28media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu2-1/+58
2022-01-28media: iommu/mediatek: Add probe_defer for smi-larbYong Wu2-0/+8
2022-01-28media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu2-2/+2
2022-01-28media: iommu/mediatek-v1: Free the existed fwspec if the master dev already hasYong Wu1-0/+9
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+5
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-483/+475
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel13-483/+475
2021-12-20iommu: Move flush queue data into iommu_dma_cookieRobin Murphy2-79/+94
2021-12-20iommu/iova: Move flush queue code to iommu-dmaRobin Murphy2-176/+176