summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * iommu/vt-d: Fix PASID directory pointer coherencyJacob Pan2023-02-161-0/+7
| | | | | | * iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan2023-02-161-1/+6
| | | | | | * iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu2023-02-161-4/+12
| | | | | | * iommu/vt-d: Enable IOMMU perfmon supportKan Liang2023-02-032-0/+6
| | | | | | * iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang2023-02-034-2/+95
| | | | | | * iommu/vt-d: Support cpumask for IOMMU perfmonKan Liang2023-02-031-8/+105
| | | | | | * iommu/vt-d: Add IOMMU perfmon supportKan Liang2023-02-033-0/+565
| | | | | | * iommu/vt-d: Support Enhanced Command InterfaceKan Liang2023-02-033-0/+99
| | | | | | * iommu/vt-d: Retrieve IOMMU perfmon capability informationKan Liang2023-02-036-1/+273
| | | | | | * iommu/vt-d: Support size of the register set in DRHDKan Liang2023-02-031-4/+7
| | | | | | * iommu/vt-d: Set No Execute Enable bit in PASID table entryLu Baolu2023-02-031-0/+11
| | | | | | * iommu/vt-d: Remove sva from intel_svm_devLu Baolu2023-02-032-15/+9
| | | | | | * iommu/vt-d: Remove users from intel_svm_devLu Baolu2023-02-032-36/+27
| | | | | | * iommu/vt-d: Remove unused fields in svm structuresLu Baolu2023-02-032-6/+0
| | | | | | * iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu2023-02-033-2/+5
| | | | | |/ | | | | |/|
| | | | | * iommu/arm-smmu-qcom: Select identity domain for sc8280xp MDSSBjorn Andersson2023-01-241-0/+1
| | | | | * iommu/arm-smmu-qcom: Add SM8150 DPU compatibleMarijn Suijten2023-01-241-0/+1
| | |_|_|/ | |/| | |
| | | * | iommu/exynos: Implement fault handling on SysMMU v7Sam Protsenko2023-01-251-4/+44
| | | * | iommu/exynos: Abstract getting the fault infoSam Protsenko2023-01-251-62/+100
| | | * | iommu/exynos: Fix error handling in exynos_iommu_init()Yang Yingliang2023-01-201-1/+1
| | | |/
| | * | iommu: dart: DART_T8110_ERROR range should be 0 to 5Eric Curtin2023-02-031-2/+2
| | * | iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter2023-02-031-7/+44
| | * | iommu: dart: Add t8110 DART supportHector Martin2023-01-201-5/+200
| | * | iommu: dart: Support different variants with different registersHector Martin2023-01-201-63/+124
| | * | iommu: dart: Fix DART_PARAMS1/2 bit define namesHector Martin2023-01-201-4/+4
| | * | iommu: dart: Support a variable number of TTBRs per streamHector Martin2023-01-201-9/+19
| | * | iommu: dart: Support >64 stream IDsHector Martin2023-01-201-43/+71
| | * | iommu: dart: Add suspend/resume supportHector Martin2023-01-201-0/+43
| | |/
* | / mm: discard __GFP_ATOMICNeilBrown2023-02-021-2/+2
|/ /
* | iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET2023-01-131-1/+3
* | iommu/iova: Fix alloc iova overflows issueYunfei Wang2023-01-131-2/+2
* | iommu: Fix refcount leak in iommu_device_claim_dma_ownerMiaoqian Lin2023-01-131-3/+5
* | iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean2023-01-131-1/+3
* | iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean2023-01-131-8/+14
* | iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy2023-01-131-2/+8
|/
* Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-1923-597/+828
|\
| *-----------------. Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel2022-12-1239-1041/+1517
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * iommu/io-pgtable-arm-v7s: Remove map/unmapRobin Murphy2022-11-191-26/+15
| | | | | | | | | | | * iommu/io-pgtable-arm: Remove map/unmapRobin Murphy2022-11-191-27/+15
| | | | | | | | | | | * iommu/qcom: Update to {map,unmap}_pagesRobin Murphy2022-11-191-6/+8
| | | | | | | | | | | * iommu/ipmmu-vmsa: Update to {map,unmap}_pagesRobin Murphy2022-11-191-9/+9
| | | | | | | | | | | * iommu/msm: Update to {map,unmap}_pagesRobin Murphy2022-11-191-7/+11
| | | | | | | | | | | * iommu/mediatek: Update to {map,unmap}_pagesRobin Murphy2022-11-191-7/+8
| | | | | | | | | | | * iommu/sprd: Update to {map,unmap}_pagesRobin Murphy2022-11-191-11/+14
| | | | | | | | | | | * iommu/mediatek-v1: Update to {map,unmap}_pagesRobin Murphy2022-11-191-16/+14
| | | | | | | | | | | * iommu: Avoid races around device probeRobin Murphy2022-11-191-6/+22
| | | | | | | | | | * | iommu/amd: Fix typo in macro parameter nameMichael Forney2022-12-051-1/+1
| | | | | | | | | | * | iommu/amd: Check return value of mmu_notifier_register()Denis Arefev2022-11-191-1/+3
| | | | | | | | | | * | iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang2022-11-191-0/+1
| | | | | | | | | | * | iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips2022-11-191-25/+54