summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-08-13iommu/vt-d: Return false instead of 0 in irq_remapping_cap()Joerg Roedel
2015-08-13iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel
2015-08-13iommu/amd: Make a symbol staticJoerg Roedel
2015-08-13iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel
2015-08-13iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding
2015-08-13memory: tegra: Add Tegra210 supportThierry Reding
2015-08-13iommu/tegra-smmu: Factor out tegra_smmu_set_pde()Russell King
2015-08-13iommu/tegra-smmu: Extract tegra_smmu_pte_get_use()Russell King
2015-08-13iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pagesRussell King
2015-08-13iommu/tegra-smmu: Remove PageReserved manipulationRussell King
2015-08-13iommu/tegra-smmu: Convert to use DMA APIRussell King
2015-08-13iommu/tegra-smmu: smmu_flush_ptc() wants device addressesRussell King
2015-08-13iommu/tegra-smmu: Split smmu_flush_ptc()Russell King
2015-08-13iommu/tegra-smmu: Move flush_dcache to tegra-smmu.cRussell King
2015-08-13iommu/tegra-smmu: Use kcalloc() to allocate counter arrayRussell King
2015-08-13iommu/tegra-smmu: Store struct page pointer for page tablesRussell King
2015-08-13iommu/tegra-smmu: Fix page table lookup in unmap/iova_to_phys methodsRussell King
2015-08-13iommu/tegra-smmu: Add iova_pd_index() and iova_pt_index() helpersRussell King
2015-08-13iommu/tegra-smmu: Factor out common PTE settingRussell King
2015-08-13iommu/tegra-smmu: Fix unmap() methodRussell King
2015-08-13iommu/tegra-smmu: Fix iova_to_phys() methodRussell King
2015-08-12iommu/vt-d: Avoid duplicate device_domain_info structuresJoerg Roedel
2015-08-12iommu/vt-d: Only insert alias dev_info if there is an aliasJoerg Roedel
2015-08-12iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_infoJoerg Roedel
2015-08-12iommu/vt-d: Remove dmar_global_lock from device_notifierJoerg Roedel
2015-08-12iommu/vt-d: Get rid of domain->iommu_lockJoerg Roedel
2015-08-12iommu/vt-d: Only call domain_remove_one_dev_info to detach old domainJoerg Roedel
2015-08-12iommu/vt-d: Unify domain->iommu attach/detachmentJoerg Roedel
2015-08-12iommu/vt-d: Establish domain<->iommu link in dmar_insert_one_dev_infoJoerg Roedel
2015-08-12iommu/vt-d: Pass an iommu pointer to domain_init()Joerg Roedel
2015-08-12iommu/vt-d: Rename iommu_detach_dependent_devices()Joerg Roedel
2015-08-12iommu/vt-d: Rename domain_remove_one_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Rename dmar_insert_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Move context-mapping into dmar_insert_dev_infoJoerg Roedel
2015-08-12iommu/vt-d: Simplify domain_remove_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Simplify domain_remove_one_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmapJoerg Roedel
2015-08-12iommu/vt-d: Replace iommu_bmp with a refcountJoerg Roedel
2015-08-12iommu/vt-d: Kill dmar_domain->idJoerg Roedel
2015-08-12iommu/vt-d: Don't pre-allocate domain ids for si_domainJoerg Roedel
2015-08-12iommu/vt-d: Pass dmar_domain directly into iommu_flush_iotlb_psiJoerg Roedel
2015-08-12iommu/vt-d: Simplify domain_context_mapping_oneJoerg Roedel
2015-08-12iommu/vt-d: Calculate translation in domain_context_mapping_oneJoerg Roedel
2015-08-12iommu/vt-d: Get rid of iommu_attach_vm_domain()Joerg Roedel
2015-08-12iommu/vt-d: Split up iommu->domains arrayJoerg Roedel
2015-08-12iommu/vt-d: Add access functions for iommu->domainsJoerg Roedel
2015-08-12iommu/vt-d: Keep track of per-iommu domain idsJoerg Roedel
2015-08-07Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2015-08-06iommu/io-pgtable: Remove flush_pgtable callbackRobin Murphy
2015-08-06iommu/arm-smmu: Remove arm_smmu_flush_pgtable()Robin Murphy