summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-9/+1Star
|\ \ \
| | * | Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...Peter Xu2019-06-221-4/+3Star
| | * | 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/+1Star
| | * | drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai2019-06-021-1/+2
| |/ /
* | | iommu/vt-d: Silence a variable set but not usedQian Cai2019-06-181-1/+2
* | | iommu/vt-d: Remove an unused variable "length"Qian Cai2019-06-181-3/+0Star
* | | iommu/vt-d: Consolidate domain_init() to avoid duplicationLu Baolu2019-06-121-87/+36Star
* | | iommu/vt-d: Cleanup after delegating DMA domain to generic iommuSai Praneeth Prakhya2019-06-121-55/+0Star
* | | iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices()Lu Baolu2019-06-121-0/+2
* | | iommu/vt-d: Allow DMA domain attaching to rmrr locked deviceLu Baolu2019-06-121-1/+2
* | | iommu/vt-d: Don't enable iommu's which have been ignoredLu Baolu2019-06-121-2/+7
* | | iommu/vt-d: Set domain type for a private domainLu Baolu2019-06-121-0/+2
* | | iommu/vt-d: Don't return error when device gets right domainLu Baolu2019-06-121-6/+0Star
* | | iommu/vt-d: Differentiate relaxable and non relaxable RMRRsEric Auger2019-06-121-15/+39
* | | iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regionsEric Auger2019-06-121-1/+2
* | | iommu/vt-d: Handle RMRR with PCI bridge device scopesEric Auger2019-06-121-1/+2
* | | iommu/vt-d: Introduce is_downstream_to_pci_bridge helperEric Auger2019-06-121-8/+29
* | | iommu/vt-d: Duplicate iommu_resv_region objects per device listEric Auger2019-06-121-17/+17
* | | iommu/vt-d: Fix a variable set but not usedQian Cai2019-06-031-4/+0Star
* | | iommu/vt-d: Remove static identity map codeLu Baolu2019-05-281-143/+1Star
* | | iommu/vt-d: Remove duplicated code for device hotplugLu Baolu2019-05-281-34/+0Star
* | | iommu/vt-d: Remove startup parameter from device_def_domain_type()Lu Baolu2019-05-281-7/+7
* | | iommu/vt-d: Cleanup get_valid_domain_for_dev()Lu Baolu2019-05-281-10/+8Star
* | | iommu/vt-d: Implement is_attach_deferred iommu ops entryLu Baolu2019-05-281-0/+23
* | | iommu/vt-d: Probe DMA-capable ACPI name space devicesLu Baolu2019-05-281-0/+45
* | | iommu/vt-d: Handle 32bit device with identity default domainLu Baolu2019-05-281-33/+22Star
* | | iommu/vt-d: Identify default domains replaced with privateLu Baolu2019-05-281-1/+63
* | | iommu/vt-d: Delegate the dma domain to upper layerLu Baolu2019-05-281-55/+19Star
* | | iommu/vt-d: Delegate the identity domain to upper layerLu Baolu2019-05-281-32/+58
* | | iommu/vt-d: Add device_def_domain_type() helperLu Baolu2019-05-281-13/+27
* | | iommu/vt-d: Enable DMA remapping after rmrr mappedLu Baolu2019-05-281-6/+10
* | | iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regionsLu Baolu2019-05-281-0/+13
* | | iommu/vt-d: Implement apply_resv_region iommu ops entryJames Sewart2019-05-271-0/+14
* | | iommu/vt-d: Introduce macros useful for dumping DMAR tableSai Praneeth Prakhya2019-05-271-5/+1Star
* | | iommu/vt-d: Remove unnecessary rcu_read_locksLukasz Odzioba2019-05-271-4/+0Star
|/ /
* | 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/+0Star
* | | iommu/vt-d: Use dma_direct for bypass devicesChristoph Hellwig2019-04-111-40/+31Star
* | | iommu/vt-d: Clean up iommu_no_mappingChristoph Hellwig2019-04-111-26/+21Star
* | | 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