aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-07-14iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()Gravatar Dan Carpenter 1-1/+2
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeGravatar Jason Gunthorpe 1-13/+14
2023-06-29Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+12
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 15-605/+693
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-3/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-16/+49
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-14/+13
2023-06-27mm: always expand the stack with the mmap write lock heldGravatar Linus Torvalds 2-3/+3
2023-06-26iommufd: Call iopt_area_contig_done() under the lockGravatar Jason Gunthorpe 1-1/+1
2023-06-26iommufd: Do not access the area pointer after unlockingGravatar Jason Gunthorpe 1-3/+11
2023-06-19iommu/dma: force bouncing if the size is not cacheline-alignedGravatar Catalin Marinas 2-9/+42
2023-06-19dma-mapping: name SG DMA flag helpers consistentlyGravatar Robin Murphy 2-5/+5
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Gravatar Joerg Roedel 15-609/+697
2023-06-16iommu/vt-d: Remove commented-out codeGravatar Lu Baolu 1-9/+1
2023-06-16iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()Gravatar Yanfei Xu 1-4/+0
2023-06-16iommu/vt-d: Handle the failure case of dmar_reenable_qi()Gravatar Yanfei Xu 1-3/+8
2023-06-16iommu/vt-d: Remove unnecessary (void*) conversionsGravatar Suhui 1-1/+1
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Gravatar Su Hui 1-4/+4
2023-06-16iommu/amd: Remove extern from function prototypesGravatar Vasant Hegde 2-48/+46
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsGravatar Vasant Hegde 1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroGravatar Vasant Hegde 1-1/+1
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Gravatar Lorenzo Stoakes 1-2/+2
2023-06-09iommu/amd: Fix compile error for unused functionGravatar Joerg Roedel 1-26/+26
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationGravatar Suravee Suthikulpanit 3-7/+24
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledGravatar Suravee Suthikulpanit 1-6/+15
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportGravatar Suravee Suthikulpanit 2-0/+40
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refGravatar Suravee Suthikulpanit 2-11/+7
2023-06-09iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Gravatar Joao Martins 1-28/+10
2023-06-08iommu/arm-smmu-v3: Set TTL invalidation hint betterGravatar Robin Murphy 1-2/+7
2023-06-08iommu/arm-smmu-v3: Document nesting-related errataGravatar Robin Murphy 1-0/+5
2023-06-08iommu/arm-smmu-v3: Add explicit feature for nestingGravatar Robin Murphy 2-0/+5
2023-06-08iommu/arm-smmu-v3: Document MMU-700 erratum 2812531Gravatar Robin Murphy 2-0/+13
2023-06-08iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982Gravatar Robin Murphy 2-0/+35
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Gravatar Peter Zijlstra 1-6/+2
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Gravatar Peter Zijlstra 2-8/+11
2023-06-01iommu/mediatek: Flush IOTLB completely only if domain has been attachedGravatar Chen-Yu Tsai 1-1/+2
2023-06-01iommu/fsl: Use driver_managed_dma to allow VFIO to workGravatar Jason Gunthorpe 1-81/+23
2023-06-01iommu/fsl: Move ENODEV to fsl_pamu_probe_device()Gravatar Jason Gunthorpe 1-7/+12
2023-06-01iommu/fsl: Always allocate a group for non-pci devicesGravatar Jason Gunthorpe 1-1/+1
2023-05-23iommu/amd/pgtbl_v2: Fix domain max addressGravatar Vasant Hegde 1-1/+10
2023-05-23iommu/virtio: Return size mapped for a detached domainGravatar Jean-Philippe Brucker 1-16/+17
2023-05-23iommu/virtio: Detach domain on endpoint releaseGravatar Jean-Philippe Brucker 1-0/+24
2023-05-23iommu: Tidy the control flow in iommu_group_store_type()Gravatar Jason Gunthorpe 1-12/+15
2023-05-23iommu: Remove __iommu_group_for_each_dev()Gravatar Jason Gunthorpe 1-28/+25
2023-05-23iommu: Allow IOMMU_RESV_DIRECT to work on ARMGravatar Jason Gunthorpe 1-2/+31
2023-05-23iommu: Consolidate the default_domain setup to one functionGravatar Jason Gunthorpe 1-113/+89
2023-05-23iommu: Revise iommu_group_alloc_default_domain()Gravatar Jason Gunthorpe 1-34/+37
2023-05-23iommu: Consolidate the code to calculate the target default domain typeGravatar Jason Gunthorpe 1-53/+35
2023-05-23iommu: Remove the assignment of group->domain during default domain allocGravatar Jason Gunthorpe 1-4/+0
2023-05-23iommu: Do iommu_group_create_direct_mappings() before attachGravatar Jason Gunthorpe 1-3/+5