summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-0/+2
|\
| * dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-0/+2
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2019-09-111-29/+330
|\ \ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * iommu/vt-d: Request passthrough mode from IOMMU coreJoerg Roedel2019-08-231-1/+1
| | | | | * Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Joerg Roedel2019-08-201-1/+2
| | |_|_|/| | |/| | | |
| | | | * | iommu/vt-d: Declare Broadwell igfx dmar support snafuChris Wilson2019-09-111-9/+35
| | | | * | iommu/vt-d: Use bounce buffer for untrusted devicesLu Baolu2019-09-111-0/+258
| | | | * | iommu/vt-d: Add trace events for device dma map/unmapLu Baolu2019-09-111-3/+10
| | | | * | iommu/vt-d: Don't switch off swiotlb if bounce page is usedLu Baolu2019-09-111-15/+17
| | | | * | iommu/vt-d: Check whether device requires bounce bufferLu Baolu2019-09-111-0/+7
| | | |/ /
| | * | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-08-231-1/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-1/+2
* | | | Revert "iommu/vt-d: Avoid duplicated pci dma alias consideration"Lu Baolu2019-08-301-2/+53
| |/ / |/| |
* | | iommu/vt-d: Fix possible use-after-free of private domainLu Baolu2019-08-091-1/+2
* | | iommu/vt-d: Detach domain before using a private oneLu Baolu2019-08-091-1/+5
* | | iommu/vt-d: Detach domain when move device out of groupLu Baolu2019-08-061-0/+2
|/ /
* | iommu/vt-d: Check if domain->pgd was allocatedDmitry Safonov2019-07-221-3/+5
* | iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov2019-07-221-1/+2
* | iommu/vt-d: Avoid duplicated pci dma alias considerationLu Baolu2019-07-221-53/+2
* | Revert "iommu/vt-d: Consolidate domain_init() to avoid duplication"Joerg Roedel2019-07-221-36/+87
|/
*---. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-9/+1
|\ \ \
| | * | 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-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/+0
* | | iommu/vt-d: Consolidate domain_init() to avoid duplicationLu Baolu2019-06-121-87/+36
* | | iommu/vt-d: Cleanup after delegating DMA domain to generic iommuSai Praneeth Prakhya2019-06-121-55/+0
* | | 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/+0
* | | 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/+0
* | | iommu/vt-d: Remove static identity map codeLu Baolu2019-05-281-143/+1
* | | iommu/vt-d: Remove duplicated code for device hotplugLu Baolu2019-05-281-34/+0
* | | 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/+8
* | | 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/+22
* | | 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/+19