summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2015-10-21iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel1-19/+0
2015-10-21iommu/amd: Remove first/last_device handlingJoerg Roedel2-36/+3
2015-10-21iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel1-0/+4
2015-10-21iommu/amd: Cleanup buffer allocationJoerg Roedel1-30/+16
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel3-17/+5
2015-10-21iommu/amd: Align DTE flag definitionsJoerg Roedel1-2/+2
2015-10-21iommu/amd: Remove old alias handling codeJoerg Roedel1-99/+0
2015-10-21iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel1-2/+15
2015-10-21iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel1-0/+12
2015-10-21iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel1-3/+2
2015-10-21iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel1-23/+3
2015-10-21iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel1-1/+2
2015-09-29iommu/amd: Drop null test before destroy functionsJulia Lawall1-5/+2
2015-09-24iommu/amd: Return positive value in amd_iommu_detect()Jérôme Glisse1-1/+1
2015-09-12fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-1/+2
2015-09-09Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-902/+925
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2015-09-01Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+18
2015-08-25Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x...Joerg Roedel22-902/+925
2015-08-25iommu/vt-d: Really use upper context table when necessaryJoerg Roedel1-1/+1
2015-08-18iommu/fsl: Really fix init section(s) contentEmil Medve1-13/+13
2015-08-18iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon1-1/+16
2015-08-17scatterlist: use sg_phys()Dan Williams2-3/+3
2015-08-17Merge tag 'tegra-for-4.3-iommu' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel1-108/+198
2015-08-13iommu/io-pgtable-arm: Move init-fn declarations to io-pgtable.hJoerg Roedel2-5/+5
2015-08-13iommu/msm: Use BUG_ON instead of if () BUG()Joerg Roedel1-2/+2
2015-08-13iommu/vt-d: Access iomem correctlyJoerg Roedel2-8/+11
2015-08-13iommu/vt-d: Make two functions staticJoerg Roedel1-4/+4
2015-08-13iommu/vt-d: Use BUG_ON instead of if () BUG()Joerg Roedel1-2/+1
2015-08-13iommu/vt-d: Return false instead of 0 in irq_remapping_cap()Joerg Roedel1-1/+1
2015-08-13iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel2-4/+4
2015-08-13iommu/amd: Make a symbol staticJoerg Roedel1-1/+1
2015-08-13iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel1-11/+6
2015-08-13iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding1-2/+7
2015-08-13memory: tegra: Add Tegra210 supportThierry Reding1-1/+1
2015-08-13iommu/tegra-smmu: Factor out tegra_smmu_set_pde()Russell King1-21/+28
2015-08-13iommu/tegra-smmu: Extract tegra_smmu_pte_get_use()Russell King1-6/+11
2015-08-13iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pagesRussell King1-16/+2
2015-08-13iommu/tegra-smmu: Remove PageReserved manipulationRussell King1-5/+0
2015-08-13iommu/tegra-smmu: Convert to use DMA APIRussell King1-54/+85
2015-08-13iommu/tegra-smmu: smmu_flush_ptc() wants device addressesRussell King1-6/+5
2015-08-13iommu/tegra-smmu: Split smmu_flush_ptc()Russell King1-13/+13
2015-08-13iommu/tegra-smmu: Move flush_dcache to tegra-smmu.cRussell King1-5/+25
2015-08-13iommu/tegra-smmu: Use kcalloc() to allocate counter arrayRussell King1-15/+6
2015-08-13iommu/tegra-smmu: Store struct page pointer for page tablesRussell King1-10/+17
2015-08-13iommu/tegra-smmu: Fix page table lookup in unmap/iova_to_phys methodsRussell King1-9/+34
2015-08-13iommu/tegra-smmu: Add iova_pd_index() and iova_pt_index() helpersRussell King1-3/+13
2015-08-13iommu/tegra-smmu: Factor out common PTE settingRussell King1-20/+17
2015-08-13iommu/tegra-smmu: Fix unmap() methodRussell King1-14/+23