aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-07Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-9/+202
2019-04-11iommu: Bind process address spaces to devicesJean-Philippe Brucker1-0/+104
2019-04-11iommu: Add APIs for multiple domains per deviceLu Baolu1-0/+96
2019-03-25iommu: Remove iommu_callback_dataLu Baolu1-9/+2
2019-03-25iommu: Don't print warning when IOMMU driver only supports unmanaged domainsJoerg Roedel1-3/+5
2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt-d', 'x86/amd', 'hyper-v' and 'core' into nextJoerg Roedel1-6/+10
2019-02-11iommu: Use dev_printk() when possibleBjorn Helgaas1-4/+4
2019-01-16iommu: Introduce iotlb_sync_map callbackDmitry Osipenko1-2/+6
2018-12-20iommu: Check for iommu_ops == NULL in iommu_probe_device()Joerg Roedel1-1/+5
2018-12-17iommu: Consolitate ->add/remove_device() callsJoerg Roedel1-26/+25
2018-12-17iommu: Introduce wrappers around dev->iommu_fwspecJoerg Roedel1-7/+7
2018-12-03iommu: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2018-11-06iommu: Do physical merging in iommu_map_sg()Robin Murphy1-21/+20
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-21/+37
2018-10-01iommu: Add "iommu.strict" command line optionZhen Lei1-0/+14
2018-09-25iommu: Fix a typoRami Rosen1-1/+1
2018-09-25iommu: Tidy up window attributesRobin Murphy1-20/+0
2018-09-25iommu: Add fast hook for getting DMA domainsRobin Murphy1-0/+9
2018-09-25iommu/arm-smmu: Add support for the fsl-mc busNipun Gupta1-0/+13
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-3/+3
2018-07-27iommu: Add config option to set passthrough as defaultOlof Johansson1-0/+4
2018-07-27iommu: Add sysfs attribyte for domain typeOlof Johansson1-0/+32
2018-07-06iommu: Enable debugfs exposure of IOMMU driver internalsGary R Hook1-0/+2
2018-05-15iommu: Clean up the comments for iommu_group_allocLu Baolu1-1/+0
2018-05-15iommu: Remove extra NULL check when call strtobool()Andy Shevchenko1-2/+4
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit1-3/+3
2017-12-20iommu: Check the result of iommu_group_get() for NULLJordan Crouse1-0/+5
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