summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-20/+238
|\ \ \ \
| | | | * iommu: Add recoverable fault reportingJean-Philippe Brucker2019-06-121-2/+92
| | | | * iommu: Introduce device fault report APIJacob Pan2019-06-121-3/+143
| | | | * iommu: Use right function to get group for deviceLu Baolu2019-05-271-3/+3
| | |_|/ | |/| |
| | * | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-06-141-1/+1
| | |\ \
| | | * | iommu: Add missing new line for dma typeLu Baolu2019-05-271-1/+1
| | |/ / | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
| |/ /
* | | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regionsEric Auger2019-06-121-5/+7
* | | iommu: Fix a leak in iommu_insert_resv_regionEric Auger2019-06-121-3/+5
* | | iommu: Add API to request DMA domain for deviceLu Baolu2019-05-271-11/+25
|/ /
| |
| \
*-. \ Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd'...Joerg Roedel2019-05-071-9/+202
|\ \ \ | |_|/ |/| |
| | * iommu: Remove iommu_callback_dataLu Baolu2019-03-251-9/+2
| * | iommu: Bind process address spaces to devicesJean-Philippe Brucker2019-04-111-0/+104
| * | iommu: Add APIs for multiple domains per deviceLu Baolu2019-04-111-0/+96
|/ /
* / iommu: Don't print warning when IOMMU driver only supports unmanaged domainsJoerg Roedel2019-03-251-3/+5
|/
*-. Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-011-6/+10
|\ \
| | * iommu: Use dev_printk() when possibleBjorn Helgaas2019-02-111-4/+4
| |/ |/|
| * iommu: Introduce iotlb_sync_map callbackDmitry Osipenko2019-01-161-2/+6
|/
* iommu: Check for iommu_ops == NULL in iommu_probe_device()Joerg Roedel2018-12-201-1/+5
* iommu: Consolitate ->add/remove_device() callsJoerg Roedel2018-12-171-26/+25
* iommu: Introduce wrappers around dev->iommu_fwspecJoerg Roedel2018-12-171-7/+7
* iommu: Audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-031-1/+2
* iommu: Do physical merging in iommu_map_sg()Robin Murphy2018-11-061-21/+20
*---. Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-21/+37
|\ \ \
| | | * iommu: Fix a typoRami Rosen2018-09-251-1/+1
| | | * iommu: Tidy up window attributesRobin Murphy2018-09-251-20/+0
| | | * iommu: Add fast hook for getting DMA domainsRobin Murphy2018-09-251-0/+9
| |_|/ |/| |
| | * iommu/arm-smmu: Add support for the fsl-mc busNipun Gupta2018-09-251-0/+13
| |/ |/|
| * iommu: Add "iommu.strict" command line optionZhen Lei2018-10-011-0/+14
|/
* iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-3/+3
* iommu: Add config option to set passthrough as defaultOlof Johansson2018-07-271-0/+4
* iommu: Add sysfs attribyte for domain typeOlof Johansson2018-07-271-0/+32
* iommu: Enable debugfs exposure of IOMMU driver internalsGary R Hook2018-07-061-0/+2
* iommu: Clean up the comments for iommu_group_allocLu Baolu2018-05-151-1/+0
* iommu: Remove extra NULL check when call strtobool()Andy Shevchenko2018-05-151-2/+4
* iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-131-3/+3
* iommu: Check the result of iommu_group_get() for NULLJordan Crouse2017-12-201-0/+5
*-----. Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel2017-09-011-18/+41
|\ \ \ \
| | | | * iommu: Introduce Interface for IOMMU TLB FlushingJoerg Roedel2017-08-301-4/+28
| | | | * iommu: Avoid NULL group dereferenceRobin Murphy2017-08-181-0/+2
| | |_|/ | |/| |
| | | * iommu: Add is_attach_deferred call-back to iommu-opsBaoquan He2017-08-151-0/+8
| |_|/ |/| |
| * | iommu: Finish making iommu_group support mandatoryRobin Murphy2017-08-101-15/+4
|/ /
* | iommu: Warn once when device_group callback returns NULLJoerg Roedel2017-06-281-0/+3
* | iommu: Return ERR_PTR() values from device_group call-backsJoerg Roedel2017-06-281-12/+2
|/
*---. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-041-7/+76
|\ \ \
| | | * iommu: Move report_iommu_fault() to iommu.cJoerg Roedel2017-04-271-0/+42
| | | * iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan2017-04-201-2/+6
| |_|/ |/| |
| | * iommu: Allow default domain type to be set on the kernel command lineWill Deacon2017-04-061-3/+25
| |/
| * iommu: Disambiguate MSI region typesRobin Murphy2017-03-221-2/+3
|/
*---. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-62/+223
|\ \ \