summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel
2017-08-30iommu: Introduce Interface for IOMMU TLB FlushingJoerg Roedel
2017-08-18iommu: Avoid NULL group dereferenceRobin Murphy
2017-08-15iommu: Add is_attach_deferred call-back to iommu-opsBaoquan He
2017-08-10iommu: Finish making iommu_group support mandatoryRobin Murphy
2017-06-28iommu: Warn once when device_group callback returns NULLJoerg Roedel
2017-06-28iommu: Return ERR_PTR() values from device_group call-backsJoerg Roedel
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel
2017-04-27iommu: Move report_iommu_fault() to iommu.cJoerg Roedel
2017-04-20iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan
2017-04-06iommu: Allow default domain type to be set on the kernel command lineWill Deacon
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel
2017-02-10iommu: Rename struct iommu_deviceJoerg Roedel
2017-02-10iommu: Rename iommu_get_instance()Joerg Roedel
2017-02-06iommu: Fix static checker warning in iommu_insert_device_resv_regionsEric Auger
2017-02-06iommu: Avoid unnecessary assignment of dev->iommu_fwspecZhen Lei
2017-01-23iommu: Implement reserved_regions iommu-group sysfs fileEric Auger
2017-01-23iommu: iommu_get_group_resv_regionsEric Auger
2017-01-23iommu: Only map direct mapped regionsEric Auger
2017-01-23iommu: iommu_alloc_resv_regionEric Auger
2017-01-23iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger
2017-01-17iommu: Handle default domain attach failureRobin Murphy
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi
2016-11-15iommu: Allow taking a reference on a group directlyRobin Murphy
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Joerg Roedel
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel
2016-07-13iommu: Simplify and fix ida handlingHeiner Kallweit
2016-07-13iommu: Simplify init functionHeiner Kallweit
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz
2016-04-07iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel
2016-02-25iommu: Fix second argument of trace_map() to report correct paddrYoshihiro Shimoda
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams
2015-10-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel
2015-10-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel
2015-08-17scatterlist: use sg_phys()Dan Williams
2015-06-29iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel