| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-24 | iommu/tegra: smmu: Fix deadly typo | Hiro Sugawara | 1 | -1/+1 |
| 2012-10-16 | iommu/amd: Work around wrong IOAPIC device-id in IVRS table | Joerg Roedel | 1 | -7/+32 |
| 2012-10-08 | Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -44/+1071 |
| 2012-10-02 | Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am... | Joerg Roedel | 10 | -44/+1071 |
| 2012-10-02 | iommu/amd: Remove obsolete comment line | Joerg Roedel | 1 | -1/+0 |
| 2012-10-02 | iommu/amd: Fix possible use after free in get_irq_table() | Dan Carpenter | 1 | -0/+1 |
| 2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -3/+3 |
| 2012-09-28 | iommu/amd: Report irq remapping through IOMMU-API | Joerg Roedel | 1 | -0/+2 |
| 2012-09-28 | iommu/amd: Print message to system log when irq remapping is enabled | Joerg Roedel | 1 | -0/+2 |
| 2012-09-28 | iommu/irq: Use amd_iommu_irq_ops if supported | Joerg Roedel | 1 | -0/+5 |
| 2012-09-28 | iommu/amd: Make sure irq remapping still works on dma init failure | Joerg Roedel | 1 | -9/+31 |
| 2012-09-28 | iommu/amd: Add initialization routines for AMD interrupt remapping | Joerg Roedel | 4 | -0/+67 |
| 2012-09-28 | iommu/amd: Add call-back routine for HPET MSI | Joerg Roedel | 1 | -0/+26 |
| 2012-09-28 | iommu/amd: Implement MSI routines for interrupt remapping | Joerg Roedel | 1 | -0/+74 |
| 2012-09-28 | iommu/amd: Add IOAPIC remapping routines | Joerg Roedel | 1 | -0/+126 |
| 2012-09-28 | iommu/amd: Add routines to manage irq remapping tables | Joerg Roedel | 1 | -0/+228 |
| 2012-09-28 | iommu/amd: Add IRTE invalidation routine | Joerg Roedel | 2 | -0/+30 |
| 2012-09-28 | iommu/amd: Make sure IOMMU is not considered to translate itself | Joerg Roedel | 1 | -0/+7 |
| 2012-09-28 | iommu/amd: Split device table initialization into irq and dma part | Joerg Roedel | 1 | -1/+18 |
| 2012-09-28 | iommu/amd: Check if IOAPIC information is correct | Joerg Roedel | 2 | -4/+25 |
| 2012-09-28 | iommu/amd: Allocate data structures to keep track of irq remapping tables | Joerg Roedel | 2 | -0/+25 |
| 2012-09-28 | iommu/amd: Add slab-cache for irq remapping tables | Joerg Roedel | 4 | -0/+39 |
| 2012-09-28 | iommu/amd: Keep track of HPET and IOAPIC device ids | Joerg Roedel | 3 | -2/+103 |
| 2012-09-28 | iommu/amd: Fix features reporting | Borislav Petkov | 1 | -1/+1 |
| 2012-09-28 | iommu/amd: Fix wrong assumption in iommu-group specific code | Joerg Roedel | 1 | -2/+4 |
| 2012-09-18 | intel-iommu: Default to non-coherent for domains unattached to iommus | Alex Williamson | 1 | -1/+3 |
| 2012-09-18 | iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEAD | Wei Yongjun | 1 | -2/+1 |
| 2012-09-18 | dma: tegra: move smmu.h into SMMU driver | Stephen Warren | 1 | -1/+40 |
| 2012-09-18 | iommu/tegra: smmu: Use debugfs_create_dir for directory | Hiroshi Doyu | 1 | -17/+35 |
| 2012-09-18 | iommu/amd: Fix some typos | Frank Arnold | 3 | -12/+12 |
| 2012-09-18 | iommu/amd: remove duplicated include from amd_iommu_init.c | Wei Yongjun | 1 | -1/+0 |
| 2012-09-13 | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 6 | -25/+75 |
| 2012-08-23 | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type | Yijing Wang | 1 | -3/+3 |
| 2012-08-10 | iommu/amd: Fix wrong check for ARRAY_SIZE() | Joerg Roedel | 1 | -1/+1 |
| 2012-08-10 | irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU | Seth Forshee | 1 | -5/+13 |
| 2012-08-06 | iommu/amd: Fix ACS path checking | Alex Williamson | 1 | -3/+22 |
| 2012-08-06 | iommu/intel: Fix ACS path checking | Alex Williamson | 1 | -3/+22 |
| 2012-08-06 | iommu/amd: Fix pci_request_acs() call-place | Joerg Roedel | 1 | -3/+3 |
| 2012-08-03 | iommu/tegra: smmu: debugfs for TLB/PTC statistics | Hiroshi Doyu | 1 | -12/+190 |
| 2012-08-03 | iommu/exynos: Fix build error | Sachin Kamat | 1 | -3/+3 |
| 2012-08-03 | iommu/tegra: smmu: Fix error initial value at domain_init | Hiroshi Doyu | 1 | -1/+1 |
| 2012-08-03 | iommu/tegra: smmu: Cleanup with lesser nest | Hiroshi Doyu | 1 | -5/+8 |
| 2012-08-03 | iommu/intel: add missing free_domain_mem | Julia Lawall | 1 | -0/+1 |
| 2012-08-03 | iommu/tegra: remove invalid reference to list iterator variable | Julia Lawall | 1 | -1/+1 |
| 2012-07-24 | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 15 | -462/+1332 |
| 2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -1/+1 |
| 2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -9/+9 |
| 2012-07-24 | iommu: Fix typo in iommu | Masanari Iida | 3 | -9/+9 |
| 2012-07-23 | Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai... | Joerg Roedel | 15 | -462/+1332 |
| 2012-07-22 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -12/+15 |
| 2012-07-22 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -78/+116 |
| 2012-07-19 | iommu/amd: Fix hotplug with iommu=pt | Joerg Roedel | 1 | -4/+13 |
| 2012-07-19 | iommu/amd: Add missing spin_lock initialization | Joerg Roedel | 1 | -0/+2 |
| 2012-07-17 | iommu/amd: Convert iommu initialization to state machine | Joerg Roedel | 1 | -64/+109 |
| 2012-07-17 | iommu/amd: Introduce amd_iommu_init_dma routine | Joerg Roedel | 1 | -7/+20 |
| 2012-07-17 | iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops() | Joerg Roedel | 2 | -8/+5 |
| 2012-07-17 | iommu/amd: Split enable_iommus() routine | Joerg Roedel | 1 | -3/+18 |
| 2012-07-17 | iommu/amd: Introduce early_amd_iommu_init routine | Joerg Roedel | 2 | -16/+23 |
| 2012-07-17 | iommu/amd: Move informational prinks out of iommu_enable | Joerg Roedel | 1 | -17/+27 |
| 2012-07-17 | iommu/amd: Split out PCI related parts of IOMMU initialization | Joerg Roedel | 2 | -108/+121 |
| 2012-07-17 | iommu/amd: Use acpi_get_table instead of acpi_table_parse | Joerg Roedel | 1 | -52/+66 |
| 2012-07-17 | iommu/amd: Fix sparse warnings | Joerg Roedel | 5 | -14/+19 |
| 2012-07-17 | Merge tag 'v3.5-rc7' into arm/tegra | Joerg Roedel | 3 | -5/+14 |
| 2012-07-17 | iommu/tegra: Don't call alloc_pdir with as->lock | Joerg Roedel | 1 | -13/+16 |
| 2012-07-17 | iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir() | Hiroshi DOYU | 1 | -32/+45 |
| 2012-07-17 | iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir() | Hiroshi DOYU | 1 | -3/+0 |
| 2012-07-11 | iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 1 | -0/+4 |
| 2012-07-11 | iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attribute | Hiroshi DOYU | 2 | -0/+10 |
| 2012-07-11 | iommu/msm: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 1 | -0/+5 |
| 2012-07-11 | iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 1 | -0/+4 |
| 2012-07-11 | iommu/vt-d: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 1 | -0/+4 |
| 2012-07-11 | iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 2 | -3/+20 |
| 2012-07-11 | iommu: Add domain-attribute handlers | Joerg Roedel | 1 | -0/+20 |
| 2012-07-02 | iommu/amd: fix type bug in flush code | Dan Carpenter | 3 | -3/+3 |
| 2012-07-02 | iommu/tegra: smmu: Fix unsleepable memory allocation | Hiroshi DOYU | 1 | -2/+2 |
| 2012-06-25 | iommu/tegra: smmu: Fix uninitialized var warning | Hiroshi Doyu | 1 | -2/+2 |
| 2012-06-25 | iommu/tegra: smmu: Remove unnecessary cleanups with devm_*() | Hiroshi Doyu | 1 | -31/+6 |
| 2012-06-25 | iommu/tegra: smmu: Simplify allocation at once | Hiroshi Doyu | 1 | -20/+9 |
| 2012-06-25 | iommu/tegra: smmu: Add device tree support for SMMU | Hiroshi Doyu | 2 | -55/+96 |
| 2012-06-25 | iommu: Add DMA window parser, of_get_dma_window() | Hiroshi Doyu | 3 | -0/+95 |
| 2012-06-25 | intel-iommu: Make use of DMA quirks and ACS checks in IOMMU groups | Alex Williamson | 1 | -0/+25 |
| 2012-06-25 | amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groups | Alex Williamson | 1 | -0/+25 |
| 2012-06-25 | intel-iommu: Support IOMMU groups | Alex Williamson | 1 | -0/+43 |
| 2012-06-25 | amd_iommu: Support IOMMU groups | Alex Williamson | 1 | -1/+23 |
| 2012-06-25 | iommu: IOMMU Groups | Alex Williamson | 3 | -100/+548 |
| 2012-06-25 | iommu/amd: Initialize dma_ops for hotplug and sriov devices | Joerg Roedel | 1 | -0/+9 |
| 2012-06-15 | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(... | Suresh Siddha | 3 | -9/+5 |
| 2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -1/+1 |
| 2012-06-13 | x86/apic/irq_remap: Silence a bogus pr_err() | Dan Carpenter | 1 | -1/+1 |
| 2012-06-11 | iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() calls | Donald Dutile | 1 | -30/+24 |
| 2012-06-08 | iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets to | Donald Dutile | 1 | -27/+84 |
| 2012-06-08 | iommu/dmar: Replace printks with appropriate pr_*() | Donald Dutile | 1 | -48/+35 |
| 2012-06-08 | x86/apic: Make cpu_mask_to_apicid() operations return error code | Alexander Gordeev | 1 | -3/+10 |
| 2012-06-07 | iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode | Shuah Khan | 1 | -2/+2 |
| 2012-06-04 | iommu/amd: Fix deadlock in ppr-handling error path | Joerg Roedel | 1 | -27/+44 |
| 2012-06-04 | iommu/amd: Cache pdev pointer to root-bridge | Joerg Roedel | 2 | -8/+8 |
| 2012-05-30 | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -25/+71 |
| 2012-05-30 | Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an... | Joerg Roedel | 4 | -15/+44 |
| 2012-05-26 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 3 | -0/+1098 |
| 2012-05-25 | intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helper | David Woodhouse | 1 | -16/+13 |
| 2012-05-25 | intel-iommu: Add device info into list before doing context mapping | David Woodhouse | 1 | -6/+11 |
| 2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
| 2012-05-22 | iommu/core: pass a user-provided token to fault handlers | Ohad Ben-Cohen | 1 | -1/+4 |
| 2012-05-15 | Merge branch 'next/devel-samsung-iommu' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 3 | -0/+1098 |
| 2012-05-14 | iommu: Fix off by one in dmar_get_fault_reason() | Dan Carpenter | 1 | -2/+2 |
| 2012-05-12 | iommu/exynos: Add iommu driver for EXYNOS Platforms | KyongHo Cho | 3 | -0/+1098 |
| 2012-05-11 | iommu/tegra: gart: Fix register offset correctly | Hiroshi DOYU | 1 | -3/+4 |
| 2012-05-08 | irq_remap: Fix the 'sub_handle' uninitialized warning | Suresh Siddha | 1 | -1/+1 |
| 2012-05-08 | irq_remap: Fix UP build failure | Suresh Siddha | 3 | -0/+8 |
| 2012-05-07 | iommu: rename intr_remapping.[ch] to irq_remapping.[ch] | Suresh Siddha | 6 | -9/+9 |
| 2012-05-07 | iommu: rename intr_remapping references to irq_remapping | Suresh Siddha | 5 | -67/+67 |
| 2012-05-07 | x86, iommu/vt-d: Clean up interfaces for interrupt remapping | Joerg Roedel | 1 | -10/+10 |
| 2012-05-07 | iommu/vt-d: Convert MSI remapping setup to remap_ops | Joerg Roedel | 3 | -0/+148 |
| 2012-05-07 | iommu/vt-d: Convert free_irte into a remap_ops callback | Joerg Roedel | 3 | -1/+13 |
| 2012-05-07 | iommu/vt-d: Convert IR set_affinity function to remap_ops | Joerg Roedel | 3 | -0/+69 |
| 2012-05-07 | iommu/vt-d: Convert IR ioapic-setup to use remap_ops | Joerg Roedel | 3 | -0/+109 |
| 2012-05-07 | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops | Joerg Roedel | 3 | -2/+38 |
| 2012-05-07 | iommu/vt-d: Make intr-remapping initialization generic | Joerg Roedel | 6 | -41/+137 |
| 2012-05-07 | iommu: Rename intr_remapping files to intel_intr_remapping | Joerg Roedel | 3 | -19/+17 |
| 2012-04-19 | iommu: OMAP: device detach on domain destroy | Omar Ramirez Luna | 1 | -9/+23 |
| 2012-04-18 | Fix "the the" in various Kconfig | Masanari Iida | 1 | -2/+2 |
| 2012-04-16 | iommu: tegra/gart: Add device tree support | Thierry Reding | 1 | -0/+11 |
| 2012-04-16 | iommu: tegra/gart: use correct gart_device | Vandana Salve | 1 | -1/+1 |
| 2012-04-16 | iommu/tegra: smmu: Print device name correctly | Hiroshi DOYU | 1 | -1/+1 |
| 2012-04-12 | iommu/amd: Add workaround for event log erratum | Joerg Roedel | 1 | -6/+23 |
| 2012-04-12 | iommu/amd: Check for the right TLP prefix bit | Joerg Roedel | 1 | -4/+4 |
| 2012-04-05 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -8/+2 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -8/+2 |
| 2012-04-04 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2 | -8/+11 |
| 2012-03-28 | X86 & IA64: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 2 | -8/+11 |
| 2012-03-23 | Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -65/+1643 |
| 2012-03-22 | Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into next | Joerg Roedel | 7 | -66/+1644 |
| 2012-03-22 | iommu/amd: Fix section mismatch | Gerard Snitselaar | 1 | -2/+2 |
| 2012-03-22 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-19 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -24/+35 |
| 2012-03-19 | x86: Fix section warnings | Steffen Persvold | 1 | -1/+1 |
| 2012-03-15 | iommu/amd: Move interrupt setup code into seperate function | Joerg Roedel | 1 | -1/+23 |
| 2012-03-15 | iommu/amd: Make sure IOMMU interrupts are re-enabled on resume | Joerg Roedel | 1 | -10/+20 |
| 2012-03-15 | iommu/amd: Fix section warning for prealloc_protection_domains | Steffen Persvold | 1 | -1/+1 |
| 2012-03-15 | iommu/amd: Don't initialize IOMMUv2 resources when not required | Joerg Roedel | 1 | -1/+13 |
| 2012-03-13 | iommu/tegra-gart: fix spin_unlock in map failure path | Lucas Stach | 1 | -1/+1 |
| 2012-03-09 | iommu/amd: Fix double free of mem-region in error-path | Joerg Roedel | 1 | -9/+1 |
| 2012-03-08 | x86/amd: iommu_set_device_table() must not be __init | Jan Beulich | 1 | -1/+1 |
| 2012-03-06 | x86/iommu/intel: Increase the number of iommus supported to MAX_IO_APICS | Mike Travis | 1 | -13/+26 |
| 2012-03-06 | x86/iommu/intel: Fix identity mapping for sandy bridge | Mike Travis | 1 | -11/+9 |
| 2012-03-01 | iommu/amd: Split amd_iommu_init function | Joerg Roedel | 1 | -44/+79 |
| 2012-02-27 | ARM: OMAP: make iommu subsys_initcall to fix builtin omap3isp | Ohad Ben-Cohen | 1 | -1/+2 |
| 2012-02-24 | iommu/omap: fix NULL pointer dereference | Ohad Ben-Cohen | 1 | -2/+2 |
| 2012-02-24 | iommu/omap: fix erroneous omap-iommu-debug API calls | Ohad Ben-Cohen | 1 | -12/+43 |
| 2012-02-05 | iommu: Fix typo in intel-iommu.c | Masanari Iida | 1 | -1/+1 |
| 2012-01-30 | iommu/msm: Fix error handling in msm_iommu_unmap() | Joerg Roedel | 1 | -6/+1 |
| 2012-01-26 | ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driver | Hiroshi DOYU | 3 | -0/+1045 |
| 2012-01-26 | ARM: IOMMU: Tegra20: Add iommu_ops for GART driver | Hiroshi DOYU | 3 | -0/+462 |
| 2012-01-23 | iommu/amd: Work around broken IVRS tables | Joerg Roedel | 1 | -0/+3 |
| 2012-01-10 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 12 | -151/+2424 |
| 2012-01-09 | Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next | Joerg Roedel | 3 | -0/+130 |
| 2012-01-09 | Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next | Joerg Roedel | 12 | -152/+2295 |
| 2012-01-06 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+10 |
| 2011-12-29 | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -1/+1 |
| 2011-12-22 | iommu/amd: Set IOTLB invalidation timeout | Joerg Roedel | 2 | -0/+23 |
| 2011-12-22 | iommu/amd: Init stats for iommu=pt | Joerg Roedel | 1 | -0/+2 |
| 2011-12-22 | iommu/amd: Remove unnecessary cache flushes in amd_iommu_resume | Joerg Roedel | 1 | -7/+0 |
| 2011-12-20 | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 1 | -15/+10 |
| 2011-12-16 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux | Linus Torvalds | 1 | -0/+5 |
| 2011-12-16 | iommu: Export intel_iommu_enabled to signal when iommu is in use | Eugeni Dodonov | 1 | -0/+5 |
| 2011-12-16 | iommu: Initialize domain->handler in iommu_domain_alloc() | KyongHo Cho | 1 | -1/+1 |
| 2011-12-15 | iommu/amd: Add invalidate-context call-back | Joerg Roedel | 1 | -0/+35 |
| 2011-12-15 | iommu/amd: Add amd_iommu_device_info() function | Joerg Roedel | 1 | -0/+43 |
| 2011-12-15 | iommu/amd: Adapt IOMMU driver to PCI register name changes | Joerg Roedel | 1 | -8/+8 |
| 2011-12-14 | Merge branch 'iommu/page-sizes' into x86/amd | Joerg Roedel | 6 | -60/+181 |
| 2011-12-14 | iommu/amd: Add invalid_ppr callback | Joerg Roedel | 1 | -2/+55 |
| 2011-12-14 | iommu/amd: Implement notifiers for IOMMUv2 | Joerg Roedel | 2 | -11/+178 |
| 2011-12-12 | iommu/amd: Implement IO page-fault handler | Joerg Roedel | 1 | -8/+196 |
| 2011-12-12 | iommu/amd: Add routines to bind/unbind a pasid | Joerg Roedel | 1 | -0/+306 |
| 2011-12-12 | iommu/amd: Implement device aquisition code for IOMMUv2 | Joerg Roedel | 1 | -0/+210 |
| 2011-12-12 | iommu/amd: Add driver stub for AMD IOMMUv2 support | Joerg Roedel | 3 | -0/+45 |
| 2011-12-12 | iommu/amd: Add stat counter for IOMMUv2 events | Joerg Roedel | 1 | -0/+17 |
| 2011-12-12 | iommu/amd: Add device errata handling | Joerg Roedel | 2 | -3/+55 |
| 2011-12-12 | iommu/amd: Add function to get IOMMUv2 domain for pdev | Joerg Roedel | 3 | -0/+23 |
| 2011-12-12 | iommu/amd: Implement function to send PPR completions | Joerg Roedel | 3 | -0/+63 |
| 2011-12-12 | iommu/amd: Implement functions to manage GCR3 table | Joerg Roedel | 3 | -0/+135 |
| 2011-12-12 | iommu/amd: Implement IOMMUv2 TLB flushing routines | Joerg Roedel | 3 | -0/+140 |
| 2011-12-12 | iommu/amd: Add support for IOMMUv2 domain mode | Joerg Roedel | 5 | -5/+180 |
| 2011-12-12 | iommu/amd: Add amd_iommu_domain_direct_map function | Joerg Roedel | 2 | -2/+39 |
| 2011-12-12 | iommu/amd: Implement notifier for PPR faults | Joerg Roedel | 3 | -2/+125 |
| 2011-12-12 | iommu/amd: Put IOMMUv2 capable devices in pt_domain | Joerg Roedel | 3 | -16/+86 |
| 2011-12-12 | iommu/amd: Add iommuv2 flag to struct amd_iommu | Joerg Roedel | 3 | -0/+23 |
| 2011-12-12 | iommu/amd: Enable GT mode when supported by IOMMU | Joerg Roedel | 2 | -0/+10 |
| 2011-12-12 | iommu/amd: Setup PPR log when supported by IOMMU | Joerg Roedel | 2 | -0/+65 |
| 2011-12-12 | iommu/amd: Get the maximum number of PASIDs supported | Joerg Roedel | 2 | -0/+19 |
| 2011-12-12 | iommu/amd: Convert dev_table_entry to u64 | Joerg Roedel | 3 | -16/+18 |
| 2011-12-08 | memblock: Kill early_node_map[] | Tejun Heo | 1 | -0/+1 |
| 2011-12-06 | iommu/omap: be verbose when omap_iommu_iova_to_phys fails | Ohad Ben-Cohen | 1 | -2/+2 |
| 2011-12-05 | intr_remapping: Fix section mismatch in ir_dev_scope_init() | Sergey Senozhatsky | 1 | -1/+1 |
| 2011-12-05 | intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev() | Sergey Senozhatsky | 1 | -1/+1 |
| 2011-12-05 | iommu/omap: eliminate the public omap_find_iommu_device() method | Ohad Ben-Cohen | 2 | -43/+46 |
| 2011-11-28 | Merge branch 'master' into x86/memblock | Tejun Heo | 17 | -0/+15707 |
| 2011-11-15 | iommu: Add option to group multi-function devices | Alex Williamson | 2 | -1/+12 |
| 2011-11-15 | iommu/amd: Implement iommu_device_group | Alex Williamson | 1 | -0/+13 |