summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Check if domain->pgd was allocatedDmitry Safonov2019-08-161-3/+5
* iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov2019-07-311-1/+2
* Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...Peter Xu2019-06-221-4/+3
* Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-06-141-3/+4
|\
| * iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lockDave Jiang2019-05-271-3/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* | drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai2019-06-011-1/+2
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+1
|\
| * iommu/vt-d: Use pci_dev_id() helperHeiner Kallweit2019-04-291-1/+1
* | iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu2019-05-031-1/+4
* | iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu2019-05-031-3/+4
* | iommu/vt-d: Cleanup: no spaces at the start of a lineLu Baolu2019-05-031-26/+27
* | iommu/vt-d: Don't request page request irq under dmar_global_lockLu Baolu2019-04-261-0/+6
* | iommu/vt-d: Flush IOTLB for untrusted device in timeLu Baolu2019-04-121-1/+5
* | iommu/vt-d: Don't clear GFP_DMA and GFP_DMA32 flagsChristoph Hellwig2019-04-111-1/+0
* | iommu/vt-d: Use dma_direct for bypass devicesChristoph Hellwig2019-04-111-40/+31
* | iommu/vt-d: Clean up iommu_no_mappingChristoph Hellwig2019-04-111-26/+21
* | iommu/vt-d: Return ID associated with an auxiliary domainLu Baolu2019-04-111-0/+10
* | iommu/vt-d: Aux-domain specific domain attach/detachLu Baolu2019-04-111-0/+152
* | iommu/vt-d: Move common code out of iommu_attch_device()Lu Baolu2019-04-111-24/+36
* | iommu/vt-d: Add per-device IOMMU feature ops entriesLu Baolu2019-04-111-0/+159
* | iommu/vt-d: Make intel_iommu_enable_pasid() more genericLu Baolu2019-04-111-14/+7
* | iommu/vt-d: Save the right domain ID used by hardwareLu Baolu2019-03-221-1/+1
* | iommu/vt-d: Check capability before disabling protected memoryLu Baolu2019-03-221-0/+3
|/
* Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-77/+81
|\
| *-. Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-011-77/+81
| |\ \
| | | * iommu/vt-d: Set context field after value initializedLu Baolu2019-03-011-1/+2
| | | * iommu/vt-d: Disable ATS support on untrusted devicesLu Baolu2019-03-011-1/+2
| | | * iommu/vt-d: Check identity map for hot-added devicesLu Baolu2019-02-261-9/+12
| | | * iommu/vt-d: Enable ATS only if the device uses page aligned address.Kuppuswamy Sathyanarayanan2019-02-261-0/+1
| | | * iommu/vt-d: Fix PRI/PASID dependency issue.Kuppuswamy Sathyanarayanan2019-02-261-1/+3
| | | * iommu/vt-d: Remove misleading "domain 0" test from domain_exit()Bjorn Helgaas2019-02-111-4/+0
| | | * iommu/vt-d: Remove unused dmar_remove_one_dev_info() argumentBjorn Helgaas2019-02-111-11/+9
| | | * iommu/vt-d: Remove unnecessary local variable initializationsBjorn Helgaas2019-02-111-14/+13
| | | * iommu/vt-d: Use dev_printk() when possibleBjorn Helgaas2019-02-111-30/+24
| | | * iommu/vt-d: Implement dma_[un]map_resource()Logan Gunthorpe2019-01-301-7/+16
| | |/
* | / mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
|/ /
* | iommu/vt-d: Leave scalable mode default offLu Baolu2019-01-301-4/+4
* | iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer2019-01-221-1/+1
|/
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-172/+179
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-172/+179
| |\ \
| | | * iommu/vt-d: Remove deferred invalidationLu Baolu2018-12-111-1/+0
| | | * iommu/vt-d: Shared virtual address in scalable modeLu Baolu2018-12-111-38/+0
| | | * iommu/vt-d: Setup context and enable RID2PASID supportLu Baolu2018-12-111-30/+106
| | | * iommu/vt-d: Pass pasid table to context mappingLu Baolu2018-12-111-3/+11
| | | * iommu/vt-d: Setup pasid entry for RID2PASID supportLu Baolu2018-12-111-0/+20
| | | * iommu/vt-d: Add second level page table interfaceLu Baolu2018-12-111-1/+1
| | | * iommu/vt-d: Reserve a domain id for FL and PT modesLu Baolu2018-12-111-0/+10
| | | * iommu/vt-d: Move page table helpers into headerLu Baolu2018-12-111-43/+0
| | | * iommu/vt-d: Manage scalalble mode PASID tablesLu Baolu2018-12-111-9/+14