summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang1-2/+4
2020-03-20iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede1-3/+4
2020-01-29iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu1-1/+4
2019-06-22iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu1-3/+4
2019-04-20iommu/vt-d: Check capability before disabling protected memoryLu Baolu1-0/+3
2019-01-13iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2
2018-12-13iommu/vt-d: Use memunmap to free memremapPan Bian1-1/+1
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan1-1/+16
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+1
2018-05-30iommu/vt-d: Use domain instead of cache fetchingPeter Xu1-2/+1
2017-12-14iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5
2017-07-05iommu/vt-d: Don't over-free page table directoriesDavid Dillow1-1/+1
2017-05-25iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed1-1/+4
2017-03-30iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen1-1/+1
2017-03-12iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj1-1/+2
2017-01-12iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2017-01-12iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
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/g...Linus Torvalds1-3/+3
2016-07-28Add 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'...Joerg 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...Joerg 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
2016-04-20iommu/vt-d: refactoring of deferred flush entriesOmer Peleg1-19/+29
2016-04-07iommu/vt-d: Silence an uninitialized variable warningDan Carpenter1-1/+1
2016-04-05x86/vt-d: Fix comment for dma_pte_free_pagetable()Michael S. Tsirkin1-1/+1
2016-03-01iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel1-2/+2
2016-01-29iommu/vt-d: Don't skip PCI devices when disabling IOTLBJeremy McNicoll1-1/+1
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-2/+2
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-06Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-29/+54
2015-11-06Merge git://git.infradead.org/intel-iommuLinus Torvalds1-48/+255
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel1-29/+54
2015-10-24iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependenciesDavid Woodhouse1-7/+23