summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+2Star
* iommu/vt-d: Cleanup log messagesJoerg Roedel2015-06-161-81/+73Star
* 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-271-76/+66Star
|\
| * iommu/vt-d: support extended root and context entriesDavid Woodhouse2015-03-251-75/+60Star
| * 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/+0Star
* | | 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/+2Star
|/
* iommu/vt-d: Remove dead code in device_notifierJoerg Roedel2015-01-051-8/+0Star
* 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/+3Star
| * iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplugJiang Liu2014-11-181-55/+151
| * iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu2014-11-181-3/+75
| * iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu2014-11-181-10/+3Star
| * iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu2014-11-181-2/+2
| * x86/vt-d: Fix incorrect bit operations in setting valuesLi, Zhen-Hua2014-11-061-0/+2
|/
*---. Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-021-10/+6Star
|\ \ \
| | | * iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-8/+5Star
| |_|/ |/| |
| | * iommu/vt-d: Only remove domain when device is removedJoerg Roedel2014-10-021-2/+1Star
| |/
* / iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel2014-08-181-0/+8
|/
* iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson2014-07-291-10/+39
* iommu/vt-d: Fix issue in computing domain's iommu_snooping flagJiang Liu2014-07-231-18/+24
* iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu2014-07-231-4/+3Star
* iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify codeJiang Liu2014-07-231-14/+16
* iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated codeJiang Liu2014-07-231-51/+19Star
* iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu2014-07-231-13/+5Star
* iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()Jiang Liu2014-07-231-1/+2
* iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu2014-07-231-7/+4Star