aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-19iommu: Make IOVA domain page size explicitRobin Murphy1-3/+6
2015-01-19iommu: Make IOVA domain low limit flexibleRobin Murphy1-3/+6
2015-01-19iommu: Consolidate IOVA allocator codeRobin Murphy1-31/+2
2015-01-05iommu/vt-d: Remove dead code in device_notifierJoerg Roedel1-8/+0
2015-01-05iommu/vt-d: Fix dmar_domain leak in iommu_attach_deviceJoerg Roedel1-0/+4
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-73/+235
2014-12-02iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu1-5/+3
2014-11-18iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplugJiang Liu1-55/+151
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu1-3/+75
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu1-10/+3
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu1-2/+2
2014-11-06x86/vt-d: Fix incorrect bit operations in setting valuesLi, Zhen-Hua1-0/+2
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+1
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-10/+6
2014-10-02iommu/vt-d: Only remove domain when device is removedJoerg Roedel1-2/+1
2014-09-25iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel1-8/+5
2014-08-18iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel1-0/+8
2014-07-29iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson1-10/+39
2014-07-23iommu/vt-d: Fix issue in computing domain's iommu_snooping flagJiang Liu1-18/+24
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu1-4/+3
2014-07-23iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify codeJiang Liu1-14/+16
2014-07-23iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated codeJiang Liu1-51/+19
2014-07-23iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu1-13/+5
2014-07-23iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()Jiang Liu1-1/+2
2014-07-23iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu1-7/+4
2014-07-23iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu1-21/+26
2014-07-23iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu1-67/+80
2014-07-23iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu1-33/+26
2014-07-23iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu1-1/+1
2014-07-23iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu1-1/+2
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel1-199/+186
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-2/+2
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson1-1/+76
2014-07-04iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson1-122/+106
2014-07-04iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson1-75/+4
2014-07-04iommu/vt-d: Suppress compiler warningsYijing Wang1-2/+3
2014-07-04iommu/vt-d: Remove the useless dma_pte_addrYijing Wang1-4/+2
2014-07-04iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel1-1/+1
2014-07-04iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang1-0/+1
2014-07-04iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang1-1/+1
2014-07-04iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang1-1/+0
2014-07-04iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang1-4/+2
2014-06-20iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu1-6/+3
2014-06-04intel-iommu: integrate DMA CMAAkinobu Mita1-8/+25
2014-04-14iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridgesDavid Woodhouse1-1/+3
2014-04-13iommu/vt-d: fix memory leakage caused by commit ea8ea46Jiang Liu1-2/+4
2014-03-28iommu/vt-d: returning free pointer in get_domain_for_dev()Dan Carpenter1-0/+1
2014-03-24iommu/vt-d: Include ACPI devices in iommu=ptDavid Woodhouse1-13/+48
2014-03-24iommu/vt-d: Finally enable translation for non-PCI devicesDavid Woodhouse1-3/+0
2014-03-24iommu/vt-d: Remove to_pci_dev() in intel_map_page()David Woodhouse1-1/+1