summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Clean up the comments for iommu_group_allocLu Baolu2018-05-151-1/+0
* 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/+4
|/ /
* | 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/+2
|/
*---. 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/+6
| | | * 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/+10
|\ \
| | * iommu: Simplify and fix ida handlingHeiner Kallweit2016-07-131-18/+6
| | * iommu: Simplify init functionHeiner Kallweit2016-07-131-5/+2
| |/ |/|
| * iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel2016-07-131-0/+3
|/
* Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-191-10/+12
|\
| * iommu: Allow selecting page sizes per domainRobin Murphy2016-05-091-10/+12
* | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-191-7/+3
|\ \ | |/ |/|
| * PCI: Add support for multiple DMA aliasesJacek Lawrynowicz2016-04-111-7/+3
* | iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel2016-04-071-1/+2
|/
* iommu: Fix second argument of trace_map() to report correct paddrYoshihiro Shimoda2016-02-251-1/+2
* Revert "scatterlist: use sg_phys()"Dan Williams2015-12-151-1/+1
* iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel2015-10-221-8/+10
* iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel2015-10-221-2/+0
* iommu: Add generic_device_group() functionJoerg Roedel2015-10-221-0/+15
* iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel2015-10-221-2/+6
* iommu: Revive device_group iommu-ops call-backJoerg Roedel2015-10-221-3/+6
* scatterlist: use sg_phys()Dan Williams2015-08-171-1/+1
OpenPOWER on IntegriCloud