Age | Commit message (Expand) | Author |
2012-09-28 | iommu/amd: Add routines to manage irq remapping tables | Joerg Roedel |
2012-09-28 | iommu/amd: Add IRTE invalidation routine | Joerg Roedel |
2012-09-28 | iommu/amd: Make sure IOMMU is not considered to translate itself | Joerg Roedel |
2012-09-28 | iommu/amd: Split device table initialization into irq and dma part | Joerg Roedel |
2012-09-28 | iommu/amd: Check if IOAPIC information is correct | Joerg Roedel |
2012-09-28 | iommu/amd: Allocate data structures to keep track of irq remapping tables | Joerg Roedel |
2012-09-28 | iommu/amd: Add slab-cache for irq remapping tables | Joerg Roedel |
2012-09-28 | iommu/amd: Keep track of HPET and IOAPIC device ids | Joerg Roedel |
2012-09-28 | iommu/amd: Fix features reporting | Borislav Petkov |
2012-09-28 | iommu/amd: Fix wrong assumption in iommu-group specific code | Joerg Roedel |
2012-09-18 | intel-iommu: Default to non-coherent for domains unattached to iommus | Alex Williamson |
2012-09-18 | iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEAD | Wei Yongjun |
2012-09-18 | dma: tegra: move smmu.h into SMMU driver | Stephen Warren |
2012-09-18 | iommu/tegra: smmu: Use debugfs_create_dir for directory | Hiroshi Doyu |
2012-09-18 | iommu/amd: Fix some typos | Frank Arnold |
2012-09-18 | iommu/amd: remove duplicated include from amd_iommu_init.c | Wei Yongjun |
2012-09-13 | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas |
2012-08-23 | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type | Yijing Wang |
2012-08-10 | iommu/amd: Fix wrong check for ARRAY_SIZE() | Joerg Roedel |
2012-08-10 | irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU | Seth Forshee |
2012-08-06 | iommu/amd: Fix ACS path checking | Alex Williamson |
2012-08-06 | iommu/intel: Fix ACS path checking | Alex Williamson |
2012-08-06 | iommu/amd: Fix pci_request_acs() call-place | Joerg Roedel |
2012-08-03 | iommu/tegra: smmu: debugfs for TLB/PTC statistics | Hiroshi Doyu |
2012-08-03 | iommu/exynos: Fix build error | Sachin Kamat |
2012-08-03 | iommu/tegra: smmu: Fix error initial value at domain_init | Hiroshi Doyu |
2012-08-03 | iommu/tegra: smmu: Cleanup with lesser nest | Hiroshi Doyu |
2012-08-03 | iommu/intel: add missing free_domain_mem | Julia Lawall |
2012-08-03 | iommu/tegra: remove invalid reference to list iterator variable | Julia Lawall |
2012-07-24 | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds |
2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-07-24 | iommu: Fix typo in iommu | Masanari Iida |
2012-07-23 | Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai... | Joerg Roedel |
2012-07-22 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2012-07-22 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2012-07-19 | iommu/amd: Fix hotplug with iommu=pt | Joerg Roedel |
2012-07-19 | iommu/amd: Add missing spin_lock initialization | Joerg Roedel |
2012-07-17 | iommu/amd: Convert iommu initialization to state machine | Joerg Roedel |
2012-07-17 | iommu/amd: Introduce amd_iommu_init_dma routine | Joerg Roedel |
2012-07-17 | iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops() | Joerg Roedel |
2012-07-17 | iommu/amd: Split enable_iommus() routine | Joerg Roedel |
2012-07-17 | iommu/amd: Introduce early_amd_iommu_init routine | Joerg Roedel |
2012-07-17 | iommu/amd: Move informational prinks out of iommu_enable | Joerg Roedel |
2012-07-17 | iommu/amd: Split out PCI related parts of IOMMU initialization | Joerg Roedel |
2012-07-17 | iommu/amd: Use acpi_get_table instead of acpi_table_parse | Joerg Roedel |
2012-07-17 | iommu/amd: Fix sparse warnings | Joerg Roedel |
2012-07-17 | Merge tag 'v3.5-rc7' into arm/tegra | Joerg Roedel |
2012-07-17 | iommu/tegra: Don't call alloc_pdir with as->lock | Joerg Roedel |
2012-07-17 | iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir() | Hiroshi DOYU |