aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-08Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-52/+49
2018-05-15iommu/vt-d: Clean up pasid quirk for pre-production devicesLu Baolu1-30/+2
2018-05-15iommu/vt-d: Clean up unused variable in find_or_alloc_domainLu Baolu1-3/+1
2018-05-15iommu/vt-d: Fix iotlb psi missing for mappingsPeter Xu1-9/+34
2018-05-15iommu/vt-d: Introduce __mapping_notify_one()Peter Xu1-12/+14
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer1-1/+2
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-5/+1
2018-03-29iommu/vt-d:Remove unused variableShaokun Zhang1-5/+1
2018-03-20iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent()Christoph Hellwig1-46/+16
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig1-1/+2
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+2
2018-01-17iommu/vt-d: Enable upto 57 bits of domain address widthSohil Mehta1-1/+1
2018-01-17iommu/vt-d: Use domain instead of cache fetchingPeter Xu1-2/+1
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig1-1/+1
2017-11-17iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-11/+17
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki1-2/+3
2017-10-10iommu/vt-d: Delete unnecessary check in domain_context_mapping_one()Christos Gkekas1-1/+1
2017-10-06iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel1-0/+10
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-8/+3
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-190/+90
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+7
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-190/+90
2017-09-01iommu/vt-d: Don't be too aggressive when clearing one context entryFilippo Sironi1-18/+24
2017-08-30iommu/vt-d: Prevent VMD child devices from being remapping targetsJon Derrick1-0/+7
2017-08-30iommu/vt-d: Avoid calling virt_to_phys() on null pointerAshok Raj1-1/+2
2017-08-15iommu/vt-d: Make use of iova deferred flushingJoerg Roedel1-159/+38
2017-08-15iommu: Fix wrong freeing of iommu_device->devJoerg Roedel1-1/+3
2017-07-26iommu/vt-d: Don't free parent pagetable of the PTE we're addingDavid Dillow1-12/+26
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