Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -6/+67 |
2019-10-15 | iommu: Introduce guest PASID bind function | Jacob Pan | 1 | -0/+20 |
2019-10-15 | iommu: Introduce cache_invalidate API | Yi L Liu | 1 | -0/+10 |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 1 | -6/+37 |
2019-09-03 | iommu: Don't use sme_active() in generic code | Joerg Roedel | 1 | -2/+2 |
2019-08-30 | iommu: Remove wrong default domain comments | Tom Murphy | 1 | -3/+1 |
2019-08-30 | iommu: Revisit iommu_insert_resv_region() implementation | Eric Auger | 1 | -49/+47 |
2019-08-23 | iommu: Disable passthrough mode when SME is active | Joerg Roedel | 1 | -0/+5 |
2019-08-23 | iommu: Set default domain type at runtime | Joerg Roedel | 1 | -8/+15 |
2019-08-23 | iommu: Print default domain type on boot | Joerg Roedel | 1 | -1/+29 |
2019-08-23 | iommu: Use Functions to set default domain type in iommu_set_def_domain_type() | Joerg Roedel | 1 | -2/+4 |
2019-08-23 | iommu: Add helpers to set/get default domain type | Joerg Roedel | 1 | -0/+22 |
2019-08-23 | iommu: Remember when default domain type was set on kernel command line | Joerg Roedel | 1 | -0/+15 |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 1 | -1/+1 |
2019-07-24 | iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes | Will Deacon | 1 | -7/+12 |
2019-07-24 | iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops | Will Deacon | 1 | -3/+0 |
2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 1 | -20/+238 |
2019-06-14 | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2019-06-12 | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions | Eric Auger | 1 | -5/+7 |
2019-06-12 | iommu: Fix a leak in iommu_insert_resv_region | Eric Auger | 1 | -3/+5 |
2019-06-12 | iommu: Add recoverable fault reporting | Jean-Philippe Brucker | 1 | -2/+92 |
2019-06-12 | iommu: Introduce device fault report API | Jacob Pan | 1 | -3/+143 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
2019-05-27 | iommu: Add API to request DMA domain for device | Lu Baolu | 1 | -11/+25 |
2019-05-27 | iommu: Use right function to get group for device | Lu Baolu | 1 | -3/+3 |
2019-05-27 | iommu: Add missing new line for dma type | Lu Baolu | 1 | -1/+1 |
2019-05-07 | Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd'... | Joerg Roedel | 1 | -9/+202 |
2019-04-11 | iommu: Bind process address spaces to devices | Jean-Philippe Brucker | 1 | -0/+104 |
2019-04-11 | iommu: Add APIs for multiple domains per device | Lu Baolu | 1 | -0/+96 |
2019-03-25 | iommu: Remove iommu_callback_data | Lu Baolu | 1 | -9/+2 |
2019-03-25 | iommu: Don't print warning when IOMMU driver only supports unmanaged domains | Joerg Roedel | 1 | -3/+5 |
2019-03-01 | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 1 | -6/+10 |
2019-02-11 | iommu: Use dev_printk() when possible | Bjorn Helgaas | 1 | -4/+4 |
2019-01-16 | iommu: Introduce iotlb_sync_map callback | Dmitry Osipenko | 1 | -2/+6 |
2018-12-20 | iommu: Check for iommu_ops == NULL in iommu_probe_device() | Joerg Roedel | 1 | -1/+5 |
2018-12-17 | iommu: Consolitate ->add/remove_device() calls | Joerg Roedel | 1 | -26/+25 |
2018-12-17 | iommu: Introduce wrappers around dev->iommu_fwspec | Joerg Roedel | 1 | -7/+7 |
2018-12-03 | iommu: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+2 |
2018-11-06 | iommu: Do physical merging in iommu_map_sg() | Robin Murphy | 1 | -21/+20 |
2018-10-10 | Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a... | Joerg Roedel | 1 | -21/+37 |
2018-10-01 | iommu: Add "iommu.strict" command line option | Zhen Lei | 1 | -0/+14 |
2018-09-25 | iommu: Fix a typo | Rami Rosen | 1 | -1/+1 |
2018-09-25 | iommu: Tidy up window attributes | Robin Murphy | 1 | -20/+0 |
2018-09-25 | iommu: Add fast hook for getting DMA domains | Robin Murphy | 1 | -0/+9 |
2018-09-25 | iommu/arm-smmu: Add support for the fsl-mc bus | Nipun Gupta | 1 | -0/+13 |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 1 | -3/+3 |
2018-07-27 | iommu: Add config option to set passthrough as default | Olof Johansson | 1 | -0/+4 |
2018-07-27 | iommu: Add sysfs attribyte for domain type | Olof Johansson | 1 | -0/+32 |
2018-07-06 | iommu: Enable debugfs exposure of IOMMU driver internals | Gary R Hook | 1 | -0/+2 |
2018-05-15 | iommu: Clean up the comments for iommu_group_alloc | Lu Baolu | 1 | -1/+0 |