summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-05-04memory: tegra: Add Tegra132 supportThierry Reding
2015-05-04iommu/tegra-smmu: Add debugfs supportThierry Reding
2015-04-26Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu
2015-04-24irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu
2015-04-24irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.cJiang Liu
2015-04-24x86/irq: Remove irq_cfg.irq_remappedJiang Liu
2015-04-24irq_remapping: Clean up unused interfacesJiang Liu
2015-04-24irq_remapping/amd: Clean up unsued codeJiang Liu
2015-04-24irq_remapping/vt-d: Clean up unsued codeJiang Liu
2015-04-24irq_remapping: Clean up unsued code to support IOAPICJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu
2015-04-24irq_remapping: Remove unused function irq_remapping_print_chip()Jiang Liu
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu
2015-04-24irq_remapping: Clean up unused MSI related codeJiang Liu
2015-04-24irq_remapping/amd: Clean up unused MSI related codeJiang Liu
2015-04-24irq_remapping/vt-d: Clean up unused MSI related codeJiang Liu
2015-04-24x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu
2015-04-24irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu
2015-04-24irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomainsJiang Liu
2015-04-24irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomainJiang Liu
2015-04-24irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu
2015-04-24x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu
2015-04-20Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-13Merge branch 'device-properties'Rafael J. Wysocki
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel
2015-04-02iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel
2015-04-02iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel
2015-04-02iommu/amd: Add support for contiguous dma allocatorJoerg Roedel
2015-04-02iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherentJoerg Roedel
2015-04-02iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel
2015-04-02iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICEJoerg Roedel
2015-03-31iommu/tegra: smmu: Compute PFN mask at runtimeThierry Reding
2015-03-31iommu/tegra: gart: Set aperture at domain initialization timeThierry Reding
2015-03-31iommu/tegra: Setup apertureThierry Reding
2015-03-31iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel
2015-03-31iommu/fsl: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/rockchip: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/ipmmu-vmsa: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/shmobile: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/msm: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/tegra-gart: Make use of domain_alloc and domain_freeJoerg Roedel