summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Simplify domain_remove_dev_info()Joerg Roedel2015-08-121-18/+2
* iommu/vt-d: Simplify domain_remove_one_dev_info()Joerg Roedel2015-08-121-34/+16
* iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmapJoerg Roedel2015-08-121-12/+3
* iommu/vt-d: Replace iommu_bmp with a refcountJoerg Roedel2015-08-121-37/+45
* iommu/vt-d: Kill dmar_domain->idJoerg Roedel2015-08-121-9/+2
* iommu/vt-d: Don't pre-allocate domain ids for si_domainJoerg Roedel2015-08-121-27/+1
* iommu/vt-d: Pass dmar_domain directly into iommu_flush_iotlb_psiJoerg Roedel2015-08-121-18/+24
* iommu/vt-d: Simplify domain_context_mapping_oneJoerg Roedel2015-08-121-34/+26
* iommu/vt-d: Calculate translation in domain_context_mapping_oneJoerg Roedel2015-08-121-26/+23
* iommu/vt-d: Get rid of iommu_attach_vm_domain()Joerg Roedel2015-08-121-16/+10
* iommu/vt-d: Split up iommu->domains arrayJoerg Roedel2015-08-121-11/+43
* iommu/vt-d: Add access functions for iommu->domainsJoerg Roedel2015-08-121-5/+17
* iommu/vt-d: Keep track of per-iommu domain idsJoerg Roedel2015-08-121-25/+29
* iommu/vt-d: Report domain usage in sysfsAlex Williamson2015-08-031-0/+21
* iommu/vt-d: Avoid format string leaks into iommu_device_createKees Cook2015-08-031-1/+1
* iommu/vt-d: Fix VM domain ID leakAlex Williamson2015-07-231-3/+6
* iommu/vt-d: Enable Translation only if it was previously disabledJoerg Roedel2015-06-161-1/+3
* iommu/vt-d: Don't disable translation prior to OS handoverJoerg Roedel2015-06-161-7/+0
* iommu/vt-d: Don't copy translation tables if RTT bit needs to be changedJoerg Roedel2015-06-161-1/+11
* iommu/vt-d: Don't do early domain assignment if kdump kernelJoerg Roedel2015-06-161-0/+13
* iommu/vt-d: Allocate si_domain in init_dmars()Joerg Roedel2015-06-161-5/+7
* iommu/vt-d: Mark copied context entriesJoerg Roedel2015-06-161-2/+51
* iommu/vt-d: Do not re-use domain-ids from the old kernelJoerg Roedel2015-06-161-1/+10
* iommu/vt-d: Copy translation tables from old kernelJoerg Roedel2015-06-161-2/+205
* iommu/vt-d: Detect pre enabled translationJoerg Roedel2015-06-161-0/+19
* iommu/vt-d: Make root entry visible for hardware right after allocationJoerg Roedel2015-06-161-4/+6
* iommu/vt-d: Init QI before root entry is allocatedJoerg Roedel2015-06-161-3/+2
* iommu/vt-d: Cleanup log messagesJoerg Roedel2015-06-161-81/+73
* iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2015-06-121-3/+15
* iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse2015-05-111-5/+8
* Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-04-261-76/+66
|\
| * iommu/vt-d: support extended root and context entriesDavid Woodhouse2015-03-251-75/+60
| * iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse2015-03-251-1/+6
* | Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-201-26/+35
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel2015-04-021-26/+35
| |\ \ \ \
| | | | * | iommu/vt-d: Make use of domain_alloc and domain_freeJoerg Roedel2015-03-311-20/+28
| | | |/ /
| | * / / iommu/vt-d: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-03-031-6/+7
| | |/ /
* | | | Merge branch 'device-properties'Rafael J. Wysocki2015-04-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI: Introduce has_acpi_companion()Rafael J. Wysocki2015-03-161-1/+1
| |/ /
* | | iommu/vt-d: Remove unused variableAlex Williamson2015-03-241-1/+0
* | | iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson2015-03-231-3/+3
|/ /
* | iommu: Make IOVA domain page size explicitRobin Murphy2015-01-191-3/+6
* | iommu: Make IOVA domain low limit flexibleRobin Murphy2015-01-191-3/+6
* | iommu: Consolidate IOVA allocator codeRobin Murphy2015-01-191-31/+2
|/
* iommu/vt-d: Remove dead code in device_notifierJoerg Roedel2015-01-051-8/+0
* iommu/vt-d: Fix dmar_domain leak in iommu_attach_deviceJoerg Roedel2015-01-051-0/+4
*-. Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Joerg Roedel2014-12-021-73/+235
|\ \
| | * iommu: Add iommu_map_sg() functionOlav Haugan2014-11-041-0/+1
| |/ |/|
| * iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu2014-12-021-5/+3
| * iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplugJiang Liu2014-11-181-55/+151