summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2018-12-20iommu: Check for iommu_ops == NULL in iommu_probe_device()Joerg Roedel
2018-12-17iommu: Consolitate ->add/remove_device() callsJoerg Roedel
2018-12-17iommu: Introduce wrappers around dev->iommu_fwspecJoerg Roedel
2018-12-03iommu: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-11-06iommu: Do physical merging in iommu_map_sg()Robin Murphy
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel
2018-10-01iommu: Add "iommu.strict" command line optionZhen Lei
2018-09-25iommu: Fix a typoRami Rosen
2018-09-25iommu: Tidy up window attributesRobin Murphy
2018-09-25iommu: Add fast hook for getting DMA domainsRobin Murphy
2018-09-25iommu/arm-smmu: Add support for the fsl-mc busNipun Gupta
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig
2018-07-27iommu: Add config option to set passthrough as defaultOlof Johansson
2018-07-27iommu: Add sysfs attribyte for domain typeOlof Johansson
2018-07-06iommu: Enable debugfs exposure of IOMMU driver internalsGary R Hook
2018-05-15iommu: Clean up the comments for iommu_group_allocLu Baolu
2018-05-15iommu: Remove extra NULL check when call strtobool()Andy Shevchenko
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit
2017-12-20iommu: Check the result of iommu_group_get() for NULLJordan Crouse
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