aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15iommu: Fix wrong freeing of iommu_device->devJoerg Roedel1-1/+3
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-21/+5
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+3
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig1-0/+3
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-21/+5
2017-06-28iommu/vt-d: Constify intel_dma_opsArvind Yadav1-1/+1
2017-06-28iommu/vt-d: Don't disable preemption while accessing deferred_flush()Sebastian Andrzej Siewior1-6/+2
2017-05-30iommu/vt-d: Unwrap __get_valid_domain_for_dev()Peter Xu1-14/+2
2017-05-23iommu/vt-d: Adjust system_state checksThomas Gleixner1-2/+2
2017-05-17iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed1-1/+4
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-3/+37
2017-04-26x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li1-0/+18
2017-03-29iommu/vt-d: Make sure IOMMUs are off when intel_iommu=offJoerg Roedel1-1/+17
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-1/+1
2017-03-22iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen1-1/+1
2017-02-28iommu/vt-d: Fix crash when accessing VT-d sysfs entriesJoerg Roedel1-6/+11
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-1/+1
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-28/+88
2017-02-10iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel1-2/+2
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel1-6/+9
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-2/+2
2017-01-31iommu/vt-d: Don't over-free page table directoriesDavid Dillow1-1/+1
2017-01-31iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj1-1/+2
2017-01-23iommu/vt-d: Implement reserved region get/put callbacksEric Auger1-18/+74
2017-01-04iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
2017-01-04iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+6
2016-12-02iommu/vt-d: Convert to hotplug state machineAnna-Maria Gleixner1-18/+6
2016-11-27Merge git://git.infradead.org/intel-iommuLinus Torvalds1-0/+13
2016-11-08iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel1-2/+12
2016-10-30iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj1-0/+13
2016-09-05iommu/vt-d: Make sure RMRRs are mapped before domain goes publicJoerg Roedel1-7/+20
2016-09-05iommu/vt-d: Split up get_domain_for_dev functionJoerg Roedel1-21/+55
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-6/+6
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+3
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds1-1/+2
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/rockchip', 'arm/smmu' and 'core' into nextJoerg Roedel1-3/+3
2016-07-14iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang1-1/+1
2016-07-04iommu/vt-d: Fix infinite loop in free_all_cpu_cached_iovasAaron Campbell1-2/+2
2016-06-27iommu/vt-d: Fix overflow of iommu->domains arrayJan Niehusmann1-1/+1
2016-06-17iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel1-5/+12
2016-06-15iommu/vt-d: Reduce extra first level entry in iommu->domainsWei Yang1-2/+2
2016-05-27Merge git://git.infradead.org/intel-iommuLinus Torvalds1-94/+224
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into nextJoerg Roedel1-2/+2
2016-04-20iommu/vt-d: Use per-cpu IOVA cachingOmer Peleg1-12/+35
2016-04-20iommu/vt-d: change intel-iommu to use IOVA frame numbersOmer Peleg1-32/+29
2016-04-20iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbsOmer Peleg1-0/+34
2016-04-20iommu/vt-d: only unmap mapped entriesOmer Peleg1-11/+25
2016-04-20iommu/vt-d: correct flush_unmaps pfn usageOmer Peleg1-1/+2
2016-04-20iommu/vt-d: per-cpu deferred invalidation queuesOmer Peleg1-41/+92