summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-301-1/+2
|\
| * x86/iommu/dmar: Remove warning for HPET scope typeLinn Crosetto2013-04-241-1/+2
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-293-37/+28Star
|\ \
| * | iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan2013-03-263-11/+4Star
| * | iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-263-26/+24Star
| |/
* | Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-03-274-15/+12Star
|\ \ | |/ |/|
| * iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel2013-03-271-12/+10Star
| * x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun2013-03-261-1/+0Star
| * iommu: OMAP: build only on OMAP2+Arnd Bergmann2013-03-091-1/+1
| * amd_iommu_init: remove __init from amd_iommu_erratum_746_workaroundNikola Pajkovsky2013-03-091-1/+1
* | iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua2013-03-061-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-12/+4Star
|\
| * tegra: don't wank with d_find_alias()Al Viro2013-02-261-9/+3Star
| * new helper: file_inode(file)Al Viro2013-02-231-3/+1Star
* | Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-2613-53/+756
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------. \ Merge branches 'core', 'arm/omap', 'iommu/fixes', 'arm/tegra', 'arm/shmobile'...Joerg Roedel2013-02-1913-53/+756
| |\ \ \ \ \ \ \ \
| | | | | | | | * | iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt2013-02-131-2/+1Star
| | | | | | | | * | iommu/amd: Initialize device table after dma_opsJoerg Roedel2013-02-071-5/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | iommu/vt-d: Zero out allocated memory in dmar_enable_qiHannes Reinecke2013-02-071-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat2013-02-071-1/+1
| | | | | | |/
| | | | | * / iommu/shmobile: Add iommu driver for Renesas IPMMU modulesHideki EIRAKU2013-02-065-0/+641
| | |_|_|/ / | |/| | | |
| | | | * | iommu/tegra: assume CONFIG_OF in SMMU driverStephen Warren2013-02-191-3/+1Star
| | | | * | iommu/tegra: assume CONFIG_OF in gart driverStephen Warren2013-02-191-3/+1Star
| | | | * | iommu/tegra: smmu: Fix incorrect mask for regbaseHiroshi Doyu2013-02-071-1/+1
| | | | * | iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRAHiroshi Doyu2013-02-051-1/+1
| | | | * | iommu/tegra: smmu: Use helper function to check for valid register offsetJoerg Roedel2013-02-051-17/+18
| | | | * | iommu/tegra: smmu: Support variable MMIO ranges/blocksHiroshi Doyu2013-02-051-25/+36
| | | | * | iommu/tegra: Add missing spinlock initializationSami Liedes2013-02-041-1/+2
| | |_|/ / | |/| | |
| | | * | iommu/omap: Remove unnecessary null pointer checkCong Ding2013-01-281-2/+2
| | | |/
| | * | iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel2013-02-061-3/+30
| | * | iommu: Add domain window handling functionsJoerg Roedel2013-02-061-0/+20
| | * | iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel2013-02-061-0/+5
| | * | iommu: Check for valid pgsize_bitmap in iommu_map/unmapJoerg Roedel2013-02-061-2/+4
| | * | iommu: moving initialization earlierAlexey Kardashevskiy2013-01-101-1/+1
| | |/
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-261-1/+7
|\ \ \
| * | | intel/iommu: force writebuffer-flush quirk on Gen 4 ChipsetsDaniel Vetter2013-02-201-1/+7
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-7/+8
|\ \ \
| * | | iommu: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
| * | | drivers/iommu: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-4/+4
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-206-22/+270
|\ \ \ | |_|/ |/| |
| * | x86/intel/irq_remapping: Clean up x2apic opt-out security warning messAndy Lutomirski2013-02-031-8/+28
| * | x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel2013-01-281-0/+5
| * | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-0/+12
| * | x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-281-3/+6
| * | x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-0/+9
| * | x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-281-1/+4
| * | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-283-4/+33
| * | x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel2013-01-283-0/+5
| * | x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-0/+6
| * | x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-281-0/+1