summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* x86, build, pci: Fix PCI_MSI build on !SMPThomas Petazzoni2013-10-041-1/+1
* iommu/arm-smmu: don't enable SMMU device until probing has completedWill Deacon2013-09-171-2/+2
* iommu/arm-smmu: fix iommu_present() test in initDan Carpenter2013-09-171-2/+2
* iommu/arm-smmu: fix a signedness bugDan Carpenter2013-09-171-2/+3
* Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-1211-120/+3082
|\
| *-------. Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fix...Joerg Roedel2013-09-1211-120/+3082
| |\ \ \ \ \
| | | | | | * intel-iommu: Fix leaks in pagetable freeingAlex Williamson2013-08-141-37/+35
| | |_|_|_|/ | |/| | | |
| | | | | * iommu/amd: Fix resource leak in iommu_init_device()Radmila Kompová2013-08-141-1/+3
| | | | | * iommu/amd: Clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-141-1/+1
| | |_|_|/ | |/| | |
| | | | * iommu/arm-smmu: Simplify VMID and ASID allocationWill Deacon2013-08-141-22/+11
| | | | * iommu/arm-smmu: Don't use VMIDs for stage-1 translationsWill Deacon2013-08-141-13/+46
| | | | * iommu/arm-smmu: Tighten up global fault reportingWill Deacon2013-08-141-2/+5
| | | | * iommu/arm-smmu: Remove broken big-endian checkWill Deacon2013-08-141-6/+0
| | |_|/ | |/| |
| | | * iommu/fsl: Remove unnecessary 'fsl-pamu' prefixesJoerg Roedel2013-08-141-5/+5
| | | * iommu/fsl: Fix whitespace problems noticed by git-amJoerg Roedel2013-08-141-2/+2
| | | * iommu/fsl: Freescale PAMU driver and iommu implementation.Varun Sethi2013-08-146-0/+2987
| | |/ | |/|
| | * iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler2013-08-141-44/+0
| |/
* | drivers/iommu: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-112-4/+0
* | Merge tag 'tegra-for-3.12-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Kevin Hilman2013-08-201-2/+0
|\ \
| * | tegra: simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-2/+0
| |/
* / iommu/msm: Move mach includes to iommu directoryStephen Boyd2013-08-064-4/+1989
|/
* Merge tag 'iommu-updates-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-1011-90/+2136
|\
| *-----. Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ...Joerg Roedel2013-06-258-76/+2093
| |\ \ \ \
| | | | | * iommu/arm: Add support for ARM Ltd. System MMU architectureWill Deacon2013-06-253-0/+1983
| | | | * | iommu/amd: Only unmap large pages from the first pteAlex Williamson2013-06-231-1/+5
| | | | * | iommu/amd: Fix memory leak in free_pagetableJoerg Roedel2013-06-201-24/+49
| | | | |/
| | | * | iommu: Use %pa and %zx instead of castingJoe Perches2013-06-241-13/+10
| | | * | iommu: Fix compiler warning on pr_debugAlex Williamson2013-06-231-1/+1
| | | * | iommu: Split iommu_unmapsAlex Williamson2013-06-201-28/+35
| | | |/
| | * | iommu/omap: fix checkpatch warnings in omap iommu codeSuman Anna2013-06-203-8/+7
| | * | iommu/omap: fix printk formats for dma_addr_tSuman Anna2013-06-201-2/+4
| | |/
| * | iommu/{vt-d,amd}: Remove multifunction assumption around groupingAlex Williamson2013-06-202-12/+38
| * | iommu/vt-d: DMAR reporting table needs at least one DRHDLi, Zhen-Hua2013-06-201-0/+4
| * | iommu/vt-d: Downgrade the warning if enabling irq remapping failsAndy Lutomirski2013-06-201-2/+1
| |/
* | drivers/iommu/msm_iommu_dev.c: fix leak and clean up error pathsLibo Chen2013-07-091-14/+10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-0/+8
|\ \
| * | powerpc/vfio: Enable on pSeries platformAlexey Kardashevskiy2013-06-201-1/+1
| * | powerpc/vfio: Enable on PowerNV platformAlexey Kardashevskiy2013-06-201-0/+8
| |/
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-5/+7
|\ \
| * | x86/MSI: Conserve interrupt resources when using multiple-MSIsAlexander Gordeev2013-06-031-5/+7
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-023-12/+150
|\ \
| * | perf/x86/amd: Add IOMMU Performance Counter resource managementSteven L Kinney2013-06-193-12/+150
| |/
* | msm: iommu: Use clk_set_rate() instead of clk_set_min_rate()Stephen Boyd2013-06-241-2/+1
* | msm: iommu: Convert to clk_prepare/unprepareStephen Boyd2013-06-241-7/+10
|/
* Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-0616-122/+328
|\
| *-----. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-0214-131/+290
| |\ \ \ \
| | | | | * iommu/tegra: Fix printk formats for dma_addr_tVarun Sethi2013-05-022-2/+4
| | | | * | iommu: Add a function to find an iommu group by idAlexey Kardashevskiy2013-04-241-0/+29
| | | | * | iommu: Move swap_pci_ref function to drivers/iommu/pci.h.Varun Sethi2013-04-233-12/+31
| | | | |/
| | | * | iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab...Varun Sethi2013-04-021-2/+3