summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-05iommu: Move more initialization to __iommu_probe_device()Joerg Roedel1-29/+18
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel1-120/+38
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel1-1/+9
2020-05-05iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()Joerg Roedel1-5/+30
2020-05-05iommu: Split off default domain allocation from group assignmentJoerg Roedel1-3/+151
2020-05-05iommu: Move new probe_device path to separate functionJoerg Roedel1-23/+46
2020-05-05iommu: Keep a list of allocated groups in __iommu_probe_device()Joerg Roedel1-2/+7
2020-05-05iommu: Move default domain allocation to iommu_probe_device()Joerg Roedel1-31/+71
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel1-6/+57
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya1-3/+17
2020-05-05iommu: Move default domain allocation to separate functionJoerg Roedel1-29/+45
2020-05-01iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman1-1/+1
2020-04-29iommu: Fix the memory leak in dev_iommu_free()Kevin Hao1-0/+1
2020-03-27iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel1-0/+3
2020-03-27iommu: Rename struct iommu_param to dev_iommuJoerg Roedel1-14/+14
2020-02-28iommu: Use C99 flexible array in fwspecRobin Murphy1-7/+8
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel1-2/+49
2020-01-07iommu: Remove device link to group on failureJon Derrick1-0/+1
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding1-0/+19
2019-12-23drivers/iommu: Allow IOMMU bus ops to be unregisteredWill Deacon1-0/+5
2019-12-23drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon1-2/+17
2019-12-23drivers/iommu: Export core IOMMU API symbols to permit modular driversWill Deacon1-0/+8
2019-12-20Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2019-12-17iommu: set group default domain before creating direct mappingsJerry Snitselaar1-2/+2
2019-12-16iommu: fix KASAN use-after-free in iommu_insert_resv_regionEric Auger1-2/+2
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-6/+67
2019-10-15iommu: Introduce guest PASID bind functionJacob Pan1-0/+20
2019-10-15iommu: Introduce cache_invalidate APIYi L Liu1-0/+10
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-6/+37
2019-09-03iommu: Don't use sme_active() in generic codeJoerg Roedel1-2/+2
2019-08-30iommu: Remove wrong default domain commentsTom Murphy1-3/+1
2019-08-30iommu: Revisit iommu_insert_resv_region() implementationEric Auger1-49/+47
2019-08-23iommu: Disable passthrough mode when SME is activeJoerg Roedel1-0/+5
2019-08-23iommu: Set default domain type at runtimeJoerg Roedel1-8/+15
2019-08-23iommu: Print default domain type on bootJoerg Roedel1-1/+29
2019-08-23iommu: Use Functions to set default domain type in iommu_set_def_domain_type()Joerg Roedel1-2/+4
2019-08-23iommu: Add helpers to set/get default domain typeJoerg Roedel1-0/+22
2019-08-23iommu: Remember when default domain type was set on kernel command lineJoerg Roedel1-0/+15
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-1/+1
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon1-7/+12
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon1-3/+0
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel1-20/+238
2019-06-14Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2019-06-12iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regionsEric Auger1-5/+7
2019-06-12iommu: Fix a leak in iommu_insert_resv_regionEric Auger1-3/+5
2019-06-12iommu: Add recoverable fault reportingJean-Philippe Brucker1-2/+92
2019-06-12iommu: Introduce device fault report APIJacob Pan1-3/+143
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-27iommu: Add API to request DMA domain for deviceLu Baolu1-11/+25
2019-05-27iommu: Use right function to get group for deviceLu Baolu1-3/+3