| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 |
|\ |
|
| * | tegra: don't wank with d_find_alias() | Al Viro | 2013-02-26 |
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 |
* | | Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-02-26 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----------. \ | Merge branches 'core', 'arm/omap', 'iommu/fixes', 'arm/tegra', 'arm/shmobile'... | Joerg Roedel | 2013-02-19 |
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | * | | iommu/amd: Remove redundant NULL check before dma_ops_domain_free(). | Cyril Roelandt | 2013-02-13 |
| | | | | | | | * | | iommu/amd: Initialize device table after dma_ops | Joerg Roedel | 2013-02-07 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| | | | | | | * | | iommu/vt-d: Zero out allocated memory in dmar_enable_qi | Hannes Reinecke | 2013-02-07 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | | | | | * | | iommu/exynos: Make exynos_sysmmu_disable static | Sachin Kamat | 2013-02-07 |
| | | | | | |/ |
|
| | | | | * / | iommu/shmobile: Add iommu driver for Renesas IPMMU modules | Hideki EIRAKU | 2013-02-06 |
| | |_|_|/ /
| |/| | | | |
|
| | | | * | | iommu/tegra: assume CONFIG_OF in SMMU driver | Stephen Warren | 2013-02-19 |
| | | | * | | iommu/tegra: assume CONFIG_OF in gart driver | Stephen Warren | 2013-02-19 |
| | | | * | | iommu/tegra: smmu: Fix incorrect mask for regbase | Hiroshi Doyu | 2013-02-07 |
| | | | * | | iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRA | Hiroshi Doyu | 2013-02-05 |
| | | | * | | iommu/tegra: smmu: Use helper function to check for valid register offset | Joerg Roedel | 2013-02-05 |
| | | | * | | iommu/tegra: smmu: Support variable MMIO ranges/blocks | Hiroshi Doyu | 2013-02-05 |
| | | | * | | iommu/tegra: Add missing spinlock initialization | Sami Liedes | 2013-02-04 |
| | |_|/ /
| |/| | | |
|
| | | * | | iommu/omap: Remove unnecessary null pointer check | Cong Ding | 2013-01-28 |
| | | |/ |
|
| | * | | iommu: Add DOMAIN_ATTR_WINDOWS domain attribute | Joerg Roedel | 2013-02-06 |
| | * | | iommu: Add domain window handling functions | Joerg Roedel | 2013-02-06 |
| | * | | iommu: Implement DOMAIN_ATTR_PAGING attribute | Joerg Roedel | 2013-02-06 |
| | * | | iommu: Check for valid pgsize_bitmap in iommu_map/unmap | Joerg Roedel | 2013-02-06 |
| | * | | iommu: moving initialization earlier | Alexey Kardashevskiy | 2013-01-10 |
| | |/ |
|
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-02-25 |
|\ \ \ |
|
| * | | | intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets | Daniel Vetter | 2013-02-19 |
| |/ / |
|
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 |
|\ \ \ |
|
| * | | | iommu: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-25 |
| * | | | drivers/iommu: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-02-19 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess | Andy Lutomirski | 2013-02-03 |
| * | | x86, irq: Move irq_remapped out of x86 core code | Joerg Roedel | 2013-01-28 |
| * | | x86, io_apic: Introduce eoi_ioapic_pin call-back | Joerg Roedel | 2013-01-28 |
| * | | x86, msi: Introduce x86_msi.compose_msi_msg call-back | Joerg Roedel | 2013-01-28 |
| * | | x86, irq: Introduce setup_remapped_irq() | Joerg Roedel | 2013-01-28 |
| * | | x86, irq: Move irq_remapped() check into free_remapped_irq | Joerg Roedel | 2013-01-28 |
| * | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core | Joerg Roedel | 2013-01-28 |
| * | | x86, irq: Move irq_remapping_enabled declaration to iommu code | Joerg Roedel | 2013-01-28 |
| * | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer() | Joerg Roedel | 2013-01-28 |
| * | | x86, io_apic: Convert setup_ioapic_entry to function pointer | Joerg Roedel | 2013-01-28 |
| * | | x86, io_apic: Introduce set_affinity function pointer | Joerg Roedel | 2013-01-28 |
| * | | x86, msi: Use IRQ remapping specific setup_msi_irqs routine | Joerg Roedel | 2013-01-28 |
| * | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msi | Joerg Roedel | 2013-01-28 |
| * | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging | Joerg Roedel | 2013-01-28 |
| * | | x86, io_apic: Introduce x86_io_apic_ops.disable() | Joerg Roedel | 2013-01-28 |
| * | | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code | Joerg Roedel | 2013-01-28 |
| |/ |
|
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-01-29 |
|\ \ |
|
| * | | iommu/intel: disable DMAR for g4x integrated gfx | Daniel Vetter | 2013-01-22 |
| |/ |
|
* / | IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround | Suravee Suthikulpanit | 2013-01-28 |
|/ |
|
* | Drivers: iommu: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 |
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-12-20 |
|\ |
|