summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-11-28iommufd: Fix missing update of domains_itree after splitting iopt_areaKoichiro Den1-0/+10
2023-11-20iommufd: Add iopt_area_alloc()Jason Gunthorpe2-3/+17
2023-10-10iommu/mediatek: Fix share pgtable for iova over 4GBYong Wu1-5/+4
2023-10-10iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui2-17/+1
2023-10-10iommu/apple-dart: Handle DMA_FQ domains in attach_dev()Hector Martin1-2/+1
2023-10-10iommu/arm-smmu-v3: Avoid constructing invalid range commandsRobin Murphy1-5/+10
2023-10-06iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_rangeNicolin Chen1-3/+24
2023-09-13iommu/vt-d: Fix to flush cache of PASID directory tableYanfei Xu1-1/+1
2023-09-13iommu/qcom: Disable and reset context bank before programmingAngeloGioacchino Del Regno1-0/+7
2023-09-13iommu: Remove kernel-doc warningsZhu Wang1-2/+2
2023-09-13iommu/sprd: Add missing force_apertureJason Gunthorpe1-0/+1
2023-09-13iommu/mediatek: Fix two IOMMU share pagetable issueChengci.Xu1-8/+14
2023-09-13iommu: rockchip: Fix directory table address encodingJonas Karlman1-38/+5
2023-09-13iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch1-2/+2
2023-09-13iommufd: Fix locking around hwpt allocationJason Gunthorpe1-1/+1
2023-07-27iommufd: Set end correctly when doing batch carryJason Gunthorpe1-1/+1
2023-07-27iommufd: IOMMUFD_DESTROY should not increase the refcountJason Gunthorpe3-30/+75
2023-07-14iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()Dan Carpenter1-1/+2
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeJason Gunthorpe1-13/+14
2023-06-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+12
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-605/+693
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-3/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-16/+49
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+13
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds2-3/+3
2023-06-26iommufd: Call iopt_area_contig_done() under the lockJason Gunthorpe1-1/+1
2023-06-26iommufd: Do not access the area pointer after unlockingJason Gunthorpe1-3/+11
2023-06-20iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas2-9/+42
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2-5/+5
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel15-609/+697
2023-06-16iommu/vt-d: Remove commented-out codeLu Baolu1-9/+1
2023-06-16iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()Yanfei Xu1-4/+0
2023-06-16iommu/vt-d: Handle the failure case of dmar_reenable_qi()Yanfei Xu1-3/+8
2023-06-16iommu/vt-d: Remove unnecessary (void*) conversionsSuhui1-1/+1
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui1-4/+4
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde2-48/+46
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde1-1/+1
2023-06-10mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes1-2/+2
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel1-26/+26
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit3-7/+24
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit1-6/+15
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2-0/+40
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit2-11/+7
2023-06-09iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins1-28/+10
2023-06-09iommu/arm-smmu-v3: Set TTL invalidation hint betterRobin Murphy1-2/+7
2023-06-08iommu/arm-smmu-v3: Document nesting-related errataRobin Murphy1-0/+5
2023-06-08iommu/arm-smmu-v3: Add explicit feature for nestingRobin Murphy2-0/+5
2023-06-08iommu/arm-smmu-v3: Document MMU-700 erratum 2812531Robin Murphy2-0/+13
2023-06-08iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982Robin Murphy2-0/+35