summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-. 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
* iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel2015-06-291-1/+12
*---. Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel2015-06-191-27/+346
|\ \ \
| | | * iommu: Checking for NULL instead of IS_ERRDan Carpenter2015-06-111-11/+12
| | | * iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel2015-06-111-0/+53
| | | * iommu: Add function to query the default domain of a groupJoerg Roedel2015-06-091-0/+5
| | | * iommu: Create direct mappings in default domainsJoerg Roedel2015-06-091-0/+48
| | | * iommu: Introduce direct mapped region handlingJoerg Roedel2015-06-091-0/+16
| | | * iommu: Add iommu_get_domain_for_dev functionJoerg Roedel2015-06-091-0/+18
| | | * iommu: Make sure a device is always attached to a domainJoerg Roedel2015-06-091-8/+76
| | | * iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel2015-06-091-4/+67
| | | * iommu: Allocate a default domain for iommu groupsJoerg Roedel2015-06-091-4/+27
| | | * iommu: Call remove_device call-back after driver releaseJoerg Roedel2015-06-051-1/+1
| | | * iommu: Clean up after a failed bus initializationJoerg Roedel2015-06-051-9/+26
| | | * iommu: Propagate error in add_iommu_groupJoerg Roedel2015-06-051-3/+1
| | | * iommu: Add a few printk messages to group handling codeJoerg Roedel2015-06-051-0/+9
| | | * iommu: Remove function name from pr_fmt()Joerg Roedel2015-06-051-1/+1
| |_|/ |/| |
| * | iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski2015-05-291-1/+1
|/ /
* | iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel2015-03-311-28/+2
* | iommu: Only allow iommu_map/unmap for paging domainsJoerg Roedel2015-03-311-0/+6
* | iommu: Introduce iommu domain typesJoerg Roedel2015-03-311-2/+3
* | iommu: Introduce domain_alloc and domain_free iommu_opsJoerg Roedel2015-03-311-8/+21
|/
* iommu: Update my email addressJoerg Roedel2015-02-041-1/+1
* iommu: Fix trace_map() to report original iova and original sizeShuah Khan2015-01-261-1/+1
* iommu: Change trace unmap api to report unmapped sizeShuah Khan2015-01-191-1/+1
* iommu: Fix trace_unmap() to report original iovaShuah Khan2015-01-191-1/+2
* Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-161-1/+1
|\
| * iommu: fix initialization without 'add_device' callbackMarek Szyprowski2014-12-011-1/+1
* | iommu: Decouple iommu_map_sg from CPU page sizeRobin Murphy2014-12-021-5/+15
* | iommu: Improve error handling when setting bus iommuHeiko Stübner2014-11-041-2/+16
* | iommu: Do more input validation in iommu_map_sg()Joerg Roedel2014-11-041-11/+18
* | iommu: Add iommu_map_sg() functionOlav Haugan2014-11-041-0/+25
|/
* iommu: Fix bus notifier breakageMark Salter2014-09-251-10/+16
* iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson2014-09-251-67/+96
OpenPOWER on IntegriCloud