summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2026-07-30iommu/amd: Put PCI device after handling PPR faultsShuai Xue1-1/+2
2026-07-28iommu/tegra241-cmdqv: Rate-limit the error ISR's log messageNicolin Chen1-9/+7
2026-07-28iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure pathNicolin Chen1-2/+8
2026-07-28iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSIDNicolin Chen1-1/+2
2026-07-28iommu/tegra241-cmdqv: Reject a vSID wider than the SID_MATCH fieldNicolin Chen1-2/+6
2026-07-28iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFsNicolin Chen1-2/+8
2026-07-28iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc()Nicolin Chen1-22/+32
2026-07-28iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfsNicolin Chen1-15/+19
2026-07-28iommu/tegra241-cmdqv: Harden error-map index handling in the error ISRNicolin Chen1-3/+11
2026-07-28iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF (de)initNicolin Chen1-4/+33
2026-07-28iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initializedNicolin Chen1-8/+17
2026-07-28iommu/arm-smmu-v3: Enable CFGI/TLBI-repeat workaround on Tegra264Ashish Mhetre1-1/+3
2026-07-28iommu/arm-smmu-v3-iommufd: Report CFGI/TLBI-repeat erratumAshish Mhetre3-3/+12
2026-07-28iommu/arm-smmu-v3: Add CFGI/TLBI-repeat workaroundAshish Mhetre2-4/+57
2026-07-28iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditionsNicolin Chen1-6/+17
2026-07-26iommu/iommufd: Fix IOPF group ownership UAFPeiyang He2-5/+21
2026-07-26iommu/rockchip: Clear stale page faults before enabling stallJiaxing Hu1-0/+13
2026-07-26iommu/rockchip: Take all DT clocksJiaxing Hu1-19/+9
2026-07-26iommu/rockchip: Fix silent probe success when all MMU resources failZhaoJinming1-1/+1
2026-07-26iommu/rockchip: Drop global rk_ops in favor of per-device opsSimon Xue1-38/+36
2026-07-24iommu/msm: Unwind probe state on registration failureWeimin Xiong1-2/+8
2026-07-24iommu/msm: Limit the per-master Machine ID listPengpeng Hou1-0/+3
2026-07-22iommu/tegra241-cmdqv: Fix CMD_SYNC use-after-free on teardownShameer Kolothum3-2/+16
2026-07-22iommu/arm-smmu-v3: Manage teardown with devmShameer Kolothum1-16/+40
2026-07-22iommu/arm-smmu-v3: Declare eats_s1chk and eats_trans as host-endian u64Nicolin Chen1-2/+2
2026-07-22iommu: arm: Remove redundant dev_err()/dev_err_probe()Pan Chuang2-10/+3
2026-07-22iommu/qcom: Enable clocks before hardware access in qcom_iommu_ctx_probe()Mukesh Ojha1-1/+6
2026-07-22iommu/qcom: Publish pgtbl_ops before releasing init_mutexMukesh Ojha1-3/+2
2026-07-22iommu/qcom: Fix pgtbl_ops leak in qcom_iommu_init_domain() error pathMukesh Ojha1-0/+1
2026-07-22iommu/qcom: Check pm_runtime_resume_and_get() return in probeMukesh Ojha1-1/+5
2026-07-22iommu/qcom: Use devm_pm_runtime_enable() in qcom_iommu_device_probe()Mukesh Ojha1-5/+5
2026-07-22iommu/qcom: Fix inverted fault report check in qcom_iommu_fault()Mukesh Ojha1-1/+1
2026-07-22iommu/qcom: Remove sysfs device on probe failure pathHaoxiang Li1-1/+3
2026-07-22iommu/amd: Fix undefined behavior in devid_write debugfs functionLi RongQing1-9/+3
2026-07-22iommu/amd: Fix grammar and typos in commentsxiongweimin1-4/+4
2026-07-22iommu/mtk: Fix spelling of correspondence in commentxiongweimin1-1/+1
2026-07-22iommu/arm-smmu-v3: Fix grammar in commentxiongweimin1-1/+1
2026-07-22iova: Fix spelling of "reserved" in commentxiongweimin1-1/+1
2026-07-22iommu: Fix possessive "its" in group remove kdocxiongweimin1-2/+2
2026-07-22iommu/vt-d: Fix spelling of "guarantees" in commentxiongweimin1-1/+1
2026-07-22iommu/arm-smmu-qcom: Add SM8450 MDSS compatibleEsteban Urrutia1-0/+1
2026-07-21iommu/intel: Fix out-of-bounds memset in dmar_latency_disable()Li RongQing1-1/+1
2026-07-21iommu/amd: Bound the early ACPI HID mapPengpeng Hou1-0/+6
2026-07-21iommu/vt-d: Disallow SVA if page walk is not coherentLu Baolu1-1/+1
2026-07-21iommu/amd: Wait for completion instead of returning early in iommu_completion...Guanghui Feng1-6/+16
2026-07-15iommu/amd: Fix nested domain leakTycho Andersen (AMD)1-2/+1
2026-07-15iommu/amd: Fix IRQ unsafe locking in gdom allocationTycho Andersen (AMD)1-13/+18
2026-07-14iommufd: Add an ioctl to query PA from IOVA for noiommu modeJacob Pan4-0/+135
2026-07-14iommufd: Allow binding to a noiommu deviceJason Gunthorpe1-40/+118
2026-07-14iommufd: Move igroup allocation to a functionJason Gunthorpe1-16/+27