aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches
2015-09-08Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-25Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x...Joerg Roedel
2015-08-25iommu/vt-d: Really use upper context table when necessaryJoerg Roedel
2015-08-18iommu/fsl: Really fix init section(s) contentEmil Medve
2015-08-18iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon
2015-08-17scatterlist: use sg_phys()Dan Williams
2015-08-17Merge tag 'tegra-for-4.3-iommu' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel
2015-08-13iommu/io-pgtable-arm: Move init-fn declarations to io-pgtable.hJoerg Roedel
2015-08-13iommu/msm: Use BUG_ON instead of if () BUG()Joerg Roedel
2015-08-13iommu/vt-d: Access iomem correctlyJoerg Roedel
2015-08-13iommu/vt-d: Make two functions staticJoerg Roedel
2015-08-13iommu/vt-d: Use BUG_ON instead of if () BUG()Joerg Roedel
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