| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-05-06 | 16 | -122/+328 |
|\ |
|
| *-----. | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '... | Joerg Roedel | 2013-05-02 | 14 | -131/+290 |
| |\ \ \ \ |
|
| | | | | * | iommu/tegra: Fix printk formats for dma_addr_t | Varun Sethi | 2013-05-02 | 2 | -2/+4 |
| | | | * | | iommu: Add a function to find an iommu group by id | Alexey Kardashevskiy | 2013-04-24 | 1 | -0/+29 |
| | | | * | | iommu: Move swap_pci_ref function to drivers/iommu/pci.h. | Varun Sethi | 2013-04-23 | 3 | -12/+31 |
| | | | |/ |
|
| | | * | | iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab... | Varun Sethi | 2013-04-02 | 1 | -2/+3 |
| | | * | | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. | Varun Sethi | 2013-04-02 | 9 | -10/+9 |
| | | |/ |
|
| | * | | iommu/amd: fix error return code in early_amd_iommu_init() | Wei Yongjun | 2013-04-23 | 1 | -0/+1 |
| | * | | iommu/AMD: Per-thread IOMMU Interrupt Handling | Suravee Suthikulpanit | 2013-04-23 | 2 | -50/+34 |
| | * | | iommu/amd: Workaround for ERBT1312 | Joerg Roedel | 2013-04-19 | 1 | -8/+26 |
| | * | | iommu/amd: Don't report firmware bugs with cmd-line ivrs overrides | Joerg Roedel | 2013-04-19 | 1 | -3/+16 |
| | * | | iommu/amd: Add ioapic and hpet ivrs override | Joerg Roedel | 2013-04-19 | 1 | -2/+62 |
| | * | | iommu/amd: Add early maps for ioapic and hpet | Joerg Roedel | 2013-04-19 | 1 | -0/+38 |
| | * | | iommu/amd: Extend IVRS special device data structure | Joerg Roedel | 2013-04-19 | 2 | -10/+21 |
| | * | | iommu/amd: Move add_special_device() to __init | Joerg Roedel | 2013-04-19 | 1 | -1/+1 |
| | * | | iommu/amd: Properly initialize irq-table lock | Joerg Roedel | 2013-04-18 | 1 | -0/+3 |
| | * | | iommu/amd: Use AMD specific data structure for irq remapping | Joerg Roedel | 2013-04-18 | 1 | -27/+27 |
| | * | | iommu/amd: Remove map_sg_no_iommu() | Joerg Roedel | 2013-04-18 | 1 | -21/+1 |
| | * | | iommu/amd: Re-enable IOMMU event log interrupt after handling. | Suravee Suthikulpanit | 2013-04-02 | 2 | -0/+4 |
| | |/ |
|
| * | | iommu/vt-d: Remove warning for HPET scope type | Linn Crosetto | 2013-04-24 | 1 | -1/+2 |
| * | | iommu/vt-d: Disable translation if already enabled | Takao Indoh | 2013-04-23 | 2 | -1/+25 |
| * | | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets | Neil Horman | 2013-04-18 | 3 | -0/+18 |
| * | | iommu/vt-d: dmar_fault should only clear PPF/PFO field. | Li, Zhen-Hua | 2013-03-26 | 1 | -5/+7 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-04-30 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | x86/iommu/dmar: Remove warning for HPET scope type | Linn Crosetto | 2013-04-24 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-04-29 | 3 | -37/+28 |
|\ \ \
| |_|/
|/| | |
|
| * | | iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCI | Shuah Khan | 2013-03-26 | 3 | -11/+4 |
| * | | iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI | Shuah Khan | 2013-03-26 | 3 | -26/+24 |
| |/ |
|
* | | Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-03-27 | 4 | -15/+12 |
|\ \
| |/
|/| |
|
| * | iommu/amd: Make sure dma_ops are set for hotplug devices | Joerg Roedel | 2013-03-27 | 1 | -12/+10 |
| * | x86, io_apic: remove duplicated include from irq_remapping.c | Wei Yongjun | 2013-03-26 | 1 | -1/+0 |
| * | iommu: OMAP: build only on OMAP2+ | Arnd Bergmann | 2013-03-09 | 1 | -1/+1 |
| * | amd_iommu_init: remove __init from amd_iommu_erratum_746_workaround | Nikola Pajkovsky | 2013-03-09 | 1 | -1/+1 |
* | | iommu, x86: Add DMA remap fault reason | Li, Zhen-Hua | 2013-03-06 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -12/+4 |
|\ |
|
| * | tegra: don't wank with d_find_alias() | Al Viro | 2013-02-26 | 1 | -9/+3 |
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -3/+1 |
* | | Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-02-26 | 13 | -53/+756 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----------. \ | Merge branches 'core', 'arm/omap', 'iommu/fixes', 'arm/tegra', 'arm/shmobile'... | Joerg Roedel | 2013-02-19 | 13 | -53/+756 |
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | * | | iommu/amd: Remove redundant NULL check before dma_ops_domain_free(). | Cyril Roelandt | 2013-02-13 | 1 | -2/+1 |
| | | | | | | | * | | iommu/amd: Initialize device table after dma_ops | Joerg Roedel | 2013-02-07 | 1 | -5/+5 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| | | | | | | * | | iommu/vt-d: Zero out allocated memory in dmar_enable_qi | Hannes Reinecke | 2013-02-07 | 1 | -1/+1 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | | | | | * | | iommu/exynos: Make exynos_sysmmu_disable static | Sachin Kamat | 2013-02-07 | 1 | -1/+1 |
| | | | | | |/ |
|
| | | | | * | | iommu/shmobile: Add iommu driver for Renesas IPMMU modules | Hideki EIRAKU | 2013-02-06 | 5 | -0/+641 |
| | |_|_|/ /
| |/| | | | |
|
| | | | * | | iommu/tegra: assume CONFIG_OF in SMMU driver | Stephen Warren | 2013-02-19 | 1 | -3/+1 |
| | | | * | | iommu/tegra: assume CONFIG_OF in gart driver | Stephen Warren | 2013-02-19 | 1 | -3/+1 |
| | | | * | | iommu/tegra: smmu: Fix incorrect mask for regbase | Hiroshi Doyu | 2013-02-07 | 1 | -1/+1 |
| | | | * | | iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRA | Hiroshi Doyu | 2013-02-05 | 1 | -1/+1 |
| | | | * | | iommu/tegra: smmu: Use helper function to check for valid register offset | Joerg Roedel | 2013-02-05 | 1 | -17/+18 |
| | | | * | | iommu/tegra: smmu: Support variable MMIO ranges/blocks | Hiroshi Doyu | 2013-02-05 | 1 | -25/+36 |