summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2021-02-121-26/+28
|\ \
| | * iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang2021-01-281-0/+10
| | * iommu: Delete iommu_dev_has_feature()John Garry2021-01-271-11/+0
| | * iommu: Delete iommu_domain_window_disable()John Garry2021-01-271-9/+0
| | * iommu: Stop exporting iommu_map_sg_atomic()John Garry2021-01-271-1/+0
| |/ |/|
| * iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson2021-02-021-1/+1
| * iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu2021-01-271-2/+2
| * iommu: Move iotlb_sync_map out from __iommu_mapYong Wu2021-01-271-5/+18
|/
* Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon2020-12-081-4/+6
|\
| * iommu: Check return of __iommu_attach_device()Shameer Kolothum2020-11-231-4/+6
* | Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon2020-12-081-8/+20
|\ \
| * | iommu: Improve the performance for direct_mappingYong Wu2020-12-071-5/+17
| * | iommu: return error code when it can't get groupYang Yingliang2020-11-261-1/+3
| * | iommu: Modify the description of iommu_sva_unbind_deviceChen Jun2020-11-171-2/+0
| |/
* | iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya2020-11-251-0/+2
* | iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya2020-11-251-1/+229
* | iommu: Move def_domain type check for untrusted device into coreLu Baolu2020-11-251-9/+7
|/
* iommu: Fix a check in iommu_check_bind_data()Dan Carpenter2020-11-031-1/+1
* Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-10/+190
|\
| * iommu/uapi: Handle data and argsz filled by usersJacob Pan2020-10-011-7/+187
| * iommu/uapi: Rename uapi functionsJacob Pan2020-10-011-9/+9
| * iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy2020-09-041-2/+2
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-1/+1
|/
*-. Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-13/+24
|\ \
| | * iommu: Mark __iommu_map_sg() as staticBaolin Wang2020-07-241-3/+3
| | * iommu: Make some functions staticWei Yongjun2020-07-221-4/+4
| | * iommu: Allow page responses without PASIDJean-Philippe Brucker2020-06-301-6/+17
| |/
* / iommu: Fix use-after-free in iommu_release_deviceQian Cai2020-07-091-1/+1
|/
* iommu: Check for deferred attach in iommu_group_do_dma_attach()Joerg Roedel2020-06-041-1/+5
*---------. Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel2020-06-021-148/+318
|\ \ \ \ \ \
| | | | | | * Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel2020-05-291-6/+11
| | | |_|_|/| | | |/| | | |
| | | | | * | iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker2020-05-291-11/+0
| | | | | * | iommu: Don't take group reference in iommu_alloc_default_domain()Joerg Roedel2020-05-251-12/+9
| | | | | * | iommu: Don't call .probe_finalize() under group->mutexJoerg Roedel2020-05-251-10/+18
| | | |_|/ / | | |/| | |
| | | | * | iommu: Remove functions that support private domainSai Praneeth Prakhya2020-05-151-65/+0
| | | |/ / | | |/| |
| | * | | Merge tag 'v5.7-rc4' into coreJoerg Roedel2020-05-131-0/+1
| | |\ \ \
| | * | | | iommu: Do not probe devices on IOMMU-less bussesThierry Reding2020-05-131-0/+3
| | | |/ / | | |/| |
| | * | | iommu: Unexport iommu_group_get_for_dev()Joerg Roedel2020-05-051-2/+2
| | * | | iommu: Move more initialization to __iommu_probe_device()Joerg Roedel2020-05-051-29/+18
| | * | | iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel2020-05-051-120/+38
| | * | | iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel2020-05-051-1/+9
| | * | | iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()Joerg Roedel2020-05-051-5/+30
| | * | | iommu: Split off default domain allocation from group assignmentJoerg Roedel2020-05-051-3/+151
| | * | | iommu: Move new probe_device path to separate functionJoerg Roedel2020-05-051-23/+46
| | * | | iommu: Keep a list of allocated groups in __iommu_probe_device()Joerg Roedel2020-05-051-2/+7
| | * | | iommu: Move default domain allocation to iommu_probe_device()Joerg Roedel2020-05-051-31/+71
| | * | | iommu: Add probe_device() and release_device() call-backsJoerg Roedel2020-05-051-6/+57
| | * | | iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya2020-05-051-3/+17
| | * | | iommu: Move default domain allocation to separate functionJoerg Roedel2020-05-051-29/+45
| |/ / /
* | | / iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu2020-05-291-1/+1
| |_|/ |/| |