summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Check for iommu_ops == NULL in iommu_probe_device()Joerg Roedel2018-12-201-1/+5
* iommu: Consolitate ->add/remove_device() callsJoerg Roedel2018-12-171-26/+25Star
* iommu: Introduce wrappers around dev->iommu_fwspecJoerg Roedel2018-12-171-7/+7
* iommu: Audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-031-1/+2
* iommu: Do physical merging in iommu_map_sg()Robin Murphy2018-11-061-21/+20Star
*---. Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-21/+37
|\ \ \
| | | * iommu: Fix a typoRami Rosen2018-09-251-1/+1
| | | * iommu: Tidy up window attributesRobin Murphy2018-09-251-20/+0Star
| | | * iommu: Add fast hook for getting DMA domainsRobin Murphy2018-09-251-0/+9
| |_|/ |/| |
| | * iommu/arm-smmu: Add support for the fsl-mc busNipun Gupta2018-09-251-0/+13
| |/ |/|
| * iommu: Add "iommu.strict" command line optionZhen Lei2018-10-011-0/+14
|/
* iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-3/+3
* iommu: Add config option to set passthrough as defaultOlof Johansson2018-07-271-0/+4
* iommu: Add sysfs attribyte for domain typeOlof Johansson2018-07-271-0/+32
* iommu: Enable debugfs exposure of IOMMU driver internalsGary R Hook2018-07-061-0/+2
* iommu: Clean up the comments for iommu_group_allocLu Baolu2018-05-151-1/+0Star
* iommu: Remove extra NULL check when call strtobool()Andy Shevchenko2018-05-151-2/+4
* iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-131-3/+3
* iommu: Check the result of iommu_group_get() for NULLJordan Crouse2017-12-201-0/+5
*-----. Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel2017-09-011-18/+41
|\ \ \ \
| | | | * iommu: Introduce Interface for IOMMU TLB FlushingJoerg Roedel2017-08-301-4/+28
| | | | * iommu: Avoid NULL group dereferenceRobin Murphy2017-08-181-0/+2
| | |_|/ | |/| |
| | | * iommu: Add is_attach_deferred call-back to iommu-opsBaoquan He2017-08-151-0/+8
| |_|/ |/| |
| * | iommu: Finish making iommu_group support mandatoryRobin Murphy2017-08-101-15/+4Star
|/ /
* | iommu: Warn once when device_group callback returns NULLJoerg Roedel2017-06-281-0/+3
* | iommu: Return ERR_PTR() values from device_group call-backsJoerg Roedel2017-06-281-12/+2Star
|/
*---. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-041-7/+76
|\ \ \
| | | * iommu: Move report_iommu_fault() to iommu.cJoerg Roedel2017-04-271-0/+42
| | | * iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan2017-04-201-2/+6
| |_|/ |/| |
| | * iommu: Allow default domain type to be set on the kernel command lineWill Deacon2017-04-061-3/+25
| |/
| * iommu: Disambiguate MSI region typesRobin Murphy2017-03-221-2/+3
|/
*---. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-62/+223
|\ \ \
| | | * iommu: Remove iommu_register_instance interfaceJoerg Roedel2017-02-101-31/+6Star
| | | * iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-101-0/+19
| | | * iommu: Rename struct iommu_deviceJoerg Roedel2017-02-101-5/+5
| | | * iommu: Rename iommu_get_instance()Joerg Roedel2017-02-101-1/+1
| | | * iommu: Handle default domain attach failureRobin Murphy2017-01-171-13/+24
| |_|/ |/| |
| | * iommu: Fix static checker warning in iommu_insert_device_resv_regionsEric Auger2017-02-061-1/+1
| | * iommu: Avoid unnecessary assignment of dev->iommu_fwspecZhen Lei2017-02-061-1/+2
| | * iommu: Implement reserved_regions iommu-group sysfs fileEric Auger2017-01-231-0/+36
| | * iommu: iommu_get_group_resv_regionsEric Auger2017-01-231-0/+98
| | * iommu: Only map direct mapped regionsEric Auger2017-01-231-0/+3
| | * iommu: iommu_alloc_resv_regionEric Auger2017-01-231-0/+18
| | * iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger2017-01-231-11/+11
| |/ |/|
| |
| \
*-. \ Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel2016-12-061-0/+53
|\ \ \ | |_|/ |/| |
| | * iommu: Allow taking a reference on a group directlyRobin Murphy2016-11-151-0/+13
| |/ |/|
| * iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi2016-11-291-0/+40
|/
* iommu: Introduce iommu_fwspecRobin Murphy2016-09-161-0/+58
*-. Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Joerg Roedel2016-07-261-22/+10Star
|\ \
| | * iommu: Simplify and fix ida handlingHeiner Kallweit2016-07-131-18/+6Star