aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-18/+41
2017-08-30iommu: Introduce Interface for IOMMU TLB FlushingJoerg Roedel1-4/+28
2017-08-18iommu: Avoid NULL group dereferenceRobin Murphy1-0/+2
2017-08-15iommu: Add is_attach_deferred call-back to iommu-opsBaoquan He1-0/+8
2017-08-10iommu: Finish making iommu_group support mandatoryRobin Murphy1-15/+4
2017-06-28iommu: Warn once when device_group callback returns NULLJoerg Roedel1-0/+3
2017-06-28iommu: Return ERR_PTR() values from device_group call-backsJoerg Roedel1-12/+2
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-7/+76
2017-04-27iommu: Move report_iommu_fault() to iommu.cJoerg Roedel1-0/+42
2017-04-20iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan1-2/+6
2017-04-06iommu: Allow default domain type to be set on the kernel command lineWill Deacon1-3/+25
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-2/+3
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-62/+223
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-31/+6
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-0/+19
2017-02-10iommu: Rename struct iommu_deviceJoerg Roedel1-5/+5
2017-02-10iommu: Rename iommu_get_instance()Joerg Roedel1-1/+1
2017-02-06iommu: Fix static checker warning in iommu_insert_device_resv_regionsEric Auger1-1/+1
2017-02-06iommu: Avoid unnecessary assignment of dev->iommu_fwspecZhen Lei1-1/+2
2017-01-23iommu: Implement reserved_regions iommu-group sysfs fileEric Auger1-0/+36
2017-01-23iommu: iommu_get_group_resv_regionsEric Auger1-0/+98
2017-01-23iommu: Only map direct mapped regionsEric Auger1-0/+3
2017-01-23iommu: iommu_alloc_resv_regionEric Auger1-0/+18
2017-01-23iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger1-11/+11
2017-01-17iommu: Handle default domain attach failureRobin Murphy1-13/+24
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-0/+53
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi1-0/+40
2016-11-15iommu: Allow taking a reference on a group directlyRobin Murphy1-0/+13
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy1-0/+58
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/rockchip', 'arm/smmu' and 'core' into nextJoerg Roedel1-22/+10
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel1-0/+3
2016-07-13iommu: Simplify and fix ida handlingHeiner Kallweit1-18/+6
2016-07-13iommu: Simplify init functionHeiner Kallweit1-5/+2
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-10/+12
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+3
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-10/+12
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz1-7/+3
2016-04-07iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel1-1/+2
2016-02-25iommu: Fix second argument of trace_map() to report correct paddrYoshihiro Shimoda1-1/+2
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-1/+1
2015-10-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel1-8/+10
2015-10-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel1-2/+0
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel1-0/+15
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel1-2/+6
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel1-3/+6
2015-08-17scatterlist: use sg_phys()Dan Williams1-1/+1
2015-06-29iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel1-1/+12
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into nextJoerg Roedel1-27/+346
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter1-11/+12
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel1-0/+53