aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into nextJoerg Roedel11-1251/+328
2014-07-31iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQGreg Edwards1-0/+5
2014-07-30iommu/amd: Fix 2 typos in commentsJoerg Roedel1-2/+2
2014-07-30iommu/amd: Fix device_state reference countingJoerg Roedel1-0/+7
2014-07-30iommu/amd: Remove change_pte mmu_notifier call-backJoerg Roedel1-9/+0
2014-07-30iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasidJoerg Roedel1-17/+3
2014-07-29iommu/exynos: Select ARM_DMA_USE_IOMMUTushar Behera1-0/+1
2014-07-29iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson1-10/+39
2014-07-29iommu/omap: Remove virtual memory managerLaurent Pinchart6-931/+6
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 Roedel19-475/+689
2014-07-10iommu/amd: Don't call the inv_ctx_cb when pasid is not set upJoerg Roedel1-5/+12
2014-07-10iommu/amd: Don't hold a reference to task_structJoerg Roedel1-3/+1
2014-07-10iommu/amd: Don't hold a reference to mm_structJoerg Roedel1-7/+33
2014-07-10iommu/amd: Add pasid_state->invalid flagJoerg Roedel1-2/+16
2014-07-10iommu/amd: Drop pasid_state reference in ppr_notifer error pathJoerg Roedel1-0/+4
2014-07-10iommu/amd: Get rid of __unbind_pasidJoerg Roedel1-15/+2
2014-07-10iommu/amd: Don't free pasid_state in mn_release pathJoerg Roedel1-3/+7
2014-07-10iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasidJoerg Roedel1-2/+0
2014-07-10iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel1-1/+1
2014-07-10iommu/amd: Drop oprofile dependencyBorislav Petkov1-1/+1
2014-07-10Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-253/+240
2014-07-09iommu/amd: Moving PPR fault flags macros definitionsAlexey Skidanov1-6/+0
2014-07-09iommu/amd: Fix for pasid initializationAlexey Skidanov1-0/+1
2014-07-09iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys1-22/+37
2014-07-07iommu: Fix compile error in iommu-sysfs.cJoerg Roedel1-0/+1
2014-07-07iommu: Constify struct iommu_opsThierry Reding12-18/+27
2014-07-07iommu/fsl: Fix the error condition during iommu groupVarun Sethi1-2/+5
2014-07-07iommu/fsl: Fix the device domain attach condition.Varun Sethi1-7/+2
2014-07-07iommu/fsl: Fix PAMU window size check.Varun Sethi2-5/+5
2014-07-04iommu/arm-smmu: fix capability checking prior to device attachWill Deacon1-1/+2
2014-07-04iommu/fsl: Add void declarations in zero-arg functions.Chi Pham2-2/+2
2014-07-04iommu/fsl_pamu: Remove unnecessary null test before kfreeFabian Frederick1-2/+1
2014-07-04iommu/omap: Use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE)Fabian Frederick1-5/+5
2014-07-04iommu/amd: Add sysfs supportAlex Williamson3-0/+47
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson2-1/+85
2014-07-04iommu: Add sysfs support for IOMMUsAlex Williamson2-0/+134
2014-07-04iommu: Remove pci.hAlex Williamson1-29/+0
2014-07-04iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groupsAlex Williamson1-65/+1