aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2020-06-03iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu
2020-05-27iommu: Fix deferred domain attachmentJoerg Roedel
2020-05-06iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2020-01-07iommu: Remove device link to group on failureJon Derrick
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding
2019-12-23drivers/iommu: Allow IOMMU bus ops to be unregisteredWill Deacon
2019-12-23drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon
2019-12-23drivers/iommu: Export core IOMMU API symbols to permit modular driversWill Deacon
2019-12-20Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-12-17iommu: set group default domain before creating direct mappingsJerry Snitselaar
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