summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-10-22Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommuLinus Torvalds
2015-10-13iommu/vt-d: fix range computation when making room for large pagesChristian Zander
2015-10-13Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-09iommu/amd: Fix NULL pointer deref on device detachJoerg Roedel
2015-10-09iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devicesJiang Liu
2015-10-07Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-09-29iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()Sudip Mukherjee
2015-09-22iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPAWill Deacon
2015-09-22iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUsWill Deacon
2015-09-22iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy
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