summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2023-05-23iommu: Fix iommu_probe_device() to attach the right domainJason Gunthorpe
2023-05-23iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domainJason Gunthorpe
2023-05-23iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()Jason Gunthorpe
2023-05-23iommu: Replace __iommu_group_dma_first_attach() with set_domainJason Gunthorpe
2023-05-23iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()Jason Gunthorpe
2023-05-23iommu: Use __iommu_group_set_domain() for __iommu_attach_group()Jason Gunthorpe
2023-05-23iommu: Make __iommu_group_set_domain() handle error unwindJason Gunthorpe
2023-05-23iommu: Add for_each_group_device()Jason Gunthorpe
2023-05-23iommu: Replace iommu_group_device_count() with list_count_nodes()Jason Gunthorpe
2023-05-22iommu: Suppress empty whitespaces in printsFlorian Fainelli
2023-05-22iommu: Use flush queue capabilityRobin Murphy
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy
2023-05-22iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh
2023-05-22iommu/amd: Add missing domain type checksJason Gunthorpe
2023-05-22iommu/amd: Fix up merge conflict resolutionJerry Snitselaar
2023-05-22iommu/amd: Update copyright noticeCarlos Bilbao
2023-05-22iommu/amd: Use page mode macros in fetch_pte()Jerry Snitselaar
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins
2023-05-22iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins
2023-05-22iommu/iova: Optimize iova_magazine_alloc()Zhen Lei
2023-05-22iommu/rockchip: Fix unwind goto issueChao Wang
2023-05-22iommu: Make IPMMU_VMSA dependencies more strictRandy Dunlap
2023-05-19Merge tag 'drm-fixes-2023-05-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-05-19Merge tag 'drm-msm-fixes-2023-05-17' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2023-05-17iommu/arm-smmu-qcom: Fix missing adreno_smmu'sRob Clark
2023-05-17s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMUJason Gunthorpe
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-14iommu: Remove iommu_group_get_by_id()Jason Gunthorpe
2023-04-14iommu: Make iommu_release_device() staticJason Gunthorpe
2023-04-13iommu/sun50i: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-13iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope()Tina Zhang
2023-04-13iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn)Tina Zhang
2023-04-13iommu/vt-d: Remove BUG_ON in map/unmap()Tina Zhang
2023-04-13iommu/vt-d: Remove BUG_ON when domain->pgd is NULLTina Zhang
2023-04-13iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidationTina Zhang
2023-04-13iommu/vt-d: Remove BUG_ON on checking valid pfn rangeTina Zhang
2023-04-13iommu/vt-d: Make size of operands same in bitwise operationsTina Zhang
2023-04-13iommu/vt-d: Remove PASID supervisor request supportJacob Pan
2023-04-13iommu/vt-d: Use non-privileged mode for all PASIDsJacob Pan
2023-04-13iommu/vt-d: Remove extern from function prototypesLu Baolu
2023-04-13iommu/vt-d: Do not use GFP_ATOMIC when not neededChristophe JAILLET
2023-04-13iommu/vt-d: Remove unnecessary checks in iopf disabling pathLu Baolu
2023-04-13iommu/vt-d: Move PRI handling to IOPF feature pathLu Baolu
2023-04-13iommu/vt-d: Move pfsid and ats_qdep calculation to device probe pathLu Baolu