summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2019-12-16iommu: fix KASAN use-after-free in iommu_insert_resv_regionEric Auger
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2019-10-15iommu: Introduce guest PASID bind functionJacob Pan
2019-10-15iommu: Introduce cache_invalidate APIYi L Liu
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-09-03iommu: Don't use sme_active() in generic codeJoerg Roedel
2019-08-30iommu: Remove wrong default domain commentsTom Murphy
2019-08-30iommu: Revisit iommu_insert_resv_region() implementationEric Auger
2019-08-23iommu: Disable passthrough mode when SME is activeJoerg Roedel
2019-08-23iommu: Set default domain type at runtimeJoerg Roedel
2019-08-23iommu: Print default domain type on bootJoerg Roedel
2019-08-23iommu: Use Functions to set default domain type in iommu_set_def_domain_type()Joerg Roedel
2019-08-23iommu: Add helpers to set/get default domain typeJoerg Roedel
2019-08-23iommu: Remember when default domain type was set on kernel command lineJoerg Roedel
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel
2019-06-14Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-06-12iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regionsEric Auger
2019-06-12iommu: Fix a leak in iommu_insert_resv_regionEric Auger
2019-06-12iommu: Add recoverable fault reportingJean-Philippe Brucker
2019-06-12iommu: Introduce device fault report APIJacob Pan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-27iommu: Add API to request DMA domain for deviceLu Baolu
2019-05-27iommu: Use right function to get group for deviceLu Baolu
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