summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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/+3
| * 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/+6
|\ \ \
| | | * iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-8/+5
| |_|/ |/| |
| | * iommu/vt-d: Only remove domain when device is removedJoerg Roedel2014-10-021-2/+1
| |/
* | 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/+3
* 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/+19
* iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu2014-07-231-13/+5
* 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/+4
* iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu2014-07-231-21/+26
* iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu2014-07-231-67/+80
* iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu2014-07-231-33/+26
* iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu2014-07-231-1/+1
* iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu2014-07-231-1/+2
* Merge branch 'core' into x86/vt-dJoerg Roedel2014-07-231-199/+186
|\
| * iommu: Constify struct iommu_opsThierry Reding2014-07-071-2/+2
| * iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson2014-07-041-1/+76
| * iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson2014-07-041-122/+106
| * iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson2014-07-041-75/+4
* | iommu/vt-d: Suppress compiler warningsYijing Wang2014-07-041-2/+3
* | iommu/vt-d: Remove the useless dma_pte_addrYijing Wang2014-07-041-4/+2
* | iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel2014-07-041-1/+1
* | iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang2014-07-041-0/+1
* | iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang2014-07-041-1/+1
* | iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang2014-07-041-1/+0
* | iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang2014-07-041-4/+2
|/
* iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu2014-06-201-6/+3
* intel-iommu: integrate DMA CMAAkinobu Mita2014-06-041-8/+25
* iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridgesDavid Woodhouse2014-04-141-1/+3
* iommu/vt-d: fix memory leakage caused by commit ea8ea46Jiang Liu2014-04-131-2/+4
* iommu/vt-d: returning free pointer in get_domain_for_dev()Dan Carpenter2014-03-281-0/+1
* iommu/vt-d: Include ACPI devices in iommu=ptDavid Woodhouse2014-03-241-13/+48
* iommu/vt-d: Finally enable translation for non-PCI devicesDavid Woodhouse2014-03-241-3/+0
* iommu/vt-d: Remove to_pci_dev() in intel_map_page()David Woodhouse2014-03-241-1/+1
OpenPOWER on IntegriCloud