summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lockDave Jiang2019-05-271-3/+4
| | | * | | | iommu: Add missing new line for dma typeLu Baolu2019-05-271-1/+1
| | | |/ / /
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-052-26/+2
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-059-117/+9
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-052-26/+2
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-18/+2
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-053-42/+3
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-054-52/+4
| | | |/ / | | |/| |
| * | | | iommu/amd: Flush not present cache in iommu_map_pageTom Murphy2019-07-011-4/+16
| * | | | iommu/amd: Only free resources once on init errorKevin Mitchell2019-07-011-14/+13
| * | | | iommu/amd: Move gart fallback to amd_iommu_initKevin Mitchell2019-07-011-9/+10
| * | | | iommu/amd: Make iommu_disable saferKevin Mitchell2019-07-011-0/+3
| * | | | iommu/amd: Add missed 'tag' to error msg in iommu_print_eventYueHaibing2019-05-281-2/+2
| * | | | iommu/amd: Remove redundant assignment to variable npagesColin Ian King2019-05-271-1/+1
| | |/ / | |/| |
* | | | iommu/vt-d: Cleanup unused variableJacob Pan2019-07-011-2/+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: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regionsEric Auger2019-06-121-5/+7
* | | | 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: Fix a leak in iommu_insert_resv_regionEric Auger2019-06-121-3/+5
* | | | Merge tag 'v5.2-rc3' into x86/vt-dJoerg Roedel2019-06-033-27/+3
|\ \ \ \ | | |/ / | |/| |
| * | | drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai2019-06-011-1/+2
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-27/+3
| |/ /
* | | 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
* | | 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: Add API to request DMA domain for deviceLu Baolu2019-05-271-11/+25