| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu: Move iommu_fwspec to struct dev_iommu | Joerg Roedel | 2020-03-27 | 1 | -0/+3 |
* | iommu: Rename struct iommu_param to dev_iommu | Joerg Roedel | 2020-03-27 | 1 | -14/+14 |
* | iommu: Use C99 flexible array in fwspec | Robin Murphy | 2020-02-28 | 1 | -7/+8 |
*---. | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 2020-01-24 | 1 | -2/+49 |
|\ \ \ |
|
| | | * | iommu: Implement generic_iommu_put_resv_regions() | Thierry Reding | 2019-12-23 | 1 | -0/+19 |
| | |/ |
|
| * | | drivers/iommu: Allow IOMMU bus ops to be unregistered | Will Deacon | 2019-12-23 | 1 | -0/+5 |
| * | | drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device() | Will Deacon | 2019-12-23 | 1 | -2/+17 |
| * | | drivers/iommu: Export core IOMMU API symbols to permit modular drivers | Will Deacon | 2019-12-23 | 1 | -0/+8 |
| |/ |
|
* / | iommu: Remove device link to group on failure | Jon Derrick | 2020-01-07 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-12-20 | 1 | -2/+2 |
|\ |
|
| * | iommu: set group default domain before creating direct mappings | Jerry Snitselaar | 2019-12-17 | 1 | -2/+2 |
* | | iommu: fix KASAN use-after-free in iommu_insert_resv_region | Eric Auger | 2019-12-16 | 1 | -2/+2 |
|/ |
|
*-. | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2019-11-12 | 1 | -6/+67 |
|\ \ |
|
| | * | iommu: Introduce guest PASID bind function | Jacob Pan | 2019-10-15 | 1 | -0/+20 |
| | * | iommu: Introduce cache_invalidate API | Yi L Liu | 2019-10-15 | 1 | -0/+10 |
| |/
|/| |
|
| * | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 2019-10-15 | 1 | -6/+37 |
|/ |
|
* | iommu: Don't use sme_active() in generic code | Joerg Roedel | 2019-09-03 | 1 | -2/+2 |
* | iommu: Remove wrong default domain comments | Tom Murphy | 2019-08-30 | 1 | -3/+1 |
* | iommu: Revisit iommu_insert_resv_region() implementation | Eric Auger | 2019-08-30 | 1 | -49/+47 |
* | iommu: Disable passthrough mode when SME is active | Joerg Roedel | 2019-08-23 | 1 | -0/+5 |
* | iommu: Set default domain type at runtime | Joerg Roedel | 2019-08-23 | 1 | -8/+15 |
* | iommu: Print default domain type on boot | Joerg Roedel | 2019-08-23 | 1 | -1/+29 |
* | iommu: Use Functions to set default domain type in iommu_set_def_domain_type() | Joerg Roedel | 2019-08-23 | 1 | -2/+4 |
* | iommu: Add helpers to set/get default domain type | Joerg Roedel | 2019-08-23 | 1 | -0/+22 |
* | iommu: Remember when default domain type was set on kernel command line | Joerg Roedel | 2019-08-23 | 1 | -0/+15 |
* | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 2019-07-29 | 1 | -1/+1 |
* | iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes | Will Deacon | 2019-07-24 | 1 | -7/+12 |
* | iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops | Will Deacon | 2019-07-24 | 1 | -3/+0 |
*-----. | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 2019-07-04 | 1 | -20/+238 |
|\ \ \ \ |
|
| | | | * | iommu: Add recoverable fault reporting | Jean-Philippe Brucker | 2019-06-12 | 1 | -2/+92 |
| | | | * | iommu: Introduce device fault report API | Jacob Pan | 2019-06-12 | 1 | -3/+143 |
| | | | * | iommu: Use right function to get group for device | Lu Baolu | 2019-05-27 | 1 | -3/+3 |
| | |_|/
| |/| | |
|
| | * | | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-06-14 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | iommu: Add missing new line for dma type | Lu Baolu | 2019-05-27 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
| |/ / |
|
* | | | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions | Eric Auger | 2019-06-12 | 1 | -5/+7 |
* | | | iommu: Fix a leak in iommu_insert_resv_region | Eric Auger | 2019-06-12 | 1 | -3/+5 |
* | | | iommu: Add API to request DMA domain for device | Lu Baolu | 2019-05-27 | 1 | -11/+25 |
|/ / |
|
| | | |
| \ | |
*-. \ | Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd'... | Joerg Roedel | 2019-05-07 | 1 | -9/+202 |
|\ \ \
| |_|/
|/| | |
|
| | * | iommu: Remove iommu_callback_data | Lu Baolu | 2019-03-25 | 1 | -9/+2 |
| * | | iommu: Bind process address spaces to devices | Jean-Philippe Brucker | 2019-04-11 | 1 | -0/+104 |
| * | | iommu: Add APIs for multiple domains per device | Lu Baolu | 2019-04-11 | 1 | -0/+96 |
|/ / |
|
* / | iommu: Don't print warning when IOMMU driver only supports unmanaged domains | Joerg Roedel | 2019-03-25 | 1 | -3/+5 |
|/ |
|
*-. | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 2019-03-01 | 1 | -6/+10 |
|\ \ |
|
| | * | iommu: Use dev_printk() when possible | Bjorn Helgaas | 2019-02-11 | 1 | -4/+4 |
| |/
|/| |
|
| * | iommu: Introduce iotlb_sync_map callback | Dmitry Osipenko | 2019-01-16 | 1 | -2/+6 |
|/ |
|
* | iommu: Check for iommu_ops == NULL in iommu_probe_device() | Joerg Roedel | 2018-12-20 | 1 | -1/+5 |
* | iommu: Consolitate ->add/remove_device() calls | Joerg Roedel | 2018-12-17 | 1 | -26/+25 |
* | iommu: Introduce wrappers around dev->iommu_fwspec | Joerg Roedel | 2018-12-17 | 1 | -7/+7 |
* | iommu: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2018-12-03 | 1 | -1/+2 |