aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-26/+28
2021-02-02iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson1-1/+1
2021-01-28iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang1-0/+10
2021-01-27iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu1-2/+2
2021-01-27iommu: Move iotlb_sync_map out from __iommu_mapYong Wu1-5/+18
2021-01-27iommu: Delete iommu_dev_has_feature()John Garry1-11/+0
2021-01-27iommu: Delete iommu_domain_window_disable()John Garry1-9/+0
2021-01-27iommu: Stop exporting iommu_map_sg_atomic()John Garry1-1/+0
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon1-4/+6
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon1-8/+20
2020-12-07iommu: Improve the performance for direct_mappingYong Wu1-5/+17
2020-11-26iommu: return error code when it can't get groupYang Yingliang1-1/+3
2020-11-25iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya1-0/+2
2020-11-25iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya1-1/+229
2020-11-25iommu: Move def_domain type check for untrusted device into coreLu Baolu1-9/+7
2020-11-23iommu: Check return of __iommu_attach_device()Shameer Kolothum1-4/+6
2020-11-17iommu: Modify the description of iommu_sva_unbind_deviceChen Jun1-2/+0
2020-11-03iommu: Fix a check in iommu_check_bind_data()Dan Carpenter1-1/+1
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-10/+190
2020-10-01iommu/uapi: Handle data and argsz filled by usersJacob Pan1-7/+187
2020-10-01iommu/uapi: Rename uapi functionsJacob Pan1-9/+9
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-1/+1
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy1-2/+2
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-13/+24
2020-07-24iommu: Mark __iommu_map_sg() as staticBaolin Wang1-3/+3
2020-07-22iommu: Make some functions staticWei Yongjun1-4/+4
2020-07-09iommu: Fix use-after-free in iommu_release_deviceQian Cai1-1/+1
2020-06-30iommu: Allow page responses without PASIDJean-Philippe Brucker1-6/+17
2020-06-04iommu: Check for deferred attach in iommu_group_do_dma_attach()Joerg Roedel1-1/+5
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v', 'core' and 'x86/amd' into nextJoerg Roedel1-148/+318
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel1-6/+11
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker1-11/+0
2020-05-25iommu: Don't take group reference in iommu_alloc_default_domain()Joerg Roedel1-12/+9
2020-05-25iommu: Don't call .probe_finalize() under group->mutexJoerg Roedel1-10/+18
2020-05-19iommu: Fix deferred domain attachmentJoerg Roedel1-6/+11
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya1-65/+0
2020-05-13Merge tag 'v5.7-rc4' into coreJoerg Roedel1-0/+1
2020-05-13iommu: Do not probe devices on IOMMU-less bussesThierry Reding1-0/+3
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel1-2/+2
2020-05-05iommu: Move more initialization to __iommu_probe_device()Joerg Roedel1-29/+18
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel1-120/+38
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel1-1/+9
2020-05-05iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()Joerg Roedel1-5/+30
2020-05-05iommu: Split off default domain allocation from group assignmentJoerg Roedel1-3/+151
2020-05-05iommu: Move new probe_device path to separate functionJoerg Roedel1-23/+46
2020-05-05iommu: Keep a list of allocated groups in __iommu_probe_device()Joerg Roedel1-2/+7
2020-05-05iommu: Move default domain allocation to iommu_probe_device()Joerg Roedel1-31/+71
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel1-6/+57
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya1-3/+17