summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----------. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101244-8002/+13484
|\ \ \ \ \ \ \
| | | | | | | * iommu: Remove iommu_register_instance interfaceJoerg Roedel2017-02-108-52/+6
| | | | | | | * iommu/exynos: Make use of iommu_device_register interfaceJoerg Roedel2017-02-101-0/+14
| | | | | | | * iommu/mediatek: Make use of iommu_device_register interfaceJoerg Roedel2017-02-102-0/+28
| | | | | | | * iommu/msm: Make use of iommu_device_register interfaceJoerg Roedel2017-02-102-0/+76
| | | | | | | * iommu/arm-smmu: Make use of the iommu_register interfaceJoerg Roedel2017-02-102-1/+51
| | | | | | | * iommu: Add iommu_device_set_fwnode() interfaceJoerg Roedel2017-02-101-0/+12
| | | | | | | * iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel2017-02-104-14/+14
| | | | | | | * iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel2017-02-108-69/+61
| | | | | | | * iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-108-4/+77
| | | | | | | * iommu: Rename struct iommu_deviceJoerg Roedel2017-02-101-5/+5
| | | | | | | * iommu: Rename iommu_get_instance()Joerg Roedel2017-02-104-5/+5
| | | | | | | * iommu: Handle default domain attach failureRobin Murphy2017-01-171-13/+24
| | | | | | | * iommu/iova: Use rb_entry()Geliang Tang2017-01-041-12/+11
| | | | | | * | iommu/vt-d: Don't over-free page table directoriesDavid Dillow2017-01-311-1/+1
| | | | | | * | iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj2017-01-311-1/+2
| | | | | | * | iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommuCQ Tang2017-01-311-7/+7
| | | | | * | | vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun2017-02-101-2/+5
| | | | | * | | iommu: Fix static checker warning in iommu_insert_device_resv_regionsEric Auger2017-02-061-1/+1
| | | | | * | | iommu: Avoid unnecessary assignment of dev->iommu_fwspecZhen Lei2017-02-061-1/+2
| | | | | * | | iommu/dma: Remove bogus dma_supported() implementationRobin Murphy2017-02-063-12/+0
| | | | | * | | iommu/dma: Implement PCI allocation optimisationRobin Murphy2017-01-301-6/+15
| | | | | * | | iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy2017-01-301-5/+18
| | | | | * | | Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel2017-01-3012-48/+82
| | | | | |\ \ \
| | | | | | * | | Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"Robin Murphy2017-01-191-6/+1
| | | | | | * | | iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'Sricharan R2017-01-191-1/+1
| | | | | | * | | dmaengine: pl330: Make sure microcode is privilegedMitchel Humpherys2017-01-191-2/+3
| | | | | | * | | arm/dma-mapping: Implement DMA_ATTR_PRIVILEGEDSricharan R2017-01-191-30/+30
| | | | | | * | | arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys2017-01-193-7/+14
| | | | | | * | | common: DMA-mapping: add DMA_ATTR_PRIVILEGED attributeMitchel Humpherys2017-01-192-0/+17
| | | | | | * | | iommu/io-pgtable-arm-v7s: Add support for the IOMMU_PRIV flagRobin Murphy2017-01-191-1/+5
| | | | | | * | | iommu/io-pgtable-arm: add support for the IOMMU_PRIV flagJeremy Gebben2017-01-191-1/+4
| | | | | | * | | iommu: add IOMMU_PRIV attributeMitchel Humpherys2017-01-191-0/+7
| | | | | * | | | Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel2017-01-3014-93/+590
| | | | | |\ \ \ \ | | | | | | |_|/ / | | | | | |/| | |
| | | | | | * | | iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymoreEric Auger2017-01-232-4/+0
| | | | | | * | | vfio/type1: Check MSI remapping at irq domain levelEric Auger2017-01-231-3/+6
| | | | | | * | | vfio/type1: Allow transparent MSI IOVA allocationEric Auger2017-01-231-0/+30
| | | | | | * | | irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAPEric Auger2017-01-231-0/+1
| | | | | | * | | irqdomain: irq_domain_check_msi_remapEric Auger2017-01-232-0/+26
| | | | | | * | | genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creationEric Auger2017-01-231-2/+2
| | | | | | * | | irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger2017-01-232-0/+49
| | | | | | * | | iommu/arm-smmu-v3: Implement reserved region get/put callbacksEric Auger2017-01-231-0/+28
| | | | | | * | | iommu/arm-smmu: Implement reserved region get/put callbacksEric Auger2017-01-231-0/+28
| | | | | | * | | iommu/amd: Declare MSI and HT regions as reserved IOVA regionsEric Auger2017-01-231-11/+26
| | | | | | * | | iommu/vt-d: Implement reserved region get/put callbacksEric Auger2017-01-231-18/+74
| | | | | | * | | iommu: Implement reserved_regions iommu-group sysfs fileEric Auger2017-01-232-0/+48
| | | | | | * | | iommu: iommu_get_group_resv_regionsEric Auger2017-01-232-0/+106
| | | | | | * | | iommu: Only map direct mapped regionsEric Auger2017-01-231-0/+3
| | | | | | * | | iommu: iommu_alloc_resv_regionEric Auger2017-01-232-0/+20
| | | | | | * | | iommu: Add a new type field in iommu_resv_regionEric Auger2017-01-232-0/+8