summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | iommu: Fix deferred domain attachmentJoerg Roedel2020-05-191-6/+11
| |/ |/|
* | iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman2020-05-011-1/+1
* | iommu: Fix the memory leak in dev_iommu_free()Kevin Hao2020-04-291-0/+1
|/
* iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel2020-03-271-0/+3
* iommu: Rename struct iommu_param to dev_iommuJoerg Roedel2020-03-271-14/+14
* iommu: Use C99 flexible array in fwspecRobin Murphy2020-02-281-7/+8
*---. Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2020-01-241-2/+49
|\ \ \
| | | * iommu: Implement generic_iommu_put_resv_regions()Thierry Reding2019-12-231-0/+19
| | |/
| * | drivers/iommu: Allow IOMMU bus ops to be unregisteredWill Deacon2019-12-231-0/+5
| * | drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon2019-12-231-2/+17
| * | drivers/iommu: Export core IOMMU API symbols to permit modular driversWill Deacon2019-12-231-0/+8
| |/
* / iommu: Remove device link to group on failureJon Derrick2020-01-071-0/+1
|/
* Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-12-201-2/+2
|\
| * iommu: set group default domain before creating direct mappingsJerry Snitselaar2019-12-171-2/+2
* | iommu: fix KASAN use-after-free in iommu_insert_resv_regionEric Auger2019-12-161-2/+2
|/
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-6/+67
|\ \
| | * iommu: Introduce guest PASID bind functionJacob Pan2019-10-151-0/+20
| | * iommu: Introduce cache_invalidate APIYi L Liu2019-10-151-0/+10
| |/ |/|
| * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-6/+37
|/
* iommu: Don't use sme_active() in generic codeJoerg Roedel2019-09-031-2/+2
* iommu: Remove wrong default domain commentsTom Murphy2019-08-301-3/+1
* iommu: Revisit iommu_insert_resv_region() implementationEric Auger2019-08-301-49/+47
* iommu: Disable passthrough mode when SME is activeJoerg Roedel2019-08-231-0/+5
* iommu: Set default domain type at runtimeJoerg Roedel2019-08-231-8/+15
* iommu: Print default domain type on bootJoerg Roedel2019-08-231-1/+29
* iommu: Use Functions to set default domain type in iommu_set_def_domain_type()Joerg Roedel2019-08-231-2/+4
* iommu: Add helpers to set/get default domain typeJoerg Roedel2019-08-231-0/+22