aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/intel-iommu.c
AgeCommit message (Expand)Author
2015-01-05iommu/vt-d: Remove dead code in device_notifierJoerg Roedel
2015-01-05iommu/vt-d: Fix dmar_domain leak in iommu_attach_deviceJoerg Roedel
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Joerg Roedel
2014-12-02iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu
2014-11-18iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplugJiang Liu
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu
2014-11-06x86/vt-d: Fix incorrect bit operations in setting valuesLi, Zhen-Hua
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel
2014-10-02iommu/vt-d: Only remove domain when device is removedJoerg Roedel
2014-09-25iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel
2014-08-18iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel
2014-07-29iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson
2014-07-23iommu/vt-d: Fix issue in computing domain's iommu_snooping flagJiang Liu
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify codeJiang Liu
2014-07-23iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated codeJiang Liu
2014-07-23iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu
2014-07-23iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu
2014-07-23iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson
2014-07-04iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson
2014-07-04iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/vt-d: Suppress compiler warningsYijing Wang
2014-07-04iommu/vt-d: Remove the useless dma_pte_addrYijing Wang
2014-07-04iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel
2014-07-04iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang
2014-07-04iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang
2014-07-04iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang
2014-07-04iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang
2014-06-20iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu
2014-06-04intel-iommu: integrate DMA CMAAkinobu Mita
2014-04-14iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridgesDavid Woodhouse
2014-04-13iommu/vt-d: fix memory leakage caused by commit ea8ea46Jiang Liu
2014-03-28iommu/vt-d: returning free pointer in get_domain_for_dev()Dan Carpenter
2014-03-24iommu/vt-d: Include ACPI devices in iommu=ptDavid Woodhouse
2014-03-24iommu/vt-d: Finally enable translation for non-PCI devicesDavid Woodhouse
2014-03-24iommu/vt-d: Remove to_pci_dev() in intel_map_page()David Woodhouse
2014-03-24iommu/vt-d: Remove pdev from intel_iommu_attach_device()David Woodhouse
2014-03-24iommu/vt-d: Remove pdev from iommu_no_mapping()David Woodhouse
2014-03-24iommu/vt-d: Make domain_add_dev_info() take struct deviceDavid Woodhouse