summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-----------. Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-1845-562/+2258
|\ \ \ \ \ \ \
| | | | | | | * iommu: Attach device group to old domain in error pathVasant Hegde2023-02-181-1/+15
| | | | | | | * iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe2023-02-161-2/+6
| | | | | | | * iommu/of: mark an unused function as __maybe_unusedRandy Dunlap2023-02-161-2/+4
| | | | | | | * iommu/exynos: Add missing set_platform_dma_ops callbackMarek Szyprowski2023-02-031-0/+5
| | | | | | | * Merge branch 'iommu-memory-accounting' into coreJoerg Roedel2023-01-2518-81/+92
| | | | | | | |\
| | | | | | | | * iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2023-01-251-1/+1
| | | | | | | | * iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe2023-01-251-6/+9
| | | | | | | | * iommu/intel: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2023-01-251-2/+2
| | | | | | | | * iommu/intel: Support the gfp argument to the map_pages opJason Gunthorpe2023-01-251-9/+15
| | | | | | | | * iommu/intel: Add a gfp parameter to alloc_pgtable_page()Jason Gunthorpe2023-01-253-9/+9
| | | | | | | | * iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe2023-01-251-2/+2
| | | | | | | | * iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()Jason Gunthorpe2023-01-251-2/+9
| | | | | | | | * iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe2023-01-252-18/+13
| | | | | | | | * iommu: Remove iommu_map_atomic()Jason Gunthorpe2023-01-252-8/+1
| | | | | | | | * iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-2514-32/+39
| | | | |_|_|_|/ | | | |/| | | |
| | | | | | | * iommu: dma: Use of_iommu_get_resv_regions()Thierry Reding2023-01-251-0/+3
| | | | | | | * iommu: Implement of_iommu_get_resv_regions()Thierry Reding2023-01-251-0/+94
| | | | | | | * of: Introduce of_translate_dma_region()Thierry Reding2023-01-251-0/+41
| | | | | | | * iommu/fsl_pamu: Fix compile error after adding set_platform_dma_opsJoerg Roedel2023-01-131-1/+1
| | | | | | | * iommu/ipmmu-vmsa: Remove ipmmu_utlb_disable()Joerg Roedel2023-01-131-12/+0
| | | | | | | * iommu: Tidy up io-pgtable dependenciesRobin Murphy2023-01-131-6/+12
| | | | | | | * iommu: Remove detach_dev callbackLu Baolu2023-01-132-33/+4
| | | | | | | * iommu: Remove deferred attach check from __iommu_detach_device()Jason Gunthorpe2023-01-131-34/+36
| | | | | | | * iommu: Add set_platform_dma_ops callbacksLu Baolu2023-01-137-21/+19
| | | | | | | * iommu: Add set_platform_dma_ops iommu opsLu Baolu2023-01-131-4/+24
| | | | | | | * iommu: Remove detach_dev callbacksLu Baolu2023-01-139-117/+0
| | | | |_|_|/ | | | |/| | |
| | | | | | * iommu/amd: Skip attach device domain is same as new domainVasant Hegde2023-02-181-0/+7
| | | | | | * iommu/amd: Improve page fault error reportingVasant Hegde2023-02-161-0/+9
| | | | | | * iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde2023-02-161-4/+9
| | | | | | * iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia2023-02-031-1/+15
| | | | | | * iommu/amd: Do not clear event/ppr log buffer when snp is enabledTom Lendacky2023-01-201-4/+14
| | | | | | * iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde2023-01-131-5/+7
| | | | | | * iommu/amd: Do not allocate io_pgtable_ops for passthrough domainVasant Hegde2023-01-131-0/+4
| | | | |_|/ | | | |/| |
| | | | | * iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang2023-02-161-1/+2
| | | | | * 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
| | | | |/ | | | |/|