aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2020-06-08iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu
2020-03-30iommu: Remove device link to group on failureJon Derrick
2019-07-26iommu: Fix a leak in iommu_insert_resv_regionEric Auger
2019-06-14Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-27iommu: Add missing new line for dma typeLu Baolu
2019-05-07Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd'...Joerg Roedel
2019-04-11iommu: Bind process address spaces to devicesJean-Philippe Brucker
2019-04-11iommu: Add APIs for multiple domains per deviceLu Baolu
2019-03-25iommu: Remove iommu_callback_dataLu Baolu
2019-03-25iommu: Don't print warning when IOMMU driver only supports unmanaged domainsJoerg Roedel
2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel
2019-02-11iommu: Use dev_printk() when possibleBjorn Helgaas
2019-01-16iommu: Introduce iotlb_sync_map callbackDmitry Osipenko
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