aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-01iommu/tegra-gart: Staticize tegra_gart_pm_opsSachin Kamat1-1/+1
2013-11-01iommu/vt-d: Use list_for_each_entry_safe() for dmar_domain->devices traversalYijing Wang1-4/+2
2013-11-01iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry()Yijing Wang1-1/+1
2013-11-01iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limitsJulian Stecklina1-1/+5
2013-10-31ACPICA: Update DMAR table definitions.Lv Zheng2-6/+6
2013-10-09iommu/arm-smmu: Clear global and context bank fault status registersAndreas Herrmann1-11/+20
2013-10-09iommu/arm-smmu: Print context fault informationAndreas Herrmann1-0/+3
2013-10-09iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exceptionAndreas Herrmann1-5/+4
2013-10-09iommu/arm-smmu: Refine check for proper size of mapped regionAndreas Herrmann1-5/+4
2013-10-09iommu/arm-smmu: Switch to subsys_initcall for driver registrationAndreas Herrmann1-1/+1
2013-10-09iommu/arm-smmu: use relaxed accessors where possibleWill Deacon1-3/+3
2013-10-09iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-8/+3
2013-10-04x86, build, pci: Fix PCI_MSI build on !SMPThomas Petazzoni1-1/+1
2013-10-04iommu: Remove stack trace from broken irq remapping warningNeil Horman1-6/+7
2013-09-25iommu: Add iommu_error class event to iommu traceShuah Khan1-0/+3
2013-09-24iommu/tegra: gart: cleanup devm_* functions usageWei Yongjun1-17/+2
2013-09-24iommu/tegra: Print phys_addr_t using %paThierry Reding2-4/+4
2013-09-24iommu: No need to pass '0x' when '%pa' is usedFabio Estevam1-3/+3
2013-09-24iommu: Change iommu driver to call unmap trace eventShuah Khan1-0/+1
2013-09-24iommu: Change iommu driver to call map trace eventShuah Khan1-0/+2
2013-09-24iommu: Change iommu driver to call detach_device_to_domain trace eventShuah Khan1-0/+1
2013-09-24iommu: Change iommu driver to call attach_device_to_domain trace eventShuah Khan1-1/+5
2013-09-24iommu: Change iommu driver to call remove_device_to_group trace eventShuah Khan1-0/+2
2013-09-24iommu: Change iommu driver to call add_device_to_group trace eventShuah Khan1-0/+2
2013-09-24iommu: Add event tracing feature to iommuShuah Khan3-0/+26
2013-09-17iommu/arm-smmu: don't enable SMMU device until probing has completedWill Deacon1-2/+2
2013-09-17iommu/arm-smmu: fix iommu_present() test in initDan Carpenter1-2/+2
2013-09-17iommu/arm-smmu: fix a signedness bugDan Carpenter1-2/+3
2013-09-12Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds11-120/+3082
2013-09-12Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fixes' into nextJoerg Roedel11-120/+3082
2013-09-11drivers/iommu: remove unnecessary platform_set_drvdata()Jingoo Han2-4/+0
2013-08-20Merge tag 'tegra-for-3.12-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupKevin Hilman1-2/+0
2013-08-15tegra: simplify use of devm_ioremap_resourceJulia Lawall1-2/+0
2013-08-14intel-iommu: Fix leaks in pagetable freeingAlex Williamson1-37/+35
2013-08-14iommu/amd: Fix resource leak in iommu_init_device()Radmila Kompová1-1/+3
2013-08-14iommu/amd: Clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-14iommu/arm-smmu: Simplify VMID and ASID allocationWill Deacon1-22/+11
2013-08-14iommu/arm-smmu: Don't use VMIDs for stage-1 translationsWill Deacon1-13/+46
2013-08-14iommu/arm-smmu: Tighten up global fault reportingWill Deacon1-2/+5
2013-08-14iommu/arm-smmu: Remove broken big-endian checkWill Deacon1-6/+0
2013-08-14iommu/fsl: Remove unnecessary 'fsl-pamu' prefixesJoerg Roedel1-5/+5
2013-08-14iommu/fsl: Fix whitespace problems noticed by git-amJoerg Roedel1-2/+2
2013-08-14iommu/fsl: Freescale PAMU driver and iommu implementation.Varun Sethi6-0/+2987
2013-08-14iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler1-44/+0
2013-08-06iommu/msm: Move mach includes to iommu directoryStephen Boyd4-4/+1989
2013-07-10Merge tag 'iommu-updates-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds11-90/+2136
2013-07-09drivers/iommu/msm_iommu_dev.c: fix leak and clean up error pathsLibo Chen1-14/+10
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+8
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+7
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+150